aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-03-15 17:49:15 +0000
committerNick Clifton <nickc@redhat.com>2005-03-15 17:49:15 +0000
commit957d91c17826944963506e9479ac670b09d35a24 (patch)
tree65c512b04baa68a7e67f088efc63482103b39da4
parent7b4a0685e80a6fac42e5be3113716fdfea629e3b (diff)
downloadgdb-957d91c17826944963506e9479ac670b09d35a24.zip
gdb-957d91c17826944963506e9479ac670b09d35a24.tar.gz
gdb-957d91c17826944963506e9479ac670b09d35a24.tar.bz2
Add cutoff for changes in 2.16 release
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/NEWS2
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/NEWS2
4 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 5663525..6790664 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-15 Nick Clifton <nickc@redhat.com>
+
+ * NEWS: Add cutoff for changes in 2.16 release.
+
2005-03-15 Jan Beulich <jbeulich@novell.com>
* expr.c (operand): Merge handling of unary + into that for unary
diff --git a/gas/NEWS b/gas/NEWS
index dd636a3..5f483b9 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+Changes in 2.16:
+
* Redefinition of macros now results in an error.
* New command line option -mhint.b=[ok|warning|error] for IA64 targets.
diff --git a/ld/ChangeLog b/ld/ChangeLog
index c093dab..37536b9 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-15 Nick Clifton <nickc@redhat.com>
+
+ * NEWS: Add cutoff for changes in 2.16 release.
+
2005-03-15 Mikkel Krautz <krautz@gmail.com>
* configure.tgt (x86_64-elf): Add target.
diff --git a/ld/NEWS b/ld/NEWS
index c30b62c..f7fbc79 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+Changes in 2.16:
+
* Support for the R_ARM_V4BX relocation as defined in the ARM AAELF
specification has been added via the --fix-v4bx command-line option.