aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-06-26 07:05:15 +0000
committerMark Kettenis <kettenis@gnu.org>2004-06-26 07:05:15 +0000
commita5fd0812426bc8cce068d6f8f4e51cdafc58daff (patch)
tree2a729449b1af367a1e993a354aa0c1d18aac5c23 /bfd
parent336d6a643235878f2fe1a7895e7a00b3ce86a71b (diff)
downloadgdb-a5fd0812426bc8cce068d6f8f4e51cdafc58daff.zip
gdb-a5fd0812426bc8cce068d6f8f4e51cdafc58daff.tar.gz
gdb-a5fd0812426bc8cce068d6f8f4e51cdafc58daff.tar.bz2
* config.bfd: Replace m88k-*-openbsd* with m88*-*-openbsd*.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/config.bfd2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index cba983a..fd823a9 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-26 Mark Kettenis <kettenis@gnu.org>
+
+ * config.bfd: Replace m88k-*-openbsd* with m88*-*-openbsd*.
+
2004-06-25 Joel Brobecker <brobecker@gnat.com>
* som.c (som_set_reloc_info): Correct small typo.
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 3fbee1a..fb554e3 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -753,7 +753,7 @@ case "${targ}" in
targ_defvec=m88kmach3_vec
targ_cflags=-DSTAT_FOR_EXEC
;;
- m88k-*-openbsd*)
+ m88*-*-openbsd*)
targ_defvec=m88kopenbsd_vec
targ_underscore=yes
;;