diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-06-12 18:38:39 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-06-12 18:38:39 +0000 |
commit | e185dd5153a1fa61b39707b8fee55cc4ed6b7f15 (patch) | |
tree | a5e4890a95503e42dbb421103080513893d0c873 /ld/ld.texinfo | |
parent | 60b04da5be47805589e9ad7d36a7763e45f5991a (diff) | |
download | gdb-e185dd5153a1fa61b39707b8fee55cc4ed6b7f15.zip gdb-e185dd5153a1fa61b39707b8fee55cc4ed6b7f15.tar.gz gdb-e185dd5153a1fa61b39707b8fee55cc4ed6b7f15.tar.bz2 |
* ld.texinfo (Command Line Options): Add @item for --hash-size.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index e66ec66..ad6cfa5 100644 --- a/ld/ld.texinfo +++ b/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. @kindex --hash-size=@var{number} +@item --hash-size=@var{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 time it takes the linker to perform its tasks, at the expense of |