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 /bfd/ChangeLog | |
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 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 136fdab..99506d1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2001-03-12 Stefan Geuken <mail@stefan-geuken.de> + + * binary.c (bfd_external_binary_architecture): Declare. + (binary_object_p): If bfd_external_binary_architecture is defined, + set the architecture to this string. + 2001-03-11 Philip Blundell <philb@gnu.org> * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT |