summaryrefslogtreecommitdiff
path: root/ld/scripttempl/elfi370.sc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-09-02 20:43:22 +0000
committerNick Clifton <nickc@redhat.com>2000-09-02 20:43:22 +0000
commit39cbf8c17b75876f652ca0f2a1f6a109b9166c6a (patch)
treea50543da5af53e7c589621e0f38b45f1d679c01e /ld/scripttempl/elfi370.sc
parentf65f89e2e83116d34269d5e31bad5c0e35685be0 (diff)
downloadbinutils-redhat-39cbf8c17b75876f652ca0f2a1f6a109b9166c6a.tar.gz
Add .gnu.linkonce.wi.* to .debug_info sections.
Diffstat (limited to 'ld/scripttempl/elfi370.sc')
-rw-r--r--ld/scripttempl/elfi370.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/elfi370.sc b/ld/scripttempl/elfi370.sc
index e2f0e88187..05b1cf1d1b 100644
--- a/ld/scripttempl/elfi370.sc
+++ b/ld/scripttempl/elfi370.sc
@@ -198,7 +198,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) }