diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-08-24 13:56:11 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2001-08-24 13:56:11 +0000 |
commit | 1ae8b3d2a04d1064a403ce6adf997831e1a55300 (patch) | |
tree | ed4a8b91313b19370fe89dc88dde648e29abe49e /binutils/ChangeLog | |
parent | 8c98ec7dcccbe45bed00b04e04c3d7cac8f7b744 (diff) | |
download | gdb-1ae8b3d2a04d1064a403ce6adf997831e1a55300.zip gdb-1ae8b3d2a04d1064a403ce6adf997831e1a55300.tar.gz 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/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 3cc6117..50d8344 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2001-08-24 Alexandre Oliva <aoliva@redhat.com> + + * 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. + 2001-08-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE. |