Add cutoff for changes in 2.16 release

This commit is contained in:
Nick Clifton 2005-03-15 17:49:15 +00:00
parent 7b4a0685e8
commit 957d91c178
4 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.