diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-15 17:49:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-15 17:49:15 +0000 |
commit | 957d91c17826944963506e9479ac670b09d35a24 (patch) | |
tree | 65c512b04baa68a7e67f088efc63482103b39da4 /gas | |
parent | 7b4a0685e80a6fac42e5be3113716fdfea629e3b (diff) | |
download | gdb-957d91c17826944963506e9479ac670b09d35a24.zip gdb-957d91c17826944963506e9479ac670b09d35a24.tar.gz gdb-957d91c17826944963506e9479ac670b09d35a24.tar.bz2 |
Add cutoff for changes in 2.16 release
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/NEWS | 2 |
2 files changed, 6 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 @@ -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. |