* 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.
This commit is contained in:
Nick Clifton
2008-05-21 08:09:38 +00:00
parent 3ce6fddb77
commit 726150b77a
3 changed files with 46 additions and 8 deletions

View File

@ -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