diff options
author | Nick Clifton <nickc@redhat.com> | 2001-03-13 00:08:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-03-13 00:08:35 +0000 |
commit | 43a0748c7811bf542e8a9f020292a991db0bfa1a (patch) | |
tree | 21fa40220d355eaea5757edcf868e4a706770979 /binutils/NEWS | |
parent | 83e7603d4f1229f246ccd2c9f5ffb61d05662243 (diff) | |
download | gdb-43a0748c7811bf542e8a9f020292a991db0bfa1a.zip gdb-43a0748c7811bf542e8a9f020292a991db0bfa1a.tar.gz gdb-43a0748c7811bf542e8a9f020292a991db0bfa1a.tar.bz2 |
Add --binary-architecture switch to objcopy to allow the output architecture
to be set when the input file type is binary.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 12369e9..e14fe5c 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,10 @@ -*- text -*- +* 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 + makes sense, if the input target is binary. Otherwise it is ignored. + By Stefan Geuken. + * Support for PDP-11 by Lars Brinkhoff. * Add support for ARM v5t and v5te architectures and Intel's XScale ARM |