mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
11 lines
235 B
D
11 lines
235 B
D
|
#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
|
||
|
#...
|