projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d932b2
)
* NEWS: Mention that --no-copy-dt-needed-entries is now the
author
Nick Clifton
<nickc@redhat.com>
Fri, 26 Aug 2011 12:48:08 +0000
(12:48 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Fri, 26 Aug 2011 12:48:08 +0000
(12:48 +0000)
default.
ld/ChangeLog
patch
|
blob
|
history
ld/NEWS
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index
1297c2c
..
52bc740
100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,8
@@
+2011-08-26 Nick Clifton <nickc@redhat.com>
+
+ * NEWS: Mention that --no-copy-dt-needed-entries is now the
+ default.
+
2011-08-22 Michael Matz <matz@suse.de>
* ldmain.c (add_DT_NEEDED_for_dynamic): Default to FALSE.
diff --git
a/ld/NEWS
b/ld/NEWS
index
e3fa540
..
94eee5a
100644
(file)
--- 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.