aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-10-30 12:01:08 +0000
committerNick Clifton <nickc@redhat.com>2003-10-30 12:01:08 +0000
commit3f8b3ef37bb717cf25bfe766ba87e0c4dc19d633 (patch)
tree45feee8c91b7627099915a42868ea7ced968887f /bfd/ChangeLog
parentf46a9fbb7a97fd0dead099b950bd89a53950b8bb (diff)
downloadgdb-3f8b3ef37bb717cf25bfe766ba87e0c4dc19d633.zip
gdb-3f8b3ef37bb717cf25bfe766ba87e0c4dc19d633.tar.gz
gdb-3f8b3ef37bb717cf25bfe766ba87e0c4dc19d633.tar.bz2
Check the correct arch_info object's mach field: all PowerPC machines are
supersets of the original rs6000, but not later rs6000 machines.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 05e8f13..4728081 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-30 Jim Blandy <jimb@redhat.com>
+
+ * cpu-rs6000.c (rs6000_compatible): Check the correct arch_info
+ object's mach field: all PowerPC machines are supersets of the
+ original rs6000, but not later rs6000 machines.
+
2003-10-30 Alan Modra <amodra@bigpond.net.au>
* dwarf2.c (struct attribute): Delete "unsnd", "snd" and "addr".