diff options
author | Alan Modra <amodra@bigpond.net.au> | 2002-08-30 08:11:44 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2002-08-30 08:11:44 +0000 |
commit | e7eb1c7e0291abbeca46bc0472ca01bd512083d4 (patch) | |
tree | 1a5d6b2ac56bf0644eeca514bf8fa6a4e1404b22 /bfd/ChangeLog | |
parent | 1b9c511993ba4c3428b986a4ab33778aed66ffc5 (diff) | |
download | gdb-e7eb1c7e0291abbeca46bc0472ca01bd512083d4.tar.gz |
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
* cpu-avr.c (compatible): Don't use hard-coded mach constants.
* cpu-powerpc.c (powerpc_compatible): Likewise.
* cpu-rs6000.c (rs6000_compatible): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b2869495ea2..0fe87c96f3f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2002-08-30 Alan Modra <amodra@bigpond.net.au> + + * Makefile.am: Run "make dep-am". + * Makefile.in: Regenerate. + + * cpu-avr.c (compatible): Don't use hard-coded mach constants. + * cpu-powerpc.c (powerpc_compatible): Likewise. + * cpu-rs6000.c (rs6000_compatible): Likewise. + 2002-08-28 Catherine Moore <clm@redhat.com> * elf32-v850.c (v850_elf_reloc_map): Add new relocs. |