mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-21 18:11:31 +00:00
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.
This commit is contained in:
parent
5f4c7a8dec
commit
049df0a849
@ -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:
|
||||
|
@ -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
|
||||
|
3
bfd/configure
vendored
3
bfd/configure
vendored
@ -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; }
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user