diff options
author | Nick Clifton <nickc@redhat.com> | 2003-02-14 09:21:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-02-14 09:21:21 +0000 |
commit | 3193e2343ce7d451f1707ef64c84e602ffcccd0d (patch) | |
tree | b986705af47ea65550bcaee7cc4129ec63b07d25 /bfd/ChangeLog | |
parent | e325dceca798d91484bb286aabd87f65eea477e4 (diff) | |
download | gdb-3193e2343ce7d451f1707ef64c84e602ffcccd0d.zip gdb-3193e2343ce7d451f1707ef64c84e602ffcccd0d.tar.gz gdb-3193e2343ce7d451f1707ef64c84e602ffcccd0d.tar.bz2 |
(elf_core_file_p): Compare alternate machine codes for ELF backends when
checking if the generic ELF target should be used.
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 0a8081f..c91f825 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2003-02-14 Bob Wilson <bob.wilson@acm.org> + + * elfcore.h (elf_core_file_p): Compare alternate machine codes for ELF + backends when checking if the generic ELF target should be used. + 2003-02-14 Alan Modra <amodra@bigpond.net.au> * elf64-ppc.c (ppc64_elf_link_hash_table_create): Init tls_get_addr. |