diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-06 23:04:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-06 23:04:44 +0000 |
commit | cf587de8535d7ae056efc93daf07bee451262f7c (patch) | |
tree | a60f62cc665351f026b624d51d706ef5a8737630 /bfd/configure | |
parent | f98c33694641b7cda35a0a4ff786d54132e4bb4b (diff) | |
download | gdb-cf587de8535d7ae056efc93daf07bee451262f7c.zip gdb-cf587de8535d7ae056efc93daf07bee451262f7c.tar.gz gdb-cf587de8535d7ae056efc93daf07bee451262f7c.tar.bz2 |
Mon Nov 6 17:13:15 1995 Harry Dolan <dolan@ssd.intel.com>
* coff-i860.c: New file, based on coff-i386.c.
* cpu-i860.c: New file, based on cpu-i386.c.
* hosts/i860mach3.h: New file, based on hosts/i386mach3.h.
* config.bfd (i860-*-mach3*, i860-*-osf1*, i860-*-coff*): New
targets, using i860coff_vec.
* configure.in (i860-*-mach3*, i860-*-osf1*): New hosts, using
trad-core.o and hosts/i860mach3.h.
(i860coff_vec): Use coff-i860.o and cofflink.o.
* configure: Rebuild.
* Makefile.in: Rebuild dependencies.
(ALL_MACHINES): Add cpu-i860.o.
(BFD32_BACKENDS): Add coff-i860.o.
(CFILES): Add cpu-i860.c and coff-i860.c.
* targets.c (i860coff_vec): Declare.
(bfd_target_vector): Add &i860coff_vec.
* archures.c (bfd_i860_arch): Declare.
(bfd_archures_list): Add &bfd_i860_arch.
* coffcode.h (coff_set_arch_mach_hook): Handle I860 magic number.
(coff_set_flags): Handle bfd_arch_i860.
(coff_write_object_contents): Handle I860 a.out magic number.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/bfd/configure b/bfd/configure index f07af90..5648107 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1052,6 +1052,13 @@ EOF ;; i[345]86-*-isc*) COREFILE=trad-core.o ;; i[345]86-*-aix*) COREFILE=aix386-core.o ;; + i860-*-mach3* | i860-*-osf1*) + COREFILE=trad-core.o + cat >> confdefs.h <<\EOF +#define TRAD_HEADER "hosts/i860mach3.h" +EOF + + ;; mips-dec-bsd*) COREFILE=trad-core.o cat >> confdefs.h <<\EOF @@ -1225,7 +1232,7 @@ EOF echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 1229 "configure" +#line 1236 "configure" #include "confdefs.h" #include <sys/procfs.h> int main() { return 0; } @@ -1393,6 +1400,7 @@ do i386mach3_vec) tb="$tb i386mach3.o aout32.o stab-syms.o" ;; i386netbsd_vec) tb="$tb i386netbsd.o aout32.o stab-syms.o" ;; i386os9k_vec) tb="$tb i386os9k.o aout32.o stab-syms.o" ;; + i860coff_vec) tb="$tb coff-i860.o cofflink.o" ;; icoff_big_vec) tb="$tb coff-i960.o cofflink.o" ;; icoff_little_vec) tb="$tb coff-i960.o cofflink.o" ;; ieee_vec) tb="$tb ieee.o" ;; @@ -1510,7 +1518,7 @@ else ac_cv_func_mmap=no else cat > conftest.$ac_ext <<EOF -#line 1514 "configure" +#line 1522 "configure" #include "confdefs.h" /* Thanks to Mike Haertel and Jim Avera for this test. */ @@ -1609,7 +1617,7 @@ if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 1613 "configure" +#line 1621 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func(); below. */ |