diff options
author | Alan Modra <amodra@gmail.com> | 2001-06-09 02:15:49 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-06-09 02:15:49 +0000 |
commit | 09ad7db3529ad726a5664d15016e71f7c522cf2b (patch) | |
tree | 09d14a31b9e2aa62702716b94c9ebbf39dcb9b4e | |
parent | 2e663524504ff38060f34b6f9d7781632f88dc1a (diff) | |
download | gdb-09ad7db3529ad726a5664d15016e71f7c522cf2b.zip gdb-09ad7db3529ad726a5664d15016e71f7c522cf2b.tar.gz gdb-09ad7db3529ad726a5664d15016e71f7c522cf2b.tar.bz2 |
* NEWS: Fix a typo. Mention hppa64-elf. Add binutils-2.11 marker.
-rw-r--r-- | binutils/ChangeLog | 6 | ||||
-rw-r--r-- | binutils/NEWS | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index df5d1ce..47beabf 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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". diff --git a/binutils/NEWS b/binutils/NEWS index 87cf540..1f139f7 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -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. |