diff options
author | Jeff Law <law@redhat.com> | 2001-08-29 17:23:16 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2001-08-29 17:23:16 +0000 |
commit | 0a83638b54ee9dd615b9c801a578350db2d393a6 (patch) | |
tree | 5cca3431b13146db8a3441651e08c846be3f52dd /bfd/ChangeLog | |
parent | 70d0c6e9db0c4718885140d2cb057290fb5c5b8e (diff) | |
download | gdb-0a83638b54ee9dd615b9c801a578350db2d393a6.zip gdb-0a83638b54ee9dd615b9c801a578350db2d393a6.tar.gz gdb-0a83638b54ee9dd615b9c801a578350db2d393a6.tar.bz2 |
* cpu-h8300.c (h8300_scan, compatible): Prototype.
(h8300_scan): Handle architecture:machine encodings typically
found in linker scripts.
* elf.c (prep_headers): Do not try to do H8 machine recognition
here.
* elf32-h8300.c: Add some missing prototypes.
(elf32_h8_mach, elf32_h8_final_write_processing): New functions.
(elf32_h8_object_p): Similarly.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 52fd4b0..1f6d5b3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,4 +1,15 @@ -2001-08-29 Alan Modra <amodra@bigpond.net.au> +2000-08-29 Jeff Law <law@redhat.com> + + * cpu-h8300.c (h8300_scan, compatible): Prototype. + (h8300_scan): Handle architecture:machine encodings typically + found in linker scripts. + * elf.c (prep_headers): Do not try to do H8 machine recognition + here. + * elf32-h8300.c: Add some missing prototypes. + (elf32_h8_mach, elf32_h8_final_write_processing): New functions. + (elf32_h8_object_p): Similarly. + +2000-08-29 Alan Modra <amodra@bigpond.net.au> * targmatch.sed: Delete case statements. * config.bfd <powerpc-*-aix* entry>: Select 64 bit xcoff for |