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/elfd30v.sc | |
parent | 7a6cc5fb0c6a410afb1a424ed5c647380bcf68d3 (diff) | |
download | binutils-gdb-3a9d486c008d5b2f64fde0c094c747fd7c37b649.tar.gz |
Add .gnu.linkonce.wi.* to .debug_info sections.
Diffstat (limited to 'ld/scripttempl/elfd30v.sc')
-rw-r--r-- | ld/scripttempl/elfd30v.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/elfd30v.sc b/ld/scripttempl/elfd30v.sc index 50d51f23c42..3b0a08a5ec2 100644 --- a/ld/scripttempl/elfd30v.sc +++ b/ld/scripttempl/elfd30v.sc @@ -203,7 +203,7 @@ SECTIONS .debug_pubnames 0 : { *(.debug_pubnames) } /* DWARF 2 */ - .debug_info 0 : { *(.debug_info) } + .debug_info 0 : { *(.debug_info) *(.gnu.linkonce.wi.*) } .debug_abbrev 0 : { *(.debug_abbrev) } .debug_line 0 : { *(.debug_line) } .debug_frame 0 : { *(.debug_frame) } |