aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-09-02 21:35:47 +0000
committerNick Clifton <nickc@redhat.com>2000-09-02 21:35:47 +0000
commit18e03609efaa52ca590d9de5440f3d86f8a77d0f (patch)
tree325edd83292603514a5cafa3f04da7b5222abb0e /ld/NEWS
parented26538621e3e439f12f1eb7639aea86f046e9bf (diff)
downloadbinutils-18e03609efaa52ca590d9de5440f3d86f8a77d0f.zip
binutils-18e03609efaa52ca590d9de5440f3d86f8a77d0f.tar.gz
binutils-18e03609efaa52ca590d9de5440f3d86f8a77d0f.tar.bz2
Increase minor version number (to 2.10.91) to help tools detect the new
ability to support removal of duplciate DWARF@ debug information.
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index b13b66e..2bcfda4 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,4 +1,9 @@
-*- text -*-
+* Support added for eliminating duplicate DWARF2 debug information by
+ having the compiler generate the information in sections called
+ .gnu.linkonce.wi.XXXX where XXXX is a checksum for the contents. The
+ linker then merges these sections together into the normal .debug_info
+ section.
* The native ELF linker now searches the directories in DT_RUNPATH or
DT_RPATH of a shared library for shared libraries needed by it.