projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2dfd01
)
(i[3-7]86-*-vxworks): Match vxworks* instead.
author
Nick Clifton
<nickc@redhat.com>
Tue, 30 Aug 2005 16:06:00 +0000
(16:06 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Tue, 30 Aug 2005 16:06:00 +0000
(16:06 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/config.bfd
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 3d0e28299a62326a6d42229a1408311281a47b8e..6746e07867ca74157a0b874ae6a95872484d3067 100644
(file)
--- 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 cbe950f117d03e2e9e18010e984ebb84d3cf2fde..8b6e72c6cae61caf5170e9df1a2395074216295f 100644
(file)
--- 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
;;