diff options
author | Nick Clifton <nickc@redhat.com> | 2005-02-14 16:17:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-02-14 16:17:04 +0000 |
commit | 5cba516c96c30419af2254897f0459ef4d640084 (patch) | |
tree | 4dd636b2d69bc42f25b2aee93e1c111c6bc76d76 /bfd/ChangeLog | |
parent | d60988980f0a8282b0125afe9dbad1ddfdda4c9e (diff) | |
download | gdb-5cba516c96c30419af2254897f0459ef4d640084.zip gdb-5cba516c96c30419af2254897f0459ef4d640084.tar.gz gdb-5cba516c96c30419af2254897f0459ef4d640084.tar.bz2 |
(elf_core_file_p): Move the call to elf_backend_object_p to allow the correct
machine to be set before processing the program headers.
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 5cf3e34..38920f6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2005-02-14 Orjan Friberg <orjanf@axis.com> + + * elfcore.h (elf_core_file_p): Move the call to + elf_backend_object_p to allow the correct machine to be set before + processing the program headers. + 2005-02-14 Nick Clifton <nickc@redhat.com> PR binutils/716 |