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 /binutils/NEWS | |
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.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
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. |