aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2018-01-13 13:20:55 +0000
committerNick Clifton <nickc@redhat.com>2018-01-13 13:20:55 +0000
commit9176ac5bfce8c1771063c2514b7d46efa613cc1b (patch)
treeeeff5a0e0fd5e7be8e7de2903e9e3532bbed09bb /ld
parent27f7b092c26b84633a4a266ba8ff01154d915035 (diff)
downloadbinutils-9176ac5bfce8c1771063c2514b7d46efa613cc1b.zip
binutils-9176ac5bfce8c1771063c2514b7d46efa613cc1b.tar.gz
binutils-9176ac5bfce8c1771063c2514b7d46efa613cc1b.tar.bz2
Add 2.30 markers to NEWS files.
binutils/ * NEWS: Add marker for 2.30. gas/ * NEWS: Add marker for 2.30. ld/ * NEWS: Add marker for 2.30.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/NEWS2
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 0514bdd..45d2ad8 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-13 Nick Clifton <nickc@redhat.com>
+
+ * NEWS: Add marker for 2.30.
+
2018-01-12 Alan Modra <amodra@gmail.com>
* testsuite/ld-elf/elf.exp: xfail "pr22374 function pointer
diff --git a/ld/NEWS b/ld/NEWS
index 69c8b1d..eafcaf3 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+Changes in 2.30:
+
* Add -z separate-code to generate separate code PT_LOAD segment.
* Add "-z undefs" command line option as the inverse of the "-z defs" option.