aboutsummaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2001-08-24 13:56:11 +0000
committerAlexandre Oliva <aoliva@redhat.com>2001-08-24 13:56:11 +0000
commit1ae8b3d2a04d1064a403ce6adf997831e1a55300 (patch)
treeed4a8b91313b19370fe89dc88dde648e29abe49e /binutils/NEWS
parent8c98ec7dcccbe45bed00b04e04c3d7cac8f7b744 (diff)
downloadfsf-binutils-gdb-1ae8b3d2a04d1064a403ce6adf997831e1a55300.zip
fsf-binutils-gdb-1ae8b3d2a04d1064a403ce6adf997831e1a55300.tar.gz
fsf-binutils-gdb-1ae8b3d2a04d1064a403ce6adf997831e1a55300.tar.bz2
* objcopy.c (use_alt_mach_code): New variable.
(OPTION_ALT_MACH_CODE): Define. (copy_options): Added --alt-machine-code. (copy_main): Handle it. (copy_object): Switch to alternate machine code if requested. * doc/binutils.texi: Document new option. * NEWS: Likewise.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r--binutils/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index 2f5ad58..18c2fd8 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -11,6 +11,10 @@
* Support for OpenRISC by Johan Rydberg.
+* New command line switch to objcopy --alt-machine-code which creates a binary
+ with an alternate machine code if one is defined in the architecture
+ description. Only supported for ELF targets. By Alexandre Oliva.
+
* New command line switch to objcopy -B (or --binary-architecture) which sets
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.