diff options
author | Alan Modra <amodra@gmail.com> | 2002-03-13 07:30:45 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-03-13 07:30:45 +0000 |
commit | b74fa2cd15f80f123495fad4f2f3edc092e90138 (patch) | |
tree | e00414ad41207813dd45f5e4976c87b28b3585ca /bfd/ChangeLog | |
parent | fa7ea4d86407b3674af92cacfac9afddc8819a1f (diff) | |
download | fsf-binutils-gdb-b74fa2cd15f80f123495fad4f2f3edc092e90138.zip fsf-binutils-gdb-b74fa2cd15f80f123495fad4f2f3edc092e90138.tar.gz fsf-binutils-gdb-b74fa2cd15f80f123495fad4f2f3edc092e90138.tar.bz2 |
* archures.c (bfd_default_compatible): Test bits_per_word.
* cpu-i386.c (i386_compatible): Remove. Replace occurrences with
bfd_default_compatible.
* cpu-i370.c (i370_compatible): Likewise.
* cpu-sparc.c (sparc_compatible): Likewise.
* cpu-h8300.c (compatible): Test in->arch == out->arch.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 463adc0..4392665 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ 2002-03-13 Alan Modra <amodra@bigpond.net.au> + * archures.c (bfd_default_compatible): Test bits_per_word. + * cpu-i386.c (i386_compatible): Remove. Replace occurrences with + bfd_default_compatible. + * cpu-i370.c (i370_compatible): Likewise. + * cpu-sparc.c (sparc_compatible): Likewise. + * cpu-h8300.c (compatible): Test in->arch == out->arch. + * elflink.h: Formatting fixes. (elf_link_output_extsym): Merge undefined and undef weak cases. |