From: Nick Clifton Date: Fri, 26 Aug 2011 12:48:08 +0000 (+0000) Subject: * NEWS: Mention that --no-copy-dt-needed-entries is now the X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d064f206008571b2be0f6f7d2bf071a34c33dff4;p=binutils-gdb.git * NEWS: Mention that --no-copy-dt-needed-entries is now the default. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 1297c2cf68b..52bc7404f02 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2011-08-26 Nick Clifton + + * NEWS: Mention that --no-copy-dt-needed-entries is now the + default. + 2011-08-22 Michael Matz * ldmain.c (add_DT_NEEDED_for_dynamic): Default to FALSE. diff --git a/ld/NEWS b/ld/NEWS index e3fa5403859..94eee5a5a94 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* --copy-dt-needed-entries is no longer enabled by default. Instead + --no-copy-dt-needed-entries is the default. + * INPUT_SECTION_FLAGS has been added to the linker script language to allow selection of input sections by section header section flags.