diff options
author | Nick Clifton <nickc@redhat.com> | 2000-09-02 20:43:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-09-02 20:43:22 +0000 |
commit | 3a9d486c008d5b2f64fde0c094c747fd7c37b649 (patch) | |
tree | 7c65631a28efc15d19166f2ddc47bf4d93c7fa03 /ld/scripttempl/i386beos.sc | |
parent | 7a6cc5fb0c6a410afb1a424ed5c647380bcf68d3 (diff) | |
download | gdb-3a9d486c008d5b2f64fde0c094c747fd7c37b649.zip gdb-3a9d486c008d5b2f64fde0c094c747fd7c37b649.tar.gz gdb-3a9d486c008d5b2f64fde0c094c747fd7c37b649.tar.bz2 |
Add .gnu.linkonce.wi.* to .debug_info sections.
Diffstat (limited to 'ld/scripttempl/i386beos.sc')
-rw-r--r-- | ld/scripttempl/i386beos.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/i386beos.sc b/ld/scripttempl/i386beos.sc index 83ffde1..21a01e5 100644 --- a/ld/scripttempl/i386beos.sc +++ b/ld/scripttempl/i386beos.sc @@ -177,7 +177,7 @@ SECTIONS .debug_pubnames 0 ${RELOCATING+(NOLOAD)} : { *(.debug_pubnames) } /* DWARF 2 */ - .debug_info 0 ${RELOCATING+(NOLOAD)} : { *(.debug_info) } + .debug_info 0 ${RELOCATING+(NOLOAD)} : { *(.debug_info) *(.gnu.linkonce.wi.*) } .debug_abbrev 0 ${RELOCATING+(NOLOAD)} : { *(.debug_abbrev) } .debug_line 0 ${RELOCATING+(NOLOAD)} : { *(.debug_line) } .debug_frame 0 ${RELOCATING+(NOLOAD)} : { *(.debug_frame) } |