* scripttempl/mmo.sc: Add .debug_ranges to listed sections.
This commit is contained in:
parent
2d5177f34b
commit
d03b89bdb6
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-12-16 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* scripttempl/mmo.sc: Add .debug_ranges to listed sections.
|
||||
|
||||
2001-12-15 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ldmain.c (main): Initialise link_info.eh_frame_hdr.
|
||||
|
|
|
@ -72,6 +72,7 @@ SECTIONS
|
|||
.debug_str 0 : { *(.debug_str) }
|
||||
.debug_loc 0 : { *(.debug_loc) }
|
||||
.debug_macinfo 0 : { *(.debug_macinfo) }
|
||||
.debug_ranges 0 : { *(.debug_ranges) }
|
||||
|
||||
.data ${RELOCATING+ ${DATA_ADDR}}:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue