mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
11 lines
235 B
Makefile
11 lines
235 B
Makefile
#name: --gc-sections with multiple debug sections for a function section
|
|
#as: -gdwarf-sections
|
|
#ld: --gc-sections -e _start
|
|
#PROG: nm
|
|
|
|
#...
|
|
[0-9a-f]+ N +debug_aranges_main
|
|
[0-9a-f]+ N +debug_info_main
|
|
[0-9a-f]+ N +debug_line_main
|
|
#...
|