diff options
author | Nick Clifton <nickc@redhat.com> | 2004-05-21 15:38:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-05-21 15:38:04 +0000 |
commit | 2d643429defea3c00819c1d9a288d424ad76a825 (patch) | |
tree | 8be2842d14c593c384ec38d66ae86902a6316e6e /ld/NEWS | |
parent | 8377c19cc4edbdbb66f30996bd0400ff9ec1562a (diff) | |
download | gdb-2d643429defea3c00819c1d9a288d424ad76a825.zip gdb-2d643429defea3c00819c1d9a288d424ad76a825.tar.gz gdb-2d643429defea3c00819c1d9a288d424ad76a825.tar.bz2 |
Add --hash-size switch to the linker
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,11 +1,19 @@ -*- text -*- +* A new linker command line switch has been added which allows the hash table + size to be set to a suitable prime value near to its argument. This switch + is --hash-size=<NUMBER>. Also if the switch --reduce-memory-overheads is + used, and --hash-size has not been used, then the default value will be set + to 1021. + * Linker map files are now generated with an O(N) algorithm for finding symbols that are defined in each section. This uses about 40% more memory for symbols than the old O(N^2) algorithm. You can use the new --reduce-memory-overheads option to select the old algorithm; this option might also be used in the future to select similar tradeoffs. +Changes in 2.15: + * New PE --large-address-aware option to indicate executables support virtual addresses greater than 2 gigabytes. |