1999-04-16 03:35:26 +02:00
|
|
|
# Mapping of configurations into GDB host definitions. This is
|
|
|
|
# invoked from the autoconf generated configure script.
|
|
|
|
|
|
|
|
# This file sets the following shell variables:
|
|
|
|
# gdb_host_cpu generic name of host's CPU
|
|
|
|
# gdb_host name of GDB host definition to use
|
|
|
|
|
|
|
|
# Map host cpu into the config cpu subdirectory name.
|
|
|
|
# The default is $host_cpu.
|
|
|
|
|
|
|
|
case "${host_cpu}" in
|
|
|
|
|
|
|
|
alpha*) gdb_host_cpu=alpha ;;
|
2000-03-21 07:18:23 +01:00
|
|
|
arm*) gdb_host_cpu=arm ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
hppa*) gdb_host_cpu=pa ;;
|
|
|
|
i[3456]86*) gdb_host_cpu=i386 ;;
|
|
|
|
m68*) gdb_host_cpu=m68k ;;
|
2001-07-10 22:41:54 +02:00
|
|
|
mips*) gdb_host_cpu=mips ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
powerpc*) gdb_host_cpu=powerpc ;;
|
2002-01-24 03:48:04 +01:00
|
|
|
sparcv9 | sparc64) gdb_host_cpu=sparc ;;
|
2001-06-15 21:23:45 +02:00
|
|
|
s390*) gdb_host_cpu=s390 ;;
|
2002-05-08 17:29:36 +02:00
|
|
|
sh*) gdb_host_cpu=sh ;;
|
2002-01-20 10:10:27 +01:00
|
|
|
x86_64*) gdb_host_cpu=i386 ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
*) gdb_host_cpu=$host_cpu ;;
|
|
|
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
# map host info into gdb names.
|
|
|
|
|
|
|
|
case "${host}" in
|
|
|
|
|
|
|
|
alpha*-*-osf1*) gdb_host=alpha-osf1 ;;
|
|
|
|
alpha*-*-osf2*) gdb_host=alpha-osf2 ;;
|
|
|
|
alpha*-*-osf[3456789]*) gdb_host=alpha-osf3 ;;
|
|
|
|
alpha*-*-linux*) gdb_host=alpha-linux ;;
|
2000-05-31 22:54:55 +02:00
|
|
|
alpha*-*-freebsd*) gdb_host=fbsd ;;
|
2002-04-25 04:44:05 +02:00
|
|
|
alpha*-*-netbsd*) gdb_host=nbsd ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2000-03-21 07:18:23 +01:00
|
|
|
arm*-*-linux*) gdb_host=linux ;;
|
* Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
nbsd-tdep.h to dependency list.
* configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
nbsdaout.mh and nbsdelf.mh consistently.
* configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
nbsdaout.mt and nbsdelf.mh consistently.
* armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
(arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
* config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
a.out shared library stuff from here...
* config/nm-nbsdaout.h: ...to here.
* config/tm-nbsd.h: Remove.
* config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
* config/arm/nbsd.mh: Remove.
* config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
nbsd-tdep.o.
* config/arm/nbsdaout.mh: New file.
* config/arm/nbsdelf.mh: New file.
* config/arm/nm-nbsdaout.h: New file.
* config/i386/nbsd.mh: Remove.
* config/i386/nbsd.mt: Remove.
* config/i386/nbsdaout.mh: New file.
* config/i386/nbsdaout.mt: New file.
* config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
* config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
* config/i386/nm-nbsd.h (REGISTER_U_ADDR,
i386_register_u_addr): Remove.
* config/i386/nm-nbsdaout.h: New file.
* config/i386/nm-nbsdelf.h: Remove.
* config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
(USE_STRUCT_CONVENTION): Remove.
* config/i386/tm-nbsdaout.h: New file.
* config/i386/tm-nbsdelf.h: Remove.
* config/m68k/nbsd.mh: Remove.
* config/m68k/nbsd.mt: Remove.
* config/m68k/nbsdaout.mh: New file.
* config/m68k/nbsdaout.mt: New file.
* config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
* config/m68k/nm-nbsdaout.h: New file.
* config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
(IN_SOLIB_CALL_TRAMPOLINE): Define.
* config/ns32k/nbsd.mh: Remove.
* config/ns32k/nbsd.mt: Remove.
* config/ns32k/nbsdaout.mh: New file.
* config/ns32k/nbsdaout.mt: New file.
* config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
* config/ns32k/nm-nbsdaout.h: New file.
* config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
(IN_SOLIB_CALL_TRAMPOLINE): Define.
* config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
(SVR4_SHARED_LIBS): Remove.
* config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
* config/sparc/nbsd.mh: Remove.
* config/sparc/nbsd.mt: Remove.
* config/sparc/nbsdaout.mh: New file.
* config/sparc/nbsdaout.mt: New file.
* config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
* config/sparc/nbsdelf.mt: New file.
* config/sparc/nm-nbsdaout.h: New file.
* config/sparc/nm-nbsdelf.h: Remove.
* config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
* config/sparc/tm-nbsdaout.h: New file.
2002-05-22 05:59:55 +02:00
|
|
|
arm*-*-netbsdelf*) gdb_host=nbsdelf ;;
|
|
|
|
arm*-*-netbsd*) gdb_host=nbsdaout ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
hppa*-*-bsd*) gdb_host=hppabsd ;;
|
|
|
|
hppa*-*-hiux*) gdb_host=hppahpux ;;
|
|
|
|
hppa*-*-hpux10.20) gdb_host=hpux1020 ;;
|
2000-06-13 17:21:27 +02:00
|
|
|
hppa*64*-*-hpux11*) gdb_host=hpux11w ;;
|
2000-03-21 07:18:23 +01:00
|
|
|
hppa*-*-hpux11*) gdb_host=hpux11 ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
hppa*-*-hpux*) gdb_host=hppahpux ;;
|
|
|
|
hppa*-*-osf*) gdb_host=hppaosf ;;
|
|
|
|
|
|
|
|
i[3456]86-ncr-*) gdb_host=ncr3000 ;;
|
|
|
|
i[3456]86-sequent-bsd*) gdb_host=symmetry ;; # dynix
|
|
|
|
i[3456]86-sequent-sysv4*) gdb_host=ptx4 ;;
|
|
|
|
i[3456]86-sequent-sysv*) gdb_host=ptx ;;
|
|
|
|
i[3456]86-*-bsd*) gdb_host=i386bsd ;;
|
2003-02-01 12:45:13 +01:00
|
|
|
i[3456]86-*-dgux*) gdb_host=i386v4 ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
i[3456]86-*-freebsd*) gdb_host=fbsd ;;
|
2000-06-01 06:13:36 +02:00
|
|
|
i[3456]86-*-netbsdelf*) gdb_host=nbsdelf ;;
|
* Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
nbsd-tdep.h to dependency list.
* configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
nbsdaout.mh and nbsdelf.mh consistently.
* configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
nbsdaout.mt and nbsdelf.mh consistently.
* armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
(arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
* config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
a.out shared library stuff from here...
* config/nm-nbsdaout.h: ...to here.
* config/tm-nbsd.h: Remove.
* config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
* config/arm/nbsd.mh: Remove.
* config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
nbsd-tdep.o.
* config/arm/nbsdaout.mh: New file.
* config/arm/nbsdelf.mh: New file.
* config/arm/nm-nbsdaout.h: New file.
* config/i386/nbsd.mh: Remove.
* config/i386/nbsd.mt: Remove.
* config/i386/nbsdaout.mh: New file.
* config/i386/nbsdaout.mt: New file.
* config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
* config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
* config/i386/nm-nbsd.h (REGISTER_U_ADDR,
i386_register_u_addr): Remove.
* config/i386/nm-nbsdaout.h: New file.
* config/i386/nm-nbsdelf.h: Remove.
* config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
(USE_STRUCT_CONVENTION): Remove.
* config/i386/tm-nbsdaout.h: New file.
* config/i386/tm-nbsdelf.h: Remove.
* config/m68k/nbsd.mh: Remove.
* config/m68k/nbsd.mt: Remove.
* config/m68k/nbsdaout.mh: New file.
* config/m68k/nbsdaout.mt: New file.
* config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
* config/m68k/nm-nbsdaout.h: New file.
* config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
(IN_SOLIB_CALL_TRAMPOLINE): Define.
* config/ns32k/nbsd.mh: Remove.
* config/ns32k/nbsd.mt: Remove.
* config/ns32k/nbsdaout.mh: New file.
* config/ns32k/nbsdaout.mt: New file.
* config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
* config/ns32k/nm-nbsdaout.h: New file.
* config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
(IN_SOLIB_CALL_TRAMPOLINE): Define.
* config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
(SVR4_SHARED_LIBS): Remove.
* config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
* config/sparc/nbsd.mh: Remove.
* config/sparc/nbsd.mt: Remove.
* config/sparc/nbsdaout.mh: New file.
* config/sparc/nbsdaout.mt: New file.
* config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
* config/sparc/nbsdelf.mt: New file.
* config/sparc/nm-nbsdaout.h: New file.
* config/sparc/nm-nbsdelf.h: Remove.
* config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
* config/sparc/tm-nbsdaout.h: New file.
2002-05-22 05:59:55 +02:00
|
|
|
i[3456]86-*-netbsdaout*) gdb_host=nbsdaout ;;
|
|
|
|
i[3456]86-*-netbsd*) gdb_host=nbsdaout ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
i[3456]86-*-go32*) gdb_host=go32 ;;
|
2000-03-21 07:18:23 +01:00
|
|
|
i[3456]86-*-msdosdjgpp*) gdb_host=go32 ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
i[3456]86-*-linux*) gdb_host=linux ;;
|
|
|
|
i[3456]86-*-lynxos*) gdb_host=i386lynx ;;
|
|
|
|
i[3456]86-*-gnu*) gdb_host=i386gnu ;;
|
2001-11-24 00:01:54 +01:00
|
|
|
i[3456]86-*-openbsd*) gdb_host=obsd ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
i[3456]86-*-sco3.2v5*) gdb_host=i386sco5 ;;
|
|
|
|
i[3456]86-*-sco3.2v4*) gdb_host=i386sco4 ;;
|
|
|
|
i[3456]86-*-sco*) gdb_host=i386sco ;;
|
|
|
|
i[3456]86-*-solaris*) gdb_host=i386sol2 ;;
|
|
|
|
i[3456]86-*-sysv4.2*) gdb_host=i386v42mp ;;
|
|
|
|
i[3456]86-*-sysv4*) gdb_host=i386v4 ;;
|
|
|
|
i[3456]86-*-sysv5*) gdb_host=i386v42mp ;;
|
|
|
|
i[3456]86-*-unixware2*) gdb_host=i386v42mp ;;
|
|
|
|
i[3456]86-*-unixware*) gdb_host=i386v4 ;;
|
|
|
|
i[3456]86-*-sysv*) gdb_host=i386v ;;
|
2003-02-01 13:28:00 +01:00
|
|
|
i[3456]86-*-isc*) gdb_host=i386v ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
i[3456]86-*-cygwin*) gdb_host=cygwin ;;
|
2000-03-21 06:26:31 +01:00
|
|
|
|
2001-03-06 01:52:31 +01:00
|
|
|
ia64-*-aix*) gdb_host=aix ;;
|
2000-03-21 06:26:31 +01:00
|
|
|
ia64-*-linux*) gdb_host=linux ;;
|
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;;
|
|
|
|
m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;;
|
|
|
|
|
|
|
|
m68*-att-*) gdb_host=3b1 ;;
|
|
|
|
m68*-bull*-sysv*) gdb_host=dpx2 ;;
|
|
|
|
m68*-*-linux*) gdb_host=linux ;;
|
|
|
|
m68*-*-lynxos*) gdb_host=m68klynx ;;
|
* Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
nbsd-tdep.h to dependency list.
* configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
nbsdaout.mh and nbsdelf.mh consistently.
* configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
nbsdaout.mt and nbsdelf.mh consistently.
* armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
(arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
* config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
a.out shared library stuff from here...
* config/nm-nbsdaout.h: ...to here.
* config/tm-nbsd.h: Remove.
* config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
* config/arm/nbsd.mh: Remove.
* config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
nbsd-tdep.o.
* config/arm/nbsdaout.mh: New file.
* config/arm/nbsdelf.mh: New file.
* config/arm/nm-nbsdaout.h: New file.
* config/i386/nbsd.mh: Remove.
* config/i386/nbsd.mt: Remove.
* config/i386/nbsdaout.mh: New file.
* config/i386/nbsdaout.mt: New file.
* config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
* config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
* config/i386/nm-nbsd.h (REGISTER_U_ADDR,
i386_register_u_addr): Remove.
* config/i386/nm-nbsdaout.h: New file.
* config/i386/nm-nbsdelf.h: Remove.
* config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
(USE_STRUCT_CONVENTION): Remove.
* config/i386/tm-nbsdaout.h: New file.
* config/i386/tm-nbsdelf.h: Remove.
* config/m68k/nbsd.mh: Remove.
* config/m68k/nbsd.mt: Remove.
* config/m68k/nbsdaout.mh: New file.
* config/m68k/nbsdaout.mt: New file.
* config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
* config/m68k/nm-nbsdaout.h: New file.
* config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
(IN_SOLIB_CALL_TRAMPOLINE): Define.
* config/ns32k/nbsd.mh: Remove.
* config/ns32k/nbsd.mt: Remove.
* config/ns32k/nbsdaout.mh: New file.
* config/ns32k/nbsdaout.mt: New file.
* config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
* config/ns32k/nm-nbsdaout.h: New file.
* config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
(IN_SOLIB_CALL_TRAMPOLINE): Define.
* config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
(SVR4_SHARED_LIBS): Remove.
* config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
* config/sparc/nbsd.mh: Remove.
* config/sparc/nbsd.mt: Remove.
* config/sparc/nbsdaout.mh: New file.
* config/sparc/nbsdaout.mt: New file.
* config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
* config/sparc/nbsdelf.mt: New file.
* config/sparc/nm-nbsdaout.h: New file.
* config/sparc/nm-nbsdelf.h: Remove.
* config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
* config/sparc/tm-nbsdaout.h: New file.
2002-05-22 05:59:55 +02:00
|
|
|
m68*-*-netbsd*) gdb_host=nbsdaout ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
m68*-*-sysv4*) gdb_host=m68kv4 ;;
|
|
|
|
m68*-motorola-*) gdb_host=delta68 ;;
|
|
|
|
m68*-sun-sunos3*) gdb_host=sun3os3 ;;
|
|
|
|
m68*-sun-sunos4*) gdb_host=sun3os4 ;;
|
|
|
|
m68*-sun-*) gdb_host=sun3os4 ;;
|
|
|
|
|
2000-03-21 07:18:23 +01:00
|
|
|
mips-dec-mach3*) gdb_host=mipsm3 ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
mips-dec-*) gdb_host=decstation ;;
|
|
|
|
mips-little-*) gdb_host=littlemips ;;
|
|
|
|
mips-sgi-irix3*) gdb_host=irix3 ;;
|
|
|
|
mips-sgi-irix4*) gdb_host=irix4 ;;
|
|
|
|
mips-sgi-irix5*) gdb_host=irix5 ;;
|
2001-06-07 17:57:57 +02:00
|
|
|
mips-sgi-irix6*) gdb_host=irix6 ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
mips-sony-*) gdb_host=news-mips ;;
|
2001-07-10 22:41:54 +02:00
|
|
|
mips*-*-linux*) gdb_host=linux ;;
|
2002-05-21 17:58:41 +02:00
|
|
|
mips*-*-netbsd*) gdb_host=nbsd ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
mips-*-mach3*) gdb_host=mipsm3 ;;
|
|
|
|
mips-*-sysv4*) gdb_host=mipsv4 ;;
|
|
|
|
mips-*-sysv*) gdb_host=riscos ;;
|
|
|
|
mips-*-riscos*) gdb_host=riscos ;;
|
|
|
|
|
|
|
|
none-*-*) gdb_host=none ;;
|
|
|
|
|
* Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
nbsd-tdep.h to dependency list.
* configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
nbsdaout.mh and nbsdelf.mh consistently.
* configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
nbsdaout.mt and nbsdelf.mh consistently.
* armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
(arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
* config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
a.out shared library stuff from here...
* config/nm-nbsdaout.h: ...to here.
* config/tm-nbsd.h: Remove.
* config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
* config/arm/nbsd.mh: Remove.
* config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
nbsd-tdep.o.
* config/arm/nbsdaout.mh: New file.
* config/arm/nbsdelf.mh: New file.
* config/arm/nm-nbsdaout.h: New file.
* config/i386/nbsd.mh: Remove.
* config/i386/nbsd.mt: Remove.
* config/i386/nbsdaout.mh: New file.
* config/i386/nbsdaout.mt: New file.
* config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
* config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
* config/i386/nm-nbsd.h (REGISTER_U_ADDR,
i386_register_u_addr): Remove.
* config/i386/nm-nbsdaout.h: New file.
* config/i386/nm-nbsdelf.h: Remove.
* config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
(USE_STRUCT_CONVENTION): Remove.
* config/i386/tm-nbsdaout.h: New file.
* config/i386/tm-nbsdelf.h: Remove.
* config/m68k/nbsd.mh: Remove.
* config/m68k/nbsd.mt: Remove.
* config/m68k/nbsdaout.mh: New file.
* config/m68k/nbsdaout.mt: New file.
* config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
* config/m68k/nm-nbsdaout.h: New file.
* config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
(IN_SOLIB_CALL_TRAMPOLINE): Define.
* config/ns32k/nbsd.mh: Remove.
* config/ns32k/nbsd.mt: Remove.
* config/ns32k/nbsdaout.mh: New file.
* config/ns32k/nbsdaout.mt: New file.
* config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
* config/ns32k/nm-nbsdaout.h: New file.
* config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
(IN_SOLIB_CALL_TRAMPOLINE): Define.
* config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
(SVR4_SHARED_LIBS): Remove.
* config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
* config/sparc/nbsd.mh: Remove.
* config/sparc/nbsd.mt: Remove.
* config/sparc/nbsdaout.mh: New file.
* config/sparc/nbsdaout.mt: New file.
* config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
* config/sparc/nbsdelf.mt: New file.
* config/sparc/nm-nbsdaout.h: New file.
* config/sparc/nm-nbsdelf.h: Remove.
* config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
* config/sparc/tm-nbsdaout.h: New file.
2002-05-22 05:59:55 +02:00
|
|
|
ns32k-*-netbsd*) gdb_host=nbsdaout ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2002-07-30 21:59:06 +02:00
|
|
|
powerpc-*-aix3*) gdb_host=aix ;;
|
|
|
|
powerpc-*-aix4.[0-2]*) gdb_host=aix ;;
|
|
|
|
powerpc-*-aix4.3.[0-1]*) gdb_host=aix ;;
|
|
|
|
powerpc-*-aix*) gdb_host=aix432 ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
powerpc-*-linux*) gdb_host=linux ;;
|
2000-05-19 01:43:58 +02:00
|
|
|
powerpc-*-netbsd*) gdb_host=nbsd ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
rs6000-*-lynxos*) gdb_host=rs6000lynx ;;
|
|
|
|
rs6000-*-aix4*) gdb_host=aix4 ;;
|
|
|
|
rs6000-*-*) gdb_host=rs6000 ;;
|
|
|
|
|
2001-06-15 21:23:45 +02:00
|
|
|
s390*-*-*) gdb_host=s390 ;;
|
|
|
|
|
2002-05-08 17:29:36 +02:00
|
|
|
sh*-*-netbsdelf*) gdb_host=nbsd ;;
|
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
sparc-*-linux*) gdb_host=linux ;;
|
|
|
|
sparc-*-lynxos*) gdb_host=sparclynx ;;
|
2000-03-21 07:18:23 +01:00
|
|
|
sparc-*-netbsdelf*) gdb_host=nbsdelf ;;
|
* Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
nbsd-tdep.h to dependency list.
* configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
i[3456]86-*-netbsdaout*, i[3456]86-*-netbsd*, m68*-*-netbsd*,
ns32k-*-netbsd*, sparc-*-netbsdaout*, sparc-*-netbsd*): Use
nbsdaout.mh and nbsdelf.mh consistently.
* configure.tgt (i[3456]86-*-netbsd*, m68*-*-netbsd*,
ns32k-*-netbsd*, sparc-*-netbsdelf*, sparc-*-netbsd*) Use
nbsdaout.mt and nbsdelf.mh consistently.
* armnbsd-tdep.c: Include nbsd-tdep.h and solib-svr4.h.
(arm_netbsd_elf_init_abi): Use set_solib_svr4_fetch_link_map_offsets
to set nbsd_ilp32_solib_svr4_fetch_link_map_offsets.
* config/nm-nbsd.h: Garbage-collect SVR4_SHARED_LIBS. Move
a.out shared library stuff from here...
* config/nm-nbsdaout.h: ...to here.
* config/tm-nbsd.h: Remove.
* config/alpha/nm-nbsd.h (SVR4_SHARED_LIBS): Remove.
* config/arm/nbsd.mh: Remove.
* config/arm/nbsd.mt (TDEPFILES): Remove solib-sunos.o, add
nbsd-tdep.o.
* config/arm/nbsdaout.mh: New file.
* config/arm/nbsdelf.mh: New file.
* config/arm/nm-nbsdaout.h: New file.
* config/i386/nbsd.mh: Remove.
* config/i386/nbsd.mt: Remove.
* config/i386/nbsdaout.mh: New file.
* config/i386/nbsdaout.mt: New file.
* config/i386/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
* config/i386/nbsdelf.mt (TM_FILE): Use tm-nbsd.h.
* config/i386/nm-nbsd.h (REGISTER_U_ADDR,
i386_register_u_addr): Remove.
* config/i386/nm-nbsdaout.h: New file.
* config/i386/nm-nbsdelf.h: Remove.
* config/i386/tm-nbsd.h: Don't include config/tm-nbsd.h.
(USE_STRUCT_CONVENTION): Remove.
* config/i386/tm-nbsdaout.h: New file.
* config/i386/tm-nbsdelf.h: Remove.
* config/m68k/nbsd.mh: Remove.
* config/m68k/nbsd.mt: Remove.
* config/m68k/nbsdaout.mh: New file.
* config/m68k/nbsdaout.mt: New file.
* config/m68k/nm-nbsd.h: Use config/nm-nbsd.h.
* config/m68k/nm-nbsdaout.h: New file.
* config/m68k/tm-nbsd.h: Don't include config/tm-nbsd.h.
(IN_SOLIB_CALL_TRAMPOLINE): Define.
* config/ns32k/nbsd.mh: Remove.
* config/ns32k/nbsd.mt: Remove.
* config/ns32k/nbsdaout.mh: New file.
* config/ns32k/nbsdaout.mt: New file.
* config/ns32k/nm-nbsd.h: Include config/nm-nbsd.h.
* config/ns32k/nm-nbsdaout.h: New file.
* config/ns32k/tm-nbsd.h: Don't include config/tm-nbsd.h.
(IN_SOLIB_CALL_TRAMPOLINE): Define.
* config/powerpc/nm-nbsd.h: Include config/nm-nbsd.h.
(SVR4_SHARED_LIBS): Remove.
* config/powerpc/tm-nbsd.h: Dont' include config/tm-nbsd.h.
* config/sparc/nbsd.mh: Remove.
* config/sparc/nbsd.mt: Remove.
* config/sparc/nbsdaout.mh: New file.
* config/sparc/nbsdaout.mt: New file.
* config/sparc/nbsdelf.mh (NAT_FILE): Use nm-nbsd.h.
* config/sparc/nbsdelf.mt: New file.
* config/sparc/nm-nbsdaout.h: New file.
* config/sparc/nm-nbsdelf.h: Remove.
* config/sparc/tm-nbsd.h: Don't include config/tm-nbsd.h.
* config/sparc/tm-nbsdaout.h: New file.
2002-05-22 05:59:55 +02:00
|
|
|
sparc-*-netbsdaout*) gdb_host=nbsdaout ;;
|
|
|
|
sparc-*-netbsd*) gdb_host=nbsdaout ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
sparc-*-solaris2*) gdb_host=sun4sol2 ;;
|
|
|
|
sparc-*-sunos4*) gdb_host=sun4os4 ;;
|
|
|
|
sparc-*-sunos5*) gdb_host=sun4sol2 ;;
|
|
|
|
sparc-*-*) gdb_host=sun4os4 ;;
|
2002-03-01 19:35:24 +01:00
|
|
|
sparc64-*-freebsd*|ultrasparc-*-freebsd*|sparcv9-*-freebsd*)
|
|
|
|
gdb_host=fbsd ;;
|
2001-02-27 18:04:47 +01:00
|
|
|
sparc64-*-linux*) gdb_host=linux ;;
|
2002-05-31 02:59:15 +02:00
|
|
|
sparc64-*-netbsd*) gdb_host=nbsd64 ;;
|
2002-01-24 03:48:04 +01:00
|
|
|
sparcv9-*-* | sparc64-*-*) gdb_host=sun4sol2 ;;
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
vax-*-bsd*) gdb_host=vaxbsd ;;
|
|
|
|
vax-*-ultrix2*) gdb_host=vaxult2 ;;
|
|
|
|
vax-*-ultrix*) gdb_host=vaxult ;;
|
|
|
|
|
2002-01-20 10:10:27 +01:00
|
|
|
x86_64-*-linux*) gdb_host=x86-64linux ;;
|
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
esac
|