add line for objdump

This commit is contained in:
Corwin Kuiper 2021-06-16 19:00:08 +01:00
parent 517ffd6dee
commit de546984ba

View file

@ -101,6 +101,8 @@ SECTIONS {
.debug_typenames 0 : { *(.debug_typenames) }
.debug_varnames 0 : { *(.debug_varnames) }
.debug_ranges 0 : { *(.debug_ranges) }
/* discard anything not already mentioned */
/DISCARD/ : { *(*) }
}