diff options
author | Nick Clifton <nickc@redhat.com> | 2003-10-21 14:08:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-10-21 14:08:12 +0000 |
commit | b749473bc4c4e05436f3b07d464b0a172af761cf (patch) | |
tree | 8391b9890e176efe82354c4a1969de9f3ee968c4 /bfd/ChangeLog | |
parent | 3e602632663c14cea25d8b12d1306eccbc1c9be3 (diff) | |
download | gdb-b749473bc4c4e05436f3b07d464b0a172af761cf.zip gdb-b749473bc4c4e05436f3b07d464b0a172af761cf.tar.gz gdb-b749473bc4c4e05436f3b07d464b0a172af761cf.tar.bz2 |
Set the machine number as well as the architecture when converting from a
binary file to another file type.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7ae6b66..85f7174 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2003-10-21 Anil Paranjpe <anilp1@KPITCummins.com> + + * binary.c (binary_object_p): Pass machine flag along with + architecture. + 2003-10-21 Thorsten Brehm <brehm@gmx.net> * archures.c (bfd_default_scan): Add support for mcf528x. |