aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-05-21 14:56:07 +0000
committerMark Kettenis <kettenis@gnu.org>2004-05-21 14:56:07 +0000
commit8377c19cc4edbdbb66f30996bd0400ff9ec1562a (patch)
tree01a3a09babd596f5224d720c915d10526037376e /bfd/ChangeLog
parent69fd475884c79c9cd482b525babef560faa59041 (diff)
downloadgdb-8377c19cc4edbdbb66f30996bd0400ff9ec1562a.zip
gdb-8377c19cc4edbdbb66f30996bd0400ff9ec1562a.tar.gz
gdb-8377c19cc4edbdbb66f30996bd0400ff9ec1562a.tar.bz2
* libaout.h (machine_type): Add M_88K_OPENBSD and M_HPPA_OPENBSD.
* netbsd-core.c (netbsd_core_file_p): Set architecture for alpha, arm, m68k, m88k and hppa core files.
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 4e3b85a..56dbeeb 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-21 Mark Kettenis <kettenis@gnu.org>
+
+ * libaout.h (machine_type): Add M_88K_OPENBSD and M_HPPA_OPENBSD.
+ * netbsd-core.c (netbsd_core_file_p): Set architecture for alpha,
+ arm, m68k, m88k and hppa core files.
+
2004-05-21 Nick Clifton <nickc@redhat.com>
* bfdio.c (bfd_bread): Do not use iovec if it is NULL.