* NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.

This commit is contained in:
Alan Modra 2001-06-09 02:15:49 +00:00
parent 2e66352450
commit 09ad7db352
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-06-09 Alan Modra <amodra@bigpond.net.au>
* NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
2001-06-01 Alan Modra <amodra@bigpond.net.au>
* MAINTAINERS: Update my email address.
@ -344,7 +348,7 @@ Mon Dec 11 14:30:21 MET 2000 Jan Hubicka <jh@suse.cz>
2000-11-28 Hans-Peter Nilsson <hp@bitrange.com>
* MAINTAINERS: Add Jvrn Rennecke and self as SH maintainers.
* MAINTAINERS: Add Jörn Rennecke and self as SH maintainers.
Change sourceware.cygnus.com to sources.redhat.com.
Fix typo for "amongst".

View File

@ -7,12 +7,14 @@
* Support for OpenRISC by Johan Rydberg.
* New command line switch to objcopy -B (or --binary-architecture) which sets
the archiceture of the output file to the given argument. This option only
the architecture of the output file to the given argument. This option only
makes sense, if the input target is binary. Otherwise it is ignored.
By Stefan Geuken.
* Support for PDP-11 by Lars Brinkhoff.
Changes in binutils 2.11:
* Add support for ARM v5t and v5te architectures and Intel's XScale ARM
extenstions.
@ -27,6 +29,8 @@
Changes in binutils 2.10:
* Support for 64-bit ELF on HPPA.
* New command line switch to objdump --file-start-context which shows the
entire file contents up to the source line first encountered for a given
file.