summaryrefslogtreecommitdiffstats
path: root/bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-08-30 16:06:00 +0000
committerNick Clifton <nickc@redhat.com>2005-08-30 16:06:00 +0000
commite26f8bd9b4d184491522b948f9d8623672f986d9 (patch)
tree38ce388835dc0165f992e45a636b8176bd7648f6 /bfd
parenta2dfd01fa7b41122647b654d6abe936f6d3f610e (diff)
downloadppe42-binutils-e26f8bd9b4d184491522b948f9d8623672f986d9.tar.gz
ppe42-binutils-e26f8bd9b4d184491522b948f9d8623672f986d9.zip
(i[3-7]86-*-vxworks): Match vxworks* instead.
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 3d0e28299a..6746e07867 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-30 Phil Edwards <phil@codesourcery.com>
+
+ * config.bfd (i[3-7]86-*-vxworks): Match vxworks* instead.
+
2005-08-29 H.J. Lu <hongjiu.lu@intel.com>
PR ld/1247
diff --git a/bfd/config.bfd b/bfd/config.bfd
index cbe950f117..8b6e72c6ca 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -603,7 +603,7 @@ case "${targ}" in
i[3-7]86-*-aout* | i[3-7]86*-*-vsta*)
targ_defvec=i386aout_vec
;;
- i[3-7]86-*-vxworks)
+ i[3-7]86-*-vxworks*)
targ_defvec=bfd_elf32_i386_vxworks_vec
targ_underscore=yes
;;
OpenPOWER on IntegriCloud