aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-10-07 14:45:24 +0000
committerNick Clifton <nickc@redhat.com>2004-10-07 14:45:24 +0000
commit8fdd7217a7e29f1ffac4abb2bffbf5a6555b85b7 (patch)
tree7db6d7732dbeb347e63289055f6daa1a8789a974 /ld/NEWS
parent48c9f030c98a3b53b9cb962857ffc16c435a63db (diff)
downloadgdb-8fdd7217a7e29f1ffac4abb2bffbf5a6555b85b7.zip
gdb-8fdd7217a7e29f1ffac4abb2bffbf5a6555b85b7.tar.gz
gdb-8fdd7217a7e29f1ffac4abb2bffbf5a6555b85b7.tar.bz2
Add linker option: --warn-shared-textrel to produce warnings when adding a
DT_TEXTREL to a shared object.
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS14
1 files changed, 8 insertions, 6 deletions
diff --git a/ld/NEWS b/ld/NEWS
index c264ae9..403b823 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,8 @@
-*- text -*-
+* ELF: --warn-shared-textrel option to warn if adding a DT_TEXTREL to a shared
+ object.
+
* Added SORT_BY_NAME and SORT_BY_ALIGNMENT to the linker script
language to permit sorting sections by section name or section
maximum alignment.
@@ -7,9 +10,8 @@
* Added a new linker command line switch, --sort-section name|alignment,
to sort sections by section name or maximum alignment.
-* New ELF --add-needed/--no-add-needed options to control if a
-DT_NEEDED tag should be added when a shared library comes from
-DT_NEEDED tags.
+* ELF: --add-needed/--no-add-needed options to control if a DT_NEEDED tag
+ should be added when a shared library comes from DT_NEEDED tags.
* Support for the crx-elf target added.
@@ -29,10 +31,10 @@ DT_NEEDED tags.
Changes in 2.15:
-* New ELF --as-needed/--no-as-needed options to control if a DT_NEEDED
-tag should be added only when a shared library is referenced.
+* ELF: --as-needed/--no-as-needed options to control if a DT_NEEDED tag should
+ be added only when a shared library is referenced.
-* New PE --large-address-aware option to indicate executables support virtual
+* PE: --large-address-aware option to indicate executables support virtual
addresses greater than 2 gigabytes.
* DWARF 2 support for i386pe added.