Browse Source

* ld.texinfo (Command Line Options): Add @item for --hash-size.

gdb-csl-arm-20051020-branch
Daniel Jacobowitz 21 years ago
parent
commit
e185dd5153
  1. 4
      ld/ChangeLog
  2. 1
      ld/ld.texinfo

4
ld/ChangeLog

@ -1,3 +1,7 @@
2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
* ld.texinfo (Command Line Options): Add @item for --hash-size.
2005-06-10 Alan Modra <amodra@bigpond.net.au> 2005-06-10 Alan Modra <amodra@bigpond.net.au>
* scripttempt/elf.sc (.bss): Align tail in a way that allows * scripttempt/elf.sc (.bss): Align tail in a way that allows

1
ld/ld.texinfo

@ -1823,6 +1823,7 @@ created. By default, the new dynamic tags are not created. Note that
those options are only available for ELF systems. those options are only available for ELF systems.
@kindex --hash-size=@var{number} @kindex --hash-size=@var{number}
@item --hash-size=@var{number}
Set the default size of the linker's hash tables to a prime number Set the default size of the linker's hash tables to a prime number
close to @var{number}. Increasing this value can reduce the length of close to @var{number}. Increasing this value can reduce the length of
time it takes the linker to perform its tasks, at the expense of time it takes the linker to perform its tasks, at the expense of

Loading…
Cancel
Save