Tue Apr 28 12:16:57 1998 Jason Molenda (crash@bugshack.cygnus.com)
authorJason Molenda <jmolenda@apple.com>
Tue, 28 Apr 1998 19:18:10 +0000 (19:18 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 28 Apr 1998 19:18:10 +0000 (19:18 +0000)
        * config.bfd:  Update OSR5/Unixware patterns.

bfd/ChangeLog
bfd/config.bfd

index 6846d25ecf9cdbc8cd95ff5f31789f86e30bfbef..42a6ee9ada917b4b017be60f11d39033ad526a00 100644 (file)
@@ -1,3 +1,7 @@
+Tue Apr 28 12:16:57 1998  Jason Molenda  (crash@bugshack.cygnus.com)
+
+       * config.bfd:  Update OSR5/Unixware patterns.
+
 Mon Apr 27 18:02:24 1998  Richard Henderson  <rth@cygnus.com>
 
        * elf.c (assign_file_positions_for_segments): Allow for holes
index 4344d516f6133e381fb35fa9edfd685422325ac8..05ef334902e430a8e64027abe3bd99c47957994b 100755 (executable)
@@ -39,7 +39,7 @@ m88*) targ_archs=bfd_m88k_arch ;;
 mips*) targ_archs=bfd_mips_arch ;;
 powerpc*) targ_archs="bfd_rs6000_arch bfd_powerpc_arch" ;;
 rs6000)        targ_archs="bfd_rs6000_arch bfd_powerpc_arch" ;;
-sparc*)        targ_archs=bfd_sparc_arch ;;
+sparc*) targ_archs=bfd_sparc_arch ;;
 v850*) targ_archs=bfd_v850_arch ;;
 z8k*)  targ_archs=bfd_z8k_arch ;;
 *)     targ_archs=bfd_${targ_cpu}_arch ;;
@@ -183,10 +183,11 @@ case "${targ}" in
 
   i[3456]86-*-sco3.2v5*coff)
     targ_defvec=i386coff_vec
+    targ_selvecs=bfd_elf32_i386_vec
     ;;
   i[3456]86-*-sysv4* | i[3456]86-*-unixware | i[3456]86-*-solaris2* | \
   i[3456]86-*-elf | i[3456]86-*-sco3.2v5* | i[3456]86-*-freebsdelf* | \
-  i[3456]86-*-dgux*)
+  i[3456]86-*-dgux* | i[3456]86-*-sysv5*)
     targ_defvec=bfd_elf32_i386_vec
     targ_selvecs=i386coff_vec
     ;;
@@ -523,7 +524,7 @@ case "${targ}" in
     targ_selvecs=sparcle_aout_vec
     targ_underscore=yes
     ;;
-  sparclite-*-elf*)
+  sparclite-*-elf* | sparc86x-*-elf*)
     targ_defvec=bfd_elf32_sparc_vec
     ;;
   sparc-*-linux*aout*)
This page took 0.029823 seconds and 4 git commands to generate.