diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-18 18:37:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-18 18:37:58 +0000 |
commit | 049df0a849607367019d9e9087c4ca5635adf2d9 (patch) | |
tree | 27dcc2f0ca9e1f9a695319202ee9e2a412605022 /bfd | |
parent | 5f4c7a8dec02aae1b5898b05cb0ebc52289b99f3 (diff) | |
download | gdb-049df0a849607367019d9e9087c4ca5635adf2d9.zip gdb-049df0a849607367019d9e9087c4ca5635adf2d9.tar.gz gdb-049df0a849607367019d9e9087c4ca5635adf2d9.tar.bz2 |
Mon Sep 18 14:35:01 1995 Arne H. Juul <arnej@pvv.unit.no>
* config.bfd (mips-dec-netbsd*): New target.
* configure.host (mips-dec-netbsd*): New host.
* configure.in (mips-dec-netbsd*): New native.
* configure: Rebuild.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 | ||||
-rwxr-xr-x | bfd/config.bfd | 6 | ||||
-rwxr-xr-x | bfd/configure | 3 | ||||
-rw-r--r-- | bfd/configure.in | 1 |
4 files changed, 15 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6fe65ed..4aac9b3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Mon Sep 18 14:35:01 1995 Arne H. Juul <arnej@pvv.unit.no> + + * config.bfd (mips-dec-netbsd*): New target. + * configure.host (mips-dec-netbsd*): New host. + * configure.in (mips-dec-netbsd*): New native. + * configure: Rebuild. + Fri Sep 15 10:24:36 1995 Ian Lance Taylor <ian@cygnus.com> Make the COFF backend linker merge common types: diff --git a/bfd/config.bfd b/bfd/config.bfd index f06f74f..29d653e 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -185,7 +185,7 @@ case "${targ}" in targ_selvecs="i386msdos_vec i386aout_vec" ;; i[345]86-*-win32 | i[345]86-*-winnt | i[345]86-*-pe) - targ_defvec=i386pe_ve + targ_defvec=i386pe_vec targ_selvecs="i386pe_vec i386pei_vec" ;; i[345]86-none-*) @@ -283,6 +283,10 @@ case "${targ}" in targ_defvec=ecoff_big_vec targ_selvecs=ecoff_little_vec ;; + mips-dec-netbsd*) + targ_defvec=bfd_elf32_littlemips_vec + targ_selvecs=bfd_elf32_bigmips_vec + ;; mips*-dec-bsd*) targ_defvec=aout_mips_little_vec targ_underscore=yes diff --git a/bfd/configure b/bfd/configure index 484bdc1..ff2b97a 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1052,6 +1052,7 @@ EOF EOF ;; + mips-dec-netbsd*) ;; mips-dec-*) COREFILE=trad-core.o cat >> confdefs.h <<\EOF @@ -1179,7 +1180,7 @@ EOF echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 1183 "configure" +#line 1184 "configure" #include "confdefs.h" #include <sys/procfs.h> int main() { return 0; } diff --git a/bfd/configure.in b/bfd/configure.in index 66eb541..cb50ff1 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -158,6 +158,7 @@ changequote([,])dnl COREFILE=trad-core.o AC_DEFINE(TRAD_HEADER,"hosts/mipsmach3.h") ;; + mips-dec-netbsd*) ;; mips-dec-*) COREFILE=trad-core.o AC_DEFINE(TRAD_HEADER,"hosts/decstation.h") |