As it is highly unlikely OpenBSD's object file format will divert from
authorniklas <niklas@openbsd.org>
Mon, 8 Jan 1996 21:28:57 +0000 (21:28 +0000)
committerniklas <niklas@openbsd.org>
Mon, 8 Jan 1996 21:28:57 +0000 (21:28 +0000)
NetBSD's, alias it instead of implementing a distinct but identical
configuration.

gnu/usr.bin/binutils/gas/configure
gnu/usr.bin/binutils/gas/configure.in

index 81d975b..304248a 100644 (file)
@@ -688,7 +688,7 @@ for this_target in $target $canon_targets ; do
       i386-*-bsd*)          fmt=aout em=386bsd ;;
       i386-*-netbsd0.8)     fmt=aout em=386bsd ;;
       i386-*-netbsd*)       fmt=aout em=nbsd bfd_gas=yes;;
-      i386-*-openbsd*)       fmt=aout em=obsd bfd_gas=yes;;
+      i386-*-openbsd*)       fmt=aout em=nbsd bfd_gas=yes;;
       i386-*-linux*aout* | i386-*-linuxoldld)   fmt=aout em=linux ;;
       i386-*-linux*coff*)   fmt=coff em=linux
                             targ=i386coff ;;
@@ -729,7 +729,7 @@ for this_target in $target $canon_targets ; do
       m68k-*-lynxos*)       fmt=coff targ=m68kcoff
                             em=lynx ;;
       m68k-*-netbsd*)       fmt=aout em=nbsd bfd_gas=yes ;;
-      m68k-*-openbsd*)       fmt=aout em=obsd bfd_gas=yes ;;
+      m68k-*-openbsd*)       fmt=aout em=nbsd bfd_gas=yes ;;
 
       m88k-motorola-sysv3*) fmt=coff targ=m88kcoff em=delta88 ;;
       m88k-*-coff*)         fmt=coff targ=m88kcoff ;;
@@ -793,7 +793,7 @@ for this_target in $target $canon_targets ; do
 
       ns32k-pc532-mach* | ns32k-pc532-ux*)    fmt=aout em=pc532mach ;;
       ns32k-pc532-netbsd* | ns32k-pc532-lites*)  fmt=aout em=nbsd532 ;;
-      ns32k-pc532-openbsd*)  fmt=aout em=obsd532 ;;
+      ns32k-pc532-openbsd*)  fmt=aout em=nbsd532 ;;
 
       sparc-*-sunos4*)      fmt=aout em=sun3 ;;
       sparc-*-aout | sparc*-*-vxworks)
@@ -804,7 +804,7 @@ for this_target in $target $canon_targets ; do
       sparc-*-elf | sparc*-*-solaris*)
                            fmt=elf ;;
       sparc-*-netbsd*)      fmt=aout em=nbsd bfd_gas=yes ;;
-      sparc-*-openbsd*)      fmt=aout em=obsd bfd_gas=yes ;;
+      sparc-*-openbsd*)      fmt=aout em=nbsd bfd_gas=yes ;;
 
       vax-*-bsd* | vax-*-ultrix*)
                            fmt=aout ;;
index 1c044e4..0c06faf 100644 (file)
@@ -161,7 +161,7 @@ changequote([,])dnl
       i386-*-bsd*)          fmt=aout em=386bsd ;;
       i386-*-netbsd0.8)     fmt=aout em=386bsd ;;
       i386-*-netbsd*)       fmt=aout em=nbsd bfd_gas=yes;;
-      i386-*-openbsd*)       fmt=aout em=obsd bfd_gas=yes;;
+      i386-*-openbsd*)       fmt=aout em=nbsd bfd_gas=yes;;
       i386-*-linux*aout* | i386-*-linuxoldld)   fmt=aout em=linux ;;
       i386-*-linux*coff*)   fmt=coff em=linux
                             targ=i386coff ;;
@@ -202,7 +202,7 @@ changequote([,])dnl
       m68k-*-lynxos*)       fmt=coff targ=m68kcoff
                             em=lynx ;;
       m68k-*-netbsd*)       fmt=aout em=nbsd bfd_gas=yes ;;
-      m68k-*-openbsd*)       fmt=aout em=obsd bfd_gas=yes ;;
+      m68k-*-openbsd*)       fmt=aout em=nbsd bfd_gas=yes ;;
 
       m88k-motorola-sysv3*) fmt=coff targ=m88kcoff em=delta88 ;;
       m88k-*-coff*)         fmt=coff targ=m88kcoff ;;
@@ -266,7 +266,7 @@ changequote([,])dnl
 
       ns32k-pc532-mach* | ns32k-pc532-ux*)    fmt=aout em=pc532mach ;;
       ns32k-pc532-netbsd* | ns32k-pc532-lites*)  fmt=aout em=nbsd532 ;;
-      ns32k-pc532-openbsd*) fmt=aout em=obsd532 ;;
+      ns32k-pc532-openbsd*) fmt=aout em=nbsd532 ;;
 
       sparc-*-sunos4*)      fmt=aout em=sun3 ;;
       sparc-*-aout | sparc*-*-vxworks)
@@ -277,7 +277,7 @@ changequote([,])dnl
       sparc-*-elf | sparc*-*-solaris*)
                            fmt=elf ;;
       sparc-*-netbsd*)      fmt=aout em=nbsd bfd_gas=yes ;;
-      sparc-*-openbsd*)      fmt=aout em=obsd bfd_gas=yes ;;
+      sparc-*-openbsd*)      fmt=aout em=nbsd bfd_gas=yes ;;
 
       vax-*-bsd* | vax-*-ultrix*)
                            fmt=aout ;;