1999-04-16 01:35:26 +00:00
|
|
|
# Mappings from configurations to GDB target definitions. This is
|
|
|
|
# invoked from the autoconf generated configure script.
|
|
|
|
|
|
|
|
# This file sets the following shell variables:
|
|
|
|
# gdb_target_cpu generic name of CPU
|
|
|
|
# gdb_target name of GDB target definition to use
|
|
|
|
|
|
|
|
# This file may also modify configdirs.
|
|
|
|
|
|
|
|
# Map target cpu into the config cpu subdirectory name.
|
|
|
|
# The default is $target_cpu.
|
|
|
|
|
|
|
|
case "${target_cpu}" in
|
|
|
|
|
|
|
|
alpha*) gdb_target_cpu=alpha ;;
|
1999-12-22 21:45:38 +00:00
|
|
|
arm*) gdb_target_cpu=arm ;;
|
2002-04-25 20:34:56 +00:00
|
|
|
avr*) gdb_target_cpu=avr ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
hppa*) gdb_target_cpu=pa ;;
|
2003-06-13 17:49:52 +00:00
|
|
|
i[34567]86*) gdb_target_cpu=i386 ;;
|
2000-07-27 07:18:32 +00:00
|
|
|
m68hc11*|m6811*) gdb_target_cpu=m68hc11 ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
m68*) gdb_target_cpu=m68k ;;
|
|
|
|
mips*) gdb_target_cpu=mips ;;
|
|
|
|
powerpc*) gdb_target_cpu=powerpc ;;
|
|
|
|
sparc*) gdb_target_cpu=sparc ;;
|
|
|
|
thumb*) gdb_target_cpu=arm ;;
|
2001-06-15 19:23:45 +00:00
|
|
|
s390*) gdb_target_cpu=s390 ;;
|
2002-05-08 15:29:36 +00:00
|
|
|
sh*) gdb_target_cpu=sh ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
strongarm*) gdb_target_cpu=arm ;;
|
2000-11-26 20:04:41 +00:00
|
|
|
xscale*) gdb_target_cpu=arm ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
v850*) gdb_target_cpu=v850 ;;
|
2002-01-20 09:10:27 +00:00
|
|
|
x86_64*) gdb_target_cpu=i386 ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
*) gdb_target_cpu=$target_cpu ;;
|
|
|
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
# map target info into gdb names.
|
|
|
|
|
|
|
|
case "${target}" in
|
|
|
|
|
2003-07-13 16:15:59 +00:00
|
|
|
x86_64-*-freebsd*) gdb_target=fbsd64 ;;
|
2002-10-20 05:37:33 +00:00
|
|
|
*-*-freebsd*) gdb_target=fbsd
|
|
|
|
;;
|
|
|
|
|
1999-04-16 01:35:26 +00:00
|
|
|
alpha*-*-osf*) gdb_target=alpha-osf1 ;;
|
|
|
|
alpha*-*-linux*) gdb_target=alpha-linux ;;
|
2002-04-25 02:44:05 +00:00
|
|
|
alpha*-*-netbsd*) gdb_target=nbsd ;;
|
2002-08-18 04:00:47 +00:00
|
|
|
alpha*-*-*) gdb_target=alpha ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2000-02-24 03:31:45 +00:00
|
|
|
arm*-wince-pe) gdb_target=wince ;;
|
2002-02-14 05:31:46 +00:00
|
|
|
arm*-*-linux*) gdb_target=linux
|
|
|
|
build_gdbserver=yes
|
2000-04-20 21:13:19 +00:00
|
|
|
;;
|
2002-02-19 14:04:47 +00:00
|
|
|
arm*-*-netbsd*) gdb_target=nbsd
|
|
|
|
gdb_multi_arch=yes ;;
|
2003-05-05 13:57:21 +00:00
|
|
|
arm-*-nto*) gdb_target=nto ;;
|
1999-12-22 21:45:38 +00:00
|
|
|
arm*-*-* | thumb*-*-* | strongarm*-*-*)
|
|
|
|
gdb_target=embed
|
1999-08-16 19:57:19 +00:00
|
|
|
configdirs="$configdirs rdi-share"
|
2000-11-26 20:04:41 +00:00
|
|
|
;;
|
|
|
|
xscale-*-*) gdb_target=embed
|
|
|
|
configdirs="$configdirs rdi-share"
|
1999-08-16 19:57:19 +00:00
|
|
|
;;
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2002-04-25 20:34:56 +00:00
|
|
|
avr-*-*) gdb_target=avr
|
|
|
|
gdb_multi_arch=yes
|
|
|
|
;;
|
|
|
|
|
2001-07-16 08:52:41 +00:00
|
|
|
cris*) gdb_target=cris ;;
|
|
|
|
|
1999-04-16 01:35:26 +00:00
|
|
|
d10v-*-*) gdb_target=d10v ;;
|
|
|
|
|
|
|
|
h8300-*-*) gdb_target=h8300 ;;
|
2003-02-04 22:04:08 +00:00
|
|
|
# OBSOLETE h8500-*-*) gdb_target=h8500 ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2000-01-25 02:40:50 +00:00
|
|
|
|
2002-06-21 21:19:58 +00:00
|
|
|
frv-*-*) gdb_target=frv ;;
|
1999-07-19 23:30:11 +00:00
|
|
|
|
2003-03-27 15:23:17 +00:00
|
|
|
# OBSOLETE hppa*-*-bsd*) gdb_target=hppabsd ;;
|
|
|
|
# OBSOLETE hppa*-*-pro*) gdb_target=hppapro ;;
|
2000-06-13 15:21:27 +00:00
|
|
|
hppa*64*-*-hpux11*) gdb_target=hppa64 ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
hppa*-*-hpux*) gdb_target=hppahpux ;;
|
|
|
|
hppa*-*-hiux*) gdb_target=hppahpux ;;
|
2003-03-27 15:23:17 +00:00
|
|
|
# OBSOLETE hppa*-*-osf*) gdb_target=hppaosf ;;
|
2002-08-18 16:09:04 +00:00
|
|
|
hppa*-*-*) gdb_target=hppa ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2003-04-09 16:19:52 +00:00
|
|
|
# OBSOLETE i[3456]86-sequent-bsd*) gdb_target=symmetry ;;
|
|
|
|
# OBSOLETE i[3456]86-sequent-sysv4*) gdb_target=ptx4 ;;
|
|
|
|
# OBSOLETE i[3456]86-sequent-sysv*) gdb_target=ptx ;;
|
2003-06-13 17:49:52 +00:00
|
|
|
i[34567]86-ncr-*) gdb_target=ncr3000 ;;
|
|
|
|
i[34567]86-*-bsd*) gdb_target=i386bsd ;;
|
|
|
|
i[34567]86-*-netbsd*) gdb_target=nbsd ;;
|
|
|
|
i[34567]86-*-openbsd*) gdb_target=obsd ;;
|
|
|
|
i[34567]86-*-go32*) gdb_target=i386aout ;;
|
|
|
|
i[34567]86-*-msdosdjgpp*) gdb_target=go32 ;;
|
|
|
|
i[34567]86-*-nto*) gdb_target=nto ;;
|
|
|
|
i[34567]86-*-lynxos*) gdb_target=i386lynx ;;
|
|
|
|
i[34567]86-*-solaris*) gdb_target=i386sol2 ;;
|
|
|
|
i[34567]86-*-sco*) gdb_target=i386v ;;
|
|
|
|
i[34567]86-*-sysv*) gdb_target=i386v ;;
|
|
|
|
i[34567]86-*-linux*) gdb_target=linux
|
2002-02-14 05:31:46 +00:00
|
|
|
build_gdbserver=yes
|
|
|
|
;;
|
2003-06-13 17:49:52 +00:00
|
|
|
i[34567]86-*-isc*) gdb_target=i386v ;;
|
|
|
|
i[34567]86-*-gnu*) gdb_target=i386gnu ;;
|
|
|
|
i[34567]86-*-netware*) gdb_target=i386nw
|
1999-04-16 01:35:26 +00:00
|
|
|
configdirs="${configdirs} nlm" ;;
|
2003-06-13 17:49:52 +00:00
|
|
|
i[34567]86-*-cygwin*) gdb_target=cygwin ;;
|
|
|
|
i[34567]86-*-vxworks*) gdb_target=vxworks ;;
|
|
|
|
i[34567]86-*-*) gdb_target=embed ;;
|
1999-04-26 18:34:20 +00:00
|
|
|
|
2001-03-06 00:52:31 +00:00
|
|
|
ia64-*-aix*) gdb_target=aix ;;
|
2002-02-14 05:31:46 +00:00
|
|
|
ia64-*-linux*) gdb_target=linux
|
|
|
|
build_gdbserver=yes
|
|
|
|
;;
|
2002-08-18 04:00:47 +00:00
|
|
|
ia64*-*-*) gdb_target=ia64 ;;
|
2000-03-21 05:26:31 +00:00
|
|
|
|
2003-07-27 15:42:20 +00:00
|
|
|
# OBSOLETE m32r-*-elf*) gdb_target=m32r ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2000-07-27 07:18:32 +00:00
|
|
|
m68hc11*-*-*|m6811*-*-*) gdb_target=m68hc11 ;;
|
|
|
|
|
1999-04-16 01:35:26 +00:00
|
|
|
m68000-*-sunos3*) gdb_target=sun2os3 ;;
|
|
|
|
m68000-*-sunos4*) gdb_target=sun2os4 ;;
|
|
|
|
|
|
|
|
m68*-bull-sysv*) gdb_target=dpx2 ;;
|
|
|
|
m68*-att-*) gdb_target=3b1 ;;
|
|
|
|
m68*-cisco*-*) gdb_target=cisco ;;
|
|
|
|
m68*-motorola-*) gdb_target=delta68 ;;
|
|
|
|
m68*-netx-*) gdb_target=vxworks68 ;;
|
|
|
|
m68*-tandem-*) gdb_target=st2000 ;;
|
|
|
|
m68*-*-aout*) gdb_target=monitor ;;
|
|
|
|
m68*-*-coff*) gdb_target=monitor ;;
|
|
|
|
m68*-*-elf*) gdb_target=monitor ;;
|
|
|
|
m68*-*-linux*) gdb_target=linux
|
2003-05-25 18:50:55 +00:00
|
|
|
gdb_multi_arch=1
|
2002-02-14 05:31:46 +00:00
|
|
|
build_gdbserver=yes
|
|
|
|
;;
|
|
|
|
m68*-*-lynxos*) gdb_target=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 03:59:55 +00:00
|
|
|
m68*-*-netbsd*) gdb_target=nbsdaout ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
m68*-*-os68k*) gdb_target=os68k ;;
|
|
|
|
m68*-*-sunos3*) gdb_target=sun3os3 ;;
|
2002-02-14 05:31:46 +00:00
|
|
|
m68*-*-sunos4*) gdb_target=sun3os4 ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
m68*-*-sysv4*) gdb_target=m68kv4 ;;
|
|
|
|
m68*-*-vxworks*) gdb_target=vxworks68 ;;
|
|
|
|
|
1999-08-09 21:36:23 +00:00
|
|
|
mcore*-*-*) gdb_target=mcore ;;
|
2003-06-01 Andrew Cagney <cagney@redhat.com>
* configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
mips*-*-riscos* and mips*-*-sysv* onto mips.
* config/mips/mips64.mt: New file.
* config/mips/mips.mt: New file.
* config/mips/littlemips.mt: Delete file.
* config/mips/decstation.mt: Delete file.
* config/mips/vr4300el.mt: Delete file.
* config/mips/vr5000el.mt: Delete file.
* config/mips/vr5000.mt: Delete file.
* config/mips/vr4100.mt: Delete file.
* config/mips/vr4xxxel.mt: Delete file.
* config/mips/vr4300.mt: Delete file.
* config/mips/vr4xxx.mt: Delete file.
* config/mips/bigmips.mt: Delete file.
* config/mips/bigmips64.mt: Delete file.
* config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
* config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
* config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
* config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
* config/mips/tm-tx39.h: Include "tm-mips.h" instead of
"tm-bigmips.h".
* config/mips/tm-irix3.h: Ditto.
* config/mips/tm-mipsv4.h: Ditto.
* config/mips/tm-embed.h: Ditto.
* config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
"tm-bigmips64.h".
* config/mips/tm-vr5000el.h: Delete file.
* config/mips/tm-tx39l.h: Delete file.
* config/mips/tm-vr4300el.h: Delete file.
* config/mips/tm-vr4xxxel.h: Delete file.
* config/mips/tm-vr4300.h: Delete file.
* config/mips/tm-vr4100.h: Delete file.
* config/mips/tm-vr4xxx.h: Delete file.
* config/mips/tm-vr5000.h: Delete file.
* config/mips/tm-embedl64.h: Delete file.
* config/mips/tm-embedl.h: Delete file.
* config/mips/tm-embed64.h: Delete file.
* config/mips/tm-bigmips64.h: Delete file.
* config/mips/tm-bigmips.h: Delete file.
2003-06-01 14:45:28 +00:00
|
|
|
mips64*-big-*) gdb_target=mips64 ;;
|
|
|
|
mips*-big-*) gdb_target=mips ;;
|
|
|
|
mips*-dec-*) gdb_target=mips ;;
|
2000-02-24 03:31:45 +00:00
|
|
|
mips*-*-pe) gdb_target=wince ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
mips64*el-*-ecoff*) gdb_target=embedl64 ;;
|
|
|
|
mips64*-*-ecoff*) gdb_target=embed64 ;;
|
2003-06-01 Andrew Cagney <cagney@redhat.com>
* configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
mips*-*-riscos* and mips*-*-sysv* onto mips.
* config/mips/mips64.mt: New file.
* config/mips/mips.mt: New file.
* config/mips/littlemips.mt: Delete file.
* config/mips/decstation.mt: Delete file.
* config/mips/vr4300el.mt: Delete file.
* config/mips/vr5000el.mt: Delete file.
* config/mips/vr5000.mt: Delete file.
* config/mips/vr4100.mt: Delete file.
* config/mips/vr4xxxel.mt: Delete file.
* config/mips/vr4300.mt: Delete file.
* config/mips/vr4xxx.mt: Delete file.
* config/mips/bigmips.mt: Delete file.
* config/mips/bigmips64.mt: Delete file.
* config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
* config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
* config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
* config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
* config/mips/tm-tx39.h: Include "tm-mips.h" instead of
"tm-bigmips.h".
* config/mips/tm-irix3.h: Ditto.
* config/mips/tm-mipsv4.h: Ditto.
* config/mips/tm-embed.h: Ditto.
* config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
"tm-bigmips64.h".
* config/mips/tm-vr5000el.h: Delete file.
* config/mips/tm-tx39l.h: Delete file.
* config/mips/tm-vr4300el.h: Delete file.
* config/mips/tm-vr4xxxel.h: Delete file.
* config/mips/tm-vr4300.h: Delete file.
* config/mips/tm-vr4100.h: Delete file.
* config/mips/tm-vr4xxx.h: Delete file.
* config/mips/tm-vr5000.h: Delete file.
* config/mips/tm-embedl64.h: Delete file.
* config/mips/tm-embedl.h: Delete file.
* config/mips/tm-embed64.h: Delete file.
* config/mips/tm-bigmips64.h: Delete file.
* config/mips/tm-bigmips.h: Delete file.
2003-06-01 14:45:28 +00:00
|
|
|
mips64*vr*-*-elf*) gdb_target=mips64 ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
mips*tx39*-elf*) gdb_target=tx39 ;;
|
|
|
|
mips64*el-*-elf*) gdb_target=embedl64 ;;
|
|
|
|
mips64*-*-elf*) gdb_target=embed64 ;;
|
2002-12-24 19:21:10 +00:00
|
|
|
mips64*-*-linux*) gdb_target=linux64 ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
mips*el-*-ecoff*) gdb_target=embedl ;;
|
|
|
|
mips*-*-ecoff*) gdb_target=embed ;;
|
|
|
|
mips*el-*-elf*) gdb_target=embedl ;;
|
|
|
|
mips*-*-elf*) gdb_target=embed ;;
|
2003-06-01 Andrew Cagney <cagney@redhat.com>
* configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
mips*-*-riscos* and mips*-*-sysv* onto mips.
* config/mips/mips64.mt: New file.
* config/mips/mips.mt: New file.
* config/mips/littlemips.mt: Delete file.
* config/mips/decstation.mt: Delete file.
* config/mips/vr4300el.mt: Delete file.
* config/mips/vr5000el.mt: Delete file.
* config/mips/vr5000.mt: Delete file.
* config/mips/vr4100.mt: Delete file.
* config/mips/vr4xxxel.mt: Delete file.
* config/mips/vr4300.mt: Delete file.
* config/mips/vr4xxx.mt: Delete file.
* config/mips/bigmips.mt: Delete file.
* config/mips/bigmips64.mt: Delete file.
* config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
* config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
* config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
* config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
* config/mips/tm-tx39.h: Include "tm-mips.h" instead of
"tm-bigmips.h".
* config/mips/tm-irix3.h: Ditto.
* config/mips/tm-mipsv4.h: Ditto.
* config/mips/tm-embed.h: Ditto.
* config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
"tm-bigmips64.h".
* config/mips/tm-vr5000el.h: Delete file.
* config/mips/tm-tx39l.h: Delete file.
* config/mips/tm-vr4300el.h: Delete file.
* config/mips/tm-vr4xxxel.h: Delete file.
* config/mips/tm-vr4300.h: Delete file.
* config/mips/tm-vr4100.h: Delete file.
* config/mips/tm-vr4xxx.h: Delete file.
* config/mips/tm-vr5000.h: Delete file.
* config/mips/tm-embedl64.h: Delete file.
* config/mips/tm-embedl.h: Delete file.
* config/mips/tm-embed64.h: Delete file.
* config/mips/tm-bigmips64.h: Delete file.
* config/mips/tm-bigmips.h: Delete file.
2003-06-01 14:45:28 +00:00
|
|
|
mips*-little-*) gdb_target=mips ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
mips*-*-lnews*) gdb_target=embedl ;;
|
|
|
|
mips*-sgi-irix5*) gdb_target=irix5 ;;
|
2001-06-07 15:57:57 +00:00
|
|
|
mips*-sgi-irix6*) gdb_target=irix6 ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
mips*-sgi-*) gdb_target=irix3 ;;
|
2003-06-01 Andrew Cagney <cagney@redhat.com>
* configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
mips*-*-riscos* and mips*-*-sysv* onto mips.
* config/mips/mips64.mt: New file.
* config/mips/mips.mt: New file.
* config/mips/littlemips.mt: Delete file.
* config/mips/decstation.mt: Delete file.
* config/mips/vr4300el.mt: Delete file.
* config/mips/vr5000el.mt: Delete file.
* config/mips/vr5000.mt: Delete file.
* config/mips/vr4100.mt: Delete file.
* config/mips/vr4xxxel.mt: Delete file.
* config/mips/vr4300.mt: Delete file.
* config/mips/vr4xxx.mt: Delete file.
* config/mips/bigmips.mt: Delete file.
* config/mips/bigmips64.mt: Delete file.
* config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
* config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
* config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
* config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
* config/mips/tm-tx39.h: Include "tm-mips.h" instead of
"tm-bigmips.h".
* config/mips/tm-irix3.h: Ditto.
* config/mips/tm-mipsv4.h: Ditto.
* config/mips/tm-embed.h: Ditto.
* config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
"tm-bigmips64.h".
* config/mips/tm-vr5000el.h: Delete file.
* config/mips/tm-tx39l.h: Delete file.
* config/mips/tm-vr4300el.h: Delete file.
* config/mips/tm-vr4xxxel.h: Delete file.
* config/mips/tm-vr4300.h: Delete file.
* config/mips/tm-vr4100.h: Delete file.
* config/mips/tm-vr4xxx.h: Delete file.
* config/mips/tm-vr5000.h: Delete file.
* config/mips/tm-embedl64.h: Delete file.
* config/mips/tm-embedl.h: Delete file.
* config/mips/tm-embed64.h: Delete file.
* config/mips/tm-bigmips64.h: Delete file.
* config/mips/tm-bigmips.h: Delete file.
2003-06-01 14:45:28 +00:00
|
|
|
mips*-sony-*) gdb_target=mips64 ;;
|
2002-02-14 05:31:46 +00:00
|
|
|
mips*-*-linux*) gdb_target=linux
|
|
|
|
build_gdbserver=yes
|
|
|
|
;;
|
2002-05-21 15:58:41 +00:00
|
|
|
mips*-*-netbsd*) gdb_target=nbsd ;;
|
2003-04-09 16:10:06 +00:00
|
|
|
# OBSOLETE mips*-*-mach3*) gdb_target=mipsm3 ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
mips*-*-sysv4*) gdb_target=mipsv4 ;;
|
2003-06-01 Andrew Cagney <cagney@redhat.com>
* configure.tgt: Replace mips64*vr4xxx*el-*-elf*,
mips64*vr4xxx*-*-elf*, mips64*vr4300*el-*-elf*,
mips64*vr4300*-*-elf*, mips64*vr4100*el-*-elf*,
mips64*vr4100*-*-elf*, mips64*vr5000*el-*-elf*, and
mips64*vr5000*-*-elf* with mips64 mips64*vr*-*-elf*. Delete
mips*tx39*el*-elf*. Map mips*-sony-* and mips64*-big-* onto
mips64. Map mips*-dec-*, mips*-big-*, mips*-little-*,
mips*-*-riscos* and mips*-*-sysv* onto mips.
* config/mips/mips64.mt: New file.
* config/mips/mips.mt: New file.
* config/mips/littlemips.mt: Delete file.
* config/mips/decstation.mt: Delete file.
* config/mips/vr4300el.mt: Delete file.
* config/mips/vr5000el.mt: Delete file.
* config/mips/vr5000.mt: Delete file.
* config/mips/vr4100.mt: Delete file.
* config/mips/vr4xxxel.mt: Delete file.
* config/mips/vr4300.mt: Delete file.
* config/mips/vr4xxx.mt: Delete file.
* config/mips/bigmips.mt: Delete file.
* config/mips/bigmips64.mt: Delete file.
* config/mips/tx39l.mt (TM_FILE): Set to "tm-tx39.h".
* config/mips/embedl64.mt (TM_FILE): Set to "tm-mips64.h".
* config/mips/embed64.mt (TM_FILE): Set to "tm-mips64.h"
* config/mips/embedl.mt (TM_FILE): Set to "tm-mips.h".
* config/mips/tm-tx39.h: Include "tm-mips.h" instead of
"tm-bigmips.h".
* config/mips/tm-irix3.h: Ditto.
* config/mips/tm-mipsv4.h: Ditto.
* config/mips/tm-embed.h: Ditto.
* config/mips/tm-irix6.h: Include "tm-mips64.h" instead of
"tm-bigmips64.h".
* config/mips/tm-vr5000el.h: Delete file.
* config/mips/tm-tx39l.h: Delete file.
* config/mips/tm-vr4300el.h: Delete file.
* config/mips/tm-vr4xxxel.h: Delete file.
* config/mips/tm-vr4300.h: Delete file.
* config/mips/tm-vr4100.h: Delete file.
* config/mips/tm-vr4xxx.h: Delete file.
* config/mips/tm-vr5000.h: Delete file.
* config/mips/tm-embedl64.h: Delete file.
* config/mips/tm-embedl.h: Delete file.
* config/mips/tm-embed64.h: Delete file.
* config/mips/tm-bigmips64.h: Delete file.
* config/mips/tm-bigmips.h: Delete file.
2003-06-01 14:45:28 +00:00
|
|
|
mips*-*-sysv*) gdb_target=mips ;;
|
|
|
|
mips*-*-riscos*) gdb_target=mips ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
mips*-*-vxworks*) gdb_target=vxmips ;;
|
2002-08-18 04:14:02 +00:00
|
|
|
mips*-*-*) gdb_target=embed ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2003-02-04 22:49:19 +00:00
|
|
|
# OBSOLETE mn10200-*-*) gdb_target=mn10200 ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
mn10300-*-*) gdb_target=mn10300 ;;
|
|
|
|
|
|
|
|
none-*-*) gdb_target=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 03:59:55 +00:00
|
|
|
ns32k-*-netbsd*) gdb_target=nbsdaout ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2002-02-14 05:31:46 +00:00
|
|
|
powerpc-*-netbsd*) gdb_target=nbsd ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
powerpc-*-aix*) gdb_target=aix ;;
|
2002-02-14 05:31:46 +00:00
|
|
|
powerpc-*-linux*) gdb_target=linux
|
|
|
|
build_gdbserver=yes
|
|
|
|
;;
|
2003-06-12 23:30:39 +00:00
|
|
|
powerpc64-*-linux*) gdb_target=linux ;;
|
1999-07-19 23:30:11 +00:00
|
|
|
powerpc-*-vxworks*) gdb_target=vxworks ;;
|
2002-08-08 15:37:29 +00:00
|
|
|
powerpc*-*-*) if test -f ../sim/ppc/Makefile; then
|
|
|
|
gdb_target=ppc-sim
|
|
|
|
else
|
|
|
|
gdb_target=ppc-eabi
|
|
|
|
fi ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2002-02-14 05:31:46 +00:00
|
|
|
rs6000-*-lynxos*) gdb_target=rs6000lynx ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
rs6000-*-aix4*) gdb_target=aix4 ;;
|
|
|
|
rs6000-*-*) gdb_target=rs6000 ;;
|
|
|
|
|
2002-02-28 16:58:15 +00:00
|
|
|
s390-*-*) gdb_target=s390
|
|
|
|
build_gdbserver=yes
|
|
|
|
;;
|
|
|
|
s390x-*-*) gdb_target=s390x
|
|
|
|
build_gdbserver=yes
|
|
|
|
;;
|
2001-06-15 19:23:45 +00:00
|
|
|
|
2000-02-24 03:31:45 +00:00
|
|
|
sh*-*-pe) gdb_target=wince ;;
|
2001-01-30 23:37:07 +00:00
|
|
|
sh-*-coff*) gdb_target=embed ;;
|
|
|
|
sh-*-elf*) gdb_target=embed ;;
|
2002-02-14 05:31:46 +00:00
|
|
|
sh-*-linux*) gdb_target=linux
|
|
|
|
build_gdbserver=yes
|
|
|
|
;;
|
2002-05-08 15:29:36 +00:00
|
|
|
sh*-*-netbsdelf*) gdb_target=nbsd ;;
|
2003-05-05 13:57:21 +00:00
|
|
|
sh-*-nto*) gdb_target=nto ;;
|
2002-05-14 15:22:29 +00:00
|
|
|
sh*) gdb_target=embed ;;
|
1999-06-07 19:19:32 +00:00
|
|
|
|
1999-04-16 01:35:26 +00:00
|
|
|
sparc-*-aout*) gdb_target=sparc-em ;;
|
|
|
|
sparc-*-coff*) gdb_target=sparc-em ;;
|
|
|
|
sparc-*-elf*) gdb_target=sparc-em ;;
|
|
|
|
sparc-*-linux*) gdb_target=linux ;;
|
2002-02-14 05:31:46 +00:00
|
|
|
sparc-*-lynxos*) gdb_target=sparclynx ;;
|
2002-05-31 00:59:15 +00:00
|
|
|
sparc-*-netbsd*) gdb_target=nbsd ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
sparc-*-solaris2*) gdb_target=sun4sol2 ;;
|
2002-02-14 05:31:46 +00:00
|
|
|
sparc-*-sunos4*) gdb_target=sun4os4 ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
sparc-*-sunos5*) gdb_target=sun4sol2 ;;
|
|
|
|
sparc-*-vxworks*) gdb_target=vxsparc ;;
|
|
|
|
sparc-*-*) gdb_target=sun4os4 ;;
|
2003-04-16 14:32:21 +00:00
|
|
|
# OBSOLETE sparclet-*-*) gdb_target=sparclet;;
|
|
|
|
# OBSOLETE sparclite-*-*) gdb_target=sparclite ;;
|
|
|
|
# OBSOLETE sparc86x-*-*) gdb_target=sparclite ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
# It's not clear what the right solution for "v8plus" systems is yet.
|
|
|
|
# For now, stick with sparc-sun-solaris2 since that's what config.guess
|
|
|
|
# should return. Work is still needed to get gdb to print the 64 bit
|
|
|
|
# regs (some of which are usable in v8plus) so sp64sol.mt hasn't been
|
|
|
|
# deleted though presumably it should be eventually.
|
|
|
|
#sparc64-*-solaris2*) gdb_target=sp64sol2 ;;
|
2001-02-27 17:04:47 +00:00
|
|
|
sparc64-*-linux*) gdb_target=sp64linux ;;
|
2002-05-31 00:59:15 +00:00
|
|
|
sparc64-*-netbsd*) gdb_target=nbsd64 ;;
|
2002-01-24 02:48:04 +00:00
|
|
|
sparcv9-*-* | sparc64-*-*) gdb_target=sp64 ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
|
2001-12-13 13:34:41 +00:00
|
|
|
xstormy16-*-*) gdb_target=xstormy16 ;;
|
|
|
|
|
1999-04-16 01:35:26 +00:00
|
|
|
vax-*-*) gdb_target=vax ;;
|
|
|
|
|
|
|
|
v850*-*-*) gdb_target=v850
|
1999-06-07 19:19:32 +00:00
|
|
|
case ${gdb_host} in
|
|
|
|
cygwin*)
|
|
|
|
CONFIG_OBS="${CONFIG_OBS} v850ice.o" ;;
|
|
|
|
* ) ;;
|
|
|
|
esac
|
1999-04-16 01:35:26 +00:00
|
|
|
;;
|
|
|
|
|
2002-02-27 07:07:49 +00:00
|
|
|
x86_64-*-linux*) gdb_target=x86-64linux
|
|
|
|
build_gdbserver=yes
|
|
|
|
;;
|
2002-01-20 09:10:27 +00:00
|
|
|
|
2003-02-04 23:22:25 +00:00
|
|
|
# OBSOLETE z8k-*-coff*) gdb_target=z8k ;;
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
esac
|
1999-10-05 23:13:56 +00:00
|
|
|
|
2000-07-27 07:18:32 +00:00
|
|
|
|
|
|
|
# map GDB target onto multi-arch support
|
|
|
|
|
|
|
|
case "${gdb_target}" in
|
2001-07-11 17:58:15 +00:00
|
|
|
d10v) gdb_multi_arch=yes ;;
|
2003-07-13 16:15:59 +00:00
|
|
|
fbsd64) gdb_multi_arch=yes ;;
|
2000-07-27 07:18:32 +00:00
|
|
|
m68hc11) gdb_multi_arch=yes ;;
|
2001-08-12 03:39:11 +00:00
|
|
|
mn10300) gdb_multi_arch=yes ;;
|
2002-01-20 09:10:27 +00:00
|
|
|
x86-64linux) gdb_multi_arch=yes ;;
|
2002-05-16 12:11:38 +00:00
|
|
|
v850) gdb_multi_arch=yes ;;
|
2001-12-13 13:34:41 +00:00
|
|
|
xstormy16) gdb_multi_arch=yes ;;
|
2002-07-05 15:09:49 +00:00
|
|
|
mcore) gdb_multi_arch=yes ;;
|
2000-07-27 07:18:32 +00:00
|
|
|
esac
|
2003-01-04 23:47:13 +00:00
|
|
|
|
|
|
|
# map target onto default OS ABI
|
|
|
|
|
|
|
|
case "${target}" in
|
|
|
|
*-*-linux*) gdb_osabi=GDB_OSABI_LINUX ;;
|
|
|
|
*-*-gnu*) gdb_osabi=GDB_OSABI_HURD ;;
|
2003-05-05 13:57:21 +00:00
|
|
|
*-*-nto*) gdb_osabi=GDB_OSABI_QNXNTO ;;
|
2003-02-05 23:04:16 +00:00
|
|
|
*-*-solaris*) gdb_osabi=GDB_OSABI_SOLARIS ;;
|
2003-01-04 23:47:13 +00:00
|
|
|
esac
|