]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* pull up i386-netbsdelf support.
authorMatthew Green <mrg@redhat.com>
Sat, 14 Jul 2001 15:43:30 +0000 (15:43 +0000)
committerMatthew Green <mrg@redhat.com>
Sat, 14 Jul 2001 15:43:30 +0000 (15:43 +0000)
[gas/ChangeLog]
* configure.in (i386-*-netbsdelf*): New target.
* configure: Regenerate.

[ld/ChangeLog]
* configure.tgt (i386-*-netbsdelf*): New target.
(i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'

gas/ChangeLog
gas/configure
gas/configure.in
ld/ChangeLog
ld/configure.tgt

index 7984c5457ad3efe70bc07c97441628616e693b66..e33b133a8681e67b595caf5180edb606b3eed621 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-14  matthew green  <mrg@eterna.com.au>
+
+       * configure.in (i386-*-netbsdelf*): New target.
+       * configure: Regenerate.
+
 2001-07-07  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * ecoff.c (add_file): Only set debug_type to DEBUG_NONE if it is
index b2904b0f493119ca632678a52c65508a7118ecf4..e8cb78b6c1e405cd1793c0a5e364287ce1705c56 100755 (executable)
@@ -2356,6 +2356,7 @@ for this_target in $target $canon_targets ; do
       i386-*-beoself* | i386-*-beos*) fmt=elf bfd_gas=yes ;;
       i386-*-bsd*)          fmt=aout em=386bsd ;;
       i386-*-netbsd0.8)     fmt=aout em=386bsd ;;
+      i386-*-netbsdelf*)    fmt=elf em=nbsd bfd_gas=yes;;
       i386-*-netbsd*)       fmt=aout em=nbsd bfd_gas=yes;;
       i386-*-openbsd*)      fmt=aout em=nbsd bfd_gas=yes;;
       i386-*-linux*aout* | i386-*-linux*oldld)   fmt=aout em=linux ;;
index 99a0edf46cdca038d9329b026474e4c8c47b8414..f0d09142eb24bb9a316613234cf864b226cf90f7 100644 (file)
@@ -240,6 +240,7 @@ changequote([,])dnl
       i386-*-beoself* | i386-*-beos*) fmt=elf bfd_gas=yes ;;
       i386-*-bsd*)          fmt=aout em=386bsd ;;
       i386-*-netbsd0.8)     fmt=aout em=386bsd ;;
+      i386-*-netbsdelf*)    fmt=elf em=nbsd bfd_gas=yes;;
       i386-*-netbsd*)       fmt=aout em=nbsd bfd_gas=yes;;
       i386-*-openbsd*)      fmt=aout em=nbsd bfd_gas=yes;;
       i386-*-linux*aout* | i386-*-linux*oldld)   fmt=aout em=linux ;;
index 51e67640ad38cac1aa0c62324b341a80c20a3fcb..3d930b9ac4d746b8bb688ed84a47b57adbf92334 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-14  matthew green  <mrg@eterna.com.au>
+
+       * configure.tgt (i386-*-netbsdelf*): New target.
+       (i386-*-netbsd*): Set targ_extra_emuls to `elf_i386'
+
 2001-06-27  Alan Modra  <amodra@bigpond.net.au>
 
        * emulparams/hppa64linux.sh: New file.
index 7d1aa2b758c5b7ffb86e4bdaae9c3f6899cea394..bb690121a0ad7393e2a8f79c337d7bfc1e0cf851 100644 (file)
@@ -144,7 +144,12 @@ i[3456]86-*-sysv[45]*)     targ_emul=elf_i386 ;;
 i[3456]86-*-solaris2*) targ_emul=elf_i386 ;;
 i[3456]86-*-unixware)  targ_emul=elf_i386 ;;
 i[3456]86-*-solaris*)  targ_emul=elf_i386 ;;
-i[3456]86-*-netbsd*)   targ_emul=i386nbsd ;;
+i[3456]86-*-netbsdelf*)        targ_emul=elf_i386
+                       targ_extra_emuls=i386nbsd
+                       ;;
+i[3456]86-*-netbsd*)   targ_emul=i386nbsd
+                       targ_extra_emuls=elf_i386
+                       ;;
 i[3456]86-*-netware)   targ_emul=i386nw ;;
 i[3456]86-*-elf*)      targ_emul=elf_i386 ;;
 i[3456]86-*-freebsdaout* | i[3456]86-*-freebsd[12].* | i[3456]86-*-freebsd[12])