aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-05-21 08:09:38 +0000
committerNick Clifton <nickc@redhat.com>2008-05-21 08:09:38 +0000
commit726150b77a9c761f7b7ab7e342ea78c241f03c95 (patch)
tree355249aa6809c48961ef8767d26fc81bb2e0ce87 /ld/NEWS
parent3ce6fddb771a3c25ec8b7bfac40d85d52bd917ab (diff)
downloadgdb-726150b77a9c761f7b7ab7e342ea78c241f03c95.zip
gdb-726150b77a9c761f7b7ab7e342ea78c241f03c95.tar.gz
gdb-726150b77a9c761f7b7ab7e342ea78c241f03c95.tar.bz2
* ld.texinfo (ARM): Document --stub-group-size=N option.
Move description of --pic-veneer option into the ARM section. * NEWS: Mention the support for long function calls.
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 637fd40..f28d514 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,4 +1,8 @@
-*- text -*-
+* The ARM ELF linker will now generate stubs for function calls to symbols that
+ are too far away. The placement of the stubs is controlled by a new linker
+ command line option: --stub-group-size=N.
+
Changes in 2.18:
* Linker sources now released under version 3 of the GNU General Public