mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
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.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* NEWS: Move --as-needed change to ...
|
||||||
|
* ../ld/NEWS: Here.
|
||||||
|
|
||||||
2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
|
2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
|
||||||
|
|
||||||
* configure.in: AC_SUBST pdfdir.
|
* configure.in: AC_SUBST pdfdir.
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
-*- text -*-
|
-*- 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
|
* Added --prefix=PREFIX and --prefix-strip=LEVEL switches to objdump to
|
||||||
add absolute paths for -S.
|
add absolute paths for -S.
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2009-02-03 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* NEWS: Mention --as-needed change.
|
||||||
|
|
||||||
2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
|
2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
|
||||||
|
|
||||||
* configure.in: AC_SUBST pdfdir.
|
* configure.in: AC_SUBST pdfdir.
|
||||||
|
5
ld/NEWS
5
ld/NEWS
@ -1,5 +1,10 @@
|
|||||||
-*- text -*-
|
-*- 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.
|
||||||
|
|
||||||
* Add a new command line option, -Ttext-segment ADDR, for ELF targets
|
* Add a new command line option, -Ttext-segment ADDR, for ELF targets
|
||||||
to set the address of the first byte of the text segment.
|
to set the address of the first byte of the text segment.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user