diff options
author | Alan Modra <amodra@gmail.com> | 2008-08-01 12:21:28 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-08-01 12:21:28 +0000 |
commit | 11a7ae4fa9621fe4a90b201bd56f100bf4c736b6 (patch) | |
tree | cee1e431e1daa8346ce70ee650b6264088164c73 /bfd/ChangeLog | |
parent | 010c8431b082740e5156b9623ba9495fc0dd1c52 (diff) | |
download | gdb-11a7ae4fa9621fe4a90b201bd56f100bf4c736b6.zip gdb-11a7ae4fa9621fe4a90b201bd56f100bf4c736b6.tar.gz gdb-11a7ae4fa9621fe4a90b201bd56f100bf4c736b6.tar.bz2 |
* elfcore.h (elf_core_file_p): Ensure we have a backend match
with the correct arch size before rejecting the generic fallback.
* elfcode.h (elf_object_p): Likewise. Ensure arch size matches
before accepting a target.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 30b0633..54da63c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,4 +1,12 @@ 2008-08-01 Alan Modra <amodra@bigpond.net.au> + Jan Kratochvil <jan.kratochvil@redhat.com> + + * elfcore.h (elf_core_file_p): Ensure we have a backend match + with the correct arch size before rejecting the generic fallback. + * elfcode.h (elf_object_p): Likewise. Ensure arch size matches + before accepting a target. + +2008-08-01 Alan Modra <amodra@bigpond.net.au> * elf.c (rewrite_elf_program_header): Don't wrap p_paddr to include file or program headers. |