From 28024d9d1db6f2922153e4bd2bb77a658c3061a4 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 3 Feb 2009 15:56:59 +0000 Subject: [PATCH] binutils/ 2009-02-03 H.J. Lu * NEWS: Move --as-needed change to ... * ../ld/NEWS: Here. ld/ 2009-02-03 Alan Modra * NEWS: Mention --as-needed change. --- binutils/ChangeLog | 5 +++++ binutils/NEWS | 7 +------ ld/ChangeLog | 4 ++++ ld/NEWS | 5 +++++ 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index da1a6258bb0..8c7f28a42e8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2009-02-03 H.J. Lu + + * NEWS: Move --as-needed change to ... + * ../ld/NEWS: Here. + 2009-02-03 Carlos O'Donell * configure.in: AC_SUBST pdfdir. diff --git a/binutils/NEWS b/binutils/NEWS index 9b12f083c91..680792de50f 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. diff --git a/ld/ChangeLog b/ld/ChangeLog index 69591cfa242..84b2465dbe0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2009-02-03 Alan Modra + + * NEWS: Mention --as-needed change. + 2009-02-03 Carlos O'Donell * configure.in: AC_SUBST pdfdir. diff --git a/ld/NEWS b/ld/NEWS index 790cab3f428..a04abaad718 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,5 +1,10 @@ -*- 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 to set the address of the first byte of the text segment. -- 2.30.2