![]()
| [uia] / trunk / uia / vx32 / patch-binutils-2.17 |
Parent Directory
|
Revision Log
Fix slightly broken patch
diff -urN binutils-2.17/bfd/config.bfd binutils-2.17-vx32/bfd/config.bfd
--- binutils-2.17/bfd/config.bfd 2006-04-05 08:41:57.000000000 -0400
+++ binutils-2.17-vx32/bfd/config.bfd 2007-04-11 10:52:46.000000000 -0400
@@ -448,7 +448,7 @@
;;
i[3-7]86-*-sysv4* | i[3-7]86-*-unixware* | \
i[3-7]86-*-elf | i[3-7]86-*-sco3.2v5* | \
- i[3-7]86-*-dgux* | i[3-7]86-*-sysv5*)
+ i[3-7]86-*-dgux* | i[3-7]86-*-sysv5* | i[3-7]86-*-vx32*)
targ_defvec=bfd_elf32_i386_vec
targ_selvecs=i386coff_vec
;;
diff -urN binutils-2.17/config.sub binutils-2.17-vx32/config.sub
--- binutils-2.17/config.sub 2006-01-16 12:34:37.000000000 -0500
+++ binutils-2.17-vx32/config.sub 2007-04-11 10:52:46.000000000 -0400
@@ -1050,6 +1050,10 @@
vpp*|vx|vx-*)
basic_machine=f301-fujitsu
;;
+ vx32)
+ basic_machine=i686-pc
+ os=-vx32
+ ;;
vxworks960)
basic_machine=i960-wrs
os=-vxworks
@@ -1215,7 +1219,7 @@
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
- | -skyos* | -haiku* | -rdos*)
+ | -skyos* | -haiku* | -rdos* | -vx32*)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx*)
diff -urN binutils-2.17/gas/configure.tgt binutils-2.17-vx32/gas/configure.tgt
--- binutils-2.17/gas/configure.tgt 2006-04-05 08:41:57.000000000 -0400
+++ binutils-2.17-vx32/gas/configure.tgt 2007-04-11 10:52:46.000000000 -0400
@@ -214,6 +214,7 @@
i386-*-*nt*) fmt=coff em=pe ;;
i386-*-chaos) fmt=elf ;;
i386-*-rdos*) fmt=elf ;;
+ i386-*-vx32*) fmt=elf ;;
i860-*-*) fmt=elf endian=little ;;
diff -urN binutils-2.17/ld/configure.tgt binutils-2.17-vx32/ld/configure.tgt
--- binutils-2.17/ld/configure.tgt 2006-04-05 08:41:57.000000000 -0400
+++ binutils-2.17-vx32/ld/configure.tgt 2007-04-11 10:53:46.000000000 -0400
@@ -222,7 +222,8 @@
i[3-7]86-*-beospe*) targ_emul=i386beos ;;
i[3-7]86-*-beos*) targ_emul=elf_i386_be ;;
i[3-7]86-*-vxworks*) targ_emul=elf_i386_vxworks ;;
-i[3-7]86-*-chaos) targ_emul=elf_i386_chaos
+i[3-7]86-*-chaos) targ_emul=elf_i386_chaos ;;
+i[3-7]86-*-vx32*) targ_emul=elf_i386
;;
i860-*-coff) targ_emul=coff_i860 ;;
i860-stardent-sysv4* | i860-stardent-elf*)
| Maintained by PDOS | ViewVC Help |
| Powered by ViewVC 1.0.3 |