diff options
author | Nick Clifton <nickc@redhat.com> | 2011-08-26 12:48:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-08-26 12:48:08 +0000 |
commit | d064f206008571b2be0f6f7d2bf071a34c33dff4 (patch) | |
tree | 661b5d97e6727c4918436db530067f88e3ca822b /ld/NEWS | |
parent | 0d932b2f8eccc885b1bd4644c12c176b7c128046 (diff) | |
download | gdb-d064f206008571b2be0f6f7d2bf071a34c33dff4.zip gdb-d064f206008571b2be0f6f7d2bf071a34c33dff4.tar.gz gdb-d064f206008571b2be0f6f7d2bf071a34c33dff4.tar.bz2 |
* NEWS: Mention that --no-copy-dt-needed-entries is now the
default.
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |