diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-02-03 15:56:59 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-02-03 15:56:59 +0000 |
commit | 28024d9d1db6f2922153e4bd2bb77a658c3061a4 (patch) | |
tree | 4347ff4065b36e2ac6e94eed1d24854b58c60523 /binutils/NEWS | |
parent | 31dd3154f4a9cedea4ea9bb17b0fee33aa79a3e3 (diff) | |
download | gdb-28024d9d1db6f2922153e4bd2bb77a658c3061a4.zip gdb-28024d9d1db6f2922153e4bd2bb77a658c3061a4.tar.gz gdb-28024d9d1db6f2922153e4bd2bb77a658c3061a4.tar.bz2 |
binutils/
2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
* NEWS: Move --as-needed change to ...
* ../ld/NEWS: Here.
ld/
2009-02-03 Alan Modra <amodra@bigpond.net.au>
* NEWS: Mention --as-needed change.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 9b12f08..680792d 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,12 +1,7 @@ -*- text -*- -* --as-needed now links in a dynamic library if it satisfies undefined - symbols in regular objects, or in other dynamic libraries. In the - latter case the library is not linked if it is found in a DT_NEEDED - entry of one of the libraries already linked. - * Added --prefix=PREFIX and --prefix-strip=LEVEL switches to objdump to -add absolute paths for -S. + add absolute paths for -S. * Add new option --use-nul-prefixed-import-tables to dlltool to allow fall- back to old import table generation with null element prefix. |