GNU Binutils with patches for OS216
Révision | 72528333fbcea0111a66057414ed11fa79c8193b (tree) |
---|---|
l'heure | 2005-06-13 03:39:24 |
Auteur | Daniel Jacobowitz <drow@fals...> |
Commiter | Daniel Jacobowitz |
* ld.texinfo (Command Line Options): Add @item for --hash-size.
@@ -1,3 +1,7 @@ | ||
1 | +2005-06-12 Daniel Jacobowitz <dan@codesourcery.com> | |
2 | + | |
3 | + * ld.texinfo (Command Line Options): Add @item for --hash-size. | |
4 | + | |
1 | 5 | 2005-06-06 Alan Modra <amodra@bigpond.net.au> |
2 | 6 | |
3 | 7 | * emultempl/ppc64elf.em (ppc_before_allocation): Always run |
@@ -1795,6 +1795,7 @@ created. By default, the new dynamic tags are not created. Note that | ||
1795 | 1795 | those options are only available for ELF systems. |
1796 | 1796 | |
1797 | 1797 | @kindex --hash-size=@var{number} |
1798 | +@item --hash-size=@var{number} | |
1798 | 1799 | Set the default size of the linker's hash tables to a prime number |
1799 | 1800 | close to @var{number}. Increasing this value can reduce the length of |
1800 | 1801 | time it takes the linker to perform its tasks, at the expense of |