1992-09-30 21:16:23 +00:00
|
|
|
configdirs="doc"
|
1991-05-19 00:16:46 +00:00
|
|
|
srcname="GDB"
|
|
|
|
srctrigger=main.c
|
1991-12-07 08:03:27 +00:00
|
|
|
|
1991-04-15 23:46:50 +00:00
|
|
|
# per-host:
|
|
|
|
|
1991-08-22 07:07:58 +00:00
|
|
|
# map host info into gdb names.
|
|
|
|
|
1992-08-27 04:15:42 +00:00
|
|
|
case "${host}" in
|
1991-08-22 07:07:58 +00:00
|
|
|
|
1992-08-27 04:15:42 +00:00
|
|
|
a29k-*-*) gdb_host=ultra3 ;;
|
|
|
|
|
|
|
|
arm-*-*) gdb_host=arm ;;
|
|
|
|
|
|
|
|
c[12]-*-*) gdb_host=convex ;;
|
|
|
|
|
|
|
|
hppa*-hp-bsd) gdb_host=hppabsd ;;
|
1992-08-28 04:58:27 +00:00
|
|
|
hppa*-hp-hpux) gdb_host=hppahpux ;;
|
1992-08-27 04:15:42 +00:00
|
|
|
|
|
|
|
i[34]86-ncr-*) gdb_host=ncr3000 ;;
|
1992-08-28 04:58:27 +00:00
|
|
|
i[34]86-sequent-*) gdb_host=symmetry ;;
|
1992-08-27 04:15:42 +00:00
|
|
|
|
|
|
|
i[34]86-*-go32) gdb_host=go32 ;;
|
1992-08-28 04:58:27 +00:00
|
|
|
i[34]86-*-linux) gdb_host=linux ;;
|
|
|
|
i[34]86-*-mach) gdb_host=i386mach ;;
|
|
|
|
i[34]86-*-scosysv*) gdb_host=i386sco ;;
|
1992-10-06 09:27:57 +00:00
|
|
|
i[34]86-*-solaris*) gdb_host=i386sol2 ;;
|
1992-08-28 02:00:26 +00:00
|
|
|
i[34]86-*-sunos*) gdb_host=sun386 ;;
|
1992-08-28 04:58:27 +00:00
|
|
|
i[34]86-*-sysv32) gdb_host=i386v32 ;;
|
1992-08-27 04:15:42 +00:00
|
|
|
i[34]86-*-sysv4*) gdb_host=i386v4 ;;
|
|
|
|
i[34]86-*-sysv*) gdb_host=i386v ;;
|
|
|
|
|
|
|
|
i860-*-*) gdb_host=stratus ;;
|
|
|
|
|
* configure.in (*-*-sunos*): Use trailing * to match all
sub-variants of SunOS, e.g. sunos4* to match sunos4.1.1.
(sparc-*-sunos3): Remove host & target. Sunos3 never shipped
in production on Sun-4.
({a29k,i[34]86,i960}-*-elf): Add targets, equivalent to coff.
(m68k-*-{aout,coff,elf}): Add targets, w/new config and tm files.
(sparc-*-{aout,coff,elf}): Add targets, w/new config and tm files.
* tm-68k-un.h, tm-68k-noun.h, tm-spc-un.h, tm-spc-noun.h: New
target definitions for embedded with and without underlines on
identifiers. FIXME -- this ought to be known by BFD instead.
* tm-sparc.h, tm-sun2.h, tm-sun3.h: Delete NAMES_HAVE_UNDERSCORE:
not a parameter of the CPU, but of the development environment.
* tm-es1800.h, tm-sunos.h, tm-vx68.h: Add NAMES_HAVE_UNDERSCORE.
1992-09-02 08:03:42 +00:00
|
|
|
m68000-sun-sunos3*) gdb_host=sun2os3 ;;
|
|
|
|
m68000-sun-sunos4*) gdb_host=sun2os4 ;;
|
1992-08-27 04:15:42 +00:00
|
|
|
|
1992-08-28 04:58:27 +00:00
|
|
|
m68030-sony-*) gdb_host=news1000 ;;
|
1992-08-27 04:15:42 +00:00
|
|
|
|
1992-08-28 02:00:26 +00:00
|
|
|
m68k-altos-*) gdb_host=altos ;;
|
1992-08-27 04:15:42 +00:00
|
|
|
|
1992-08-28 04:58:27 +00:00
|
|
|
m68k-apollo*-sysv*) gdb_host=apollo68v ;;
|
|
|
|
|
1992-09-03 16:26:03 +00:00
|
|
|
m68k-apollo*-bsd*) gdb_host=apollo68b ;;
|
|
|
|
|
1992-08-28 04:58:27 +00:00
|
|
|
m68k-att-*) gdb_host=3b1 ;;
|
|
|
|
|
1992-08-27 04:15:42 +00:00
|
|
|
m68k-cbm-sysv4*) gdb_host=amix ;;
|
|
|
|
|
|
|
|
m68k-hp-bsd) gdb_host=hp300bsd ;;
|
1992-08-28 04:58:27 +00:00
|
|
|
m68k-hp-hpux) gdb_host=hp300hpux ;;
|
1992-08-27 04:15:42 +00:00
|
|
|
|
|
|
|
m68k-isi-*) gdb_host=isi ;;
|
1992-08-28 04:58:27 +00:00
|
|
|
|
1992-08-27 04:15:42 +00:00
|
|
|
m68k-sony-*) gdb_host=news ;;
|
|
|
|
|
* configure.in (*-*-sunos*): Use trailing * to match all
sub-variants of SunOS, e.g. sunos4* to match sunos4.1.1.
(sparc-*-sunos3): Remove host & target. Sunos3 never shipped
in production on Sun-4.
({a29k,i[34]86,i960}-*-elf): Add targets, equivalent to coff.
(m68k-*-{aout,coff,elf}): Add targets, w/new config and tm files.
(sparc-*-{aout,coff,elf}): Add targets, w/new config and tm files.
* tm-68k-un.h, tm-68k-noun.h, tm-spc-un.h, tm-spc-noun.h: New
target definitions for embedded with and without underlines on
identifiers. FIXME -- this ought to be known by BFD instead.
* tm-sparc.h, tm-sun2.h, tm-sun3.h: Delete NAMES_HAVE_UNDERSCORE:
not a parameter of the CPU, but of the development environment.
* tm-es1800.h, tm-sunos.h, tm-vx68.h: Add NAMES_HAVE_UNDERSCORE.
1992-09-02 08:03:42 +00:00
|
|
|
m68k-sun-sunos3*) gdb_host=sun3os3 ;;
|
|
|
|
m68k-sun-sunos4*) gdb_host=sun3os4 ;;
|
* ser-termios.c, ser-go32.c: Remove DEFUN crap, clean up.
* serial.h (EXFUN): Remove all uses, convert to PARAMS.
* config/sun4os4.mh: Include ser-termios.o. FIXME, all .mh files
should include a ser-XXX.o module.
* dbxread.c (elfstab_build_psymtabs): Remove DEFUN crap.
* defs.h, i960-pinsn.c, remote-hms.c: Replace CONST with simple const.
* configure.in: Map unrecognized sun 68k's, sun sparcs, into
known suns in configure.in, rather than mapping them to unique
config files that happen to duplicate other config files.
* config/sun3.{mh,mt}: Remove (use identical sun3os4.*).
* config/sun4.{mh,mt}: Remove (use identical sun4os4.*).
1992-09-02 08:51:17 +00:00
|
|
|
m68k-sun-*) gdb_host=sun3os4 ;;
|
1992-08-27 04:15:42 +00:00
|
|
|
|
|
|
|
m88k-motorola-*) gdb_host=delta88 ;;
|
|
|
|
m88k-*-*) gdb_host=m88k ;;
|
|
|
|
|
|
|
|
mips-dec-*) gdb_host=decstation ;;
|
|
|
|
mips-little-*) gdb_host=littlemips ;;
|
|
|
|
mips-sgi-irix3) gdb_host=irix3 ;;
|
|
|
|
mips-sgi-irix4) gdb_host=irix4 ;;
|
1992-08-28 04:58:27 +00:00
|
|
|
mips-sony-*) gdb_host=bigmips ;;
|
1992-08-27 04:15:42 +00:00
|
|
|
|
|
|
|
none-*-*) gdb_host=none ;;
|
1992-08-28 04:58:27 +00:00
|
|
|
|
1992-08-27 04:15:42 +00:00
|
|
|
np1-*-*) gdb_host=np1 ;;
|
|
|
|
|
|
|
|
ns32k-umax-*) gdb_host=umax ;;
|
|
|
|
ns32k-utek-sysv) gdb_host=merlin ;;
|
|
|
|
|
|
|
|
pn-*-*) gdb_host=pn ;;
|
|
|
|
|
|
|
|
pyramid-*-*) gdb_host=pyramid ;;
|
|
|
|
|
|
|
|
romp-*-*) gdb_host=rtbsd ;;
|
|
|
|
|
|
|
|
rs6000-*-*) gdb_host=rs6000 ;;
|
|
|
|
|
1992-08-28 04:58:27 +00:00
|
|
|
sparc-*-solaris2*) gdb_host=sun4sol2 ;;
|
* configure.in (*-*-sunos*): Use trailing * to match all
sub-variants of SunOS, e.g. sunos4* to match sunos4.1.1.
(sparc-*-sunos3): Remove host & target. Sunos3 never shipped
in production on Sun-4.
({a29k,i[34]86,i960}-*-elf): Add targets, equivalent to coff.
(m68k-*-{aout,coff,elf}): Add targets, w/new config and tm files.
(sparc-*-{aout,coff,elf}): Add targets, w/new config and tm files.
* tm-68k-un.h, tm-68k-noun.h, tm-spc-un.h, tm-spc-noun.h: New
target definitions for embedded with and without underlines on
identifiers. FIXME -- this ought to be known by BFD instead.
* tm-sparc.h, tm-sun2.h, tm-sun3.h: Delete NAMES_HAVE_UNDERSCORE:
not a parameter of the CPU, but of the development environment.
* tm-es1800.h, tm-sunos.h, tm-vx68.h: Add NAMES_HAVE_UNDERSCORE.
1992-09-02 08:03:42 +00:00
|
|
|
sparc-*-sunos4*) gdb_host=sun4os4 ;;
|
* ser-termios.c, ser-go32.c: Remove DEFUN crap, clean up.
* serial.h (EXFUN): Remove all uses, convert to PARAMS.
* config/sun4os4.mh: Include ser-termios.o. FIXME, all .mh files
should include a ser-XXX.o module.
* dbxread.c (elfstab_build_psymtabs): Remove DEFUN crap.
* defs.h, i960-pinsn.c, remote-hms.c: Replace CONST with simple const.
* configure.in: Map unrecognized sun 68k's, sun sparcs, into
known suns in configure.in, rather than mapping them to unique
config files that happen to duplicate other config files.
* config/sun3.{mh,mt}: Remove (use identical sun3os4.*).
* config/sun4.{mh,mt}: Remove (use identical sun4os4.*).
1992-09-02 08:51:17 +00:00
|
|
|
sparc-*-*) gdb_host=sun4os4 ;;
|
1992-08-27 04:15:42 +00:00
|
|
|
|
|
|
|
tahoe-*-*) gdb_host=tahoe ;;
|
|
|
|
|
|
|
|
vax-*-bsd*) gdb_host=vaxbsd ;;
|
|
|
|
vax-*-ultrix*) gdb_host=vaxult ;;
|
* configure.in, dbxread.c, hppa-coredep.c, hppa-pinsn.c,
hppabsd-core.c, hppabsd-tdep.c, hppabsd-xdep.c, hppahpux-tdep.c,
hppahpux-xdep.c, munch, partial-stab.h, tm-hppabsd.h,
tm-hppahpux.h, xm-hppabsd.h, xm-hppahpux.h: HPPA merge.
1992-06-19 22:43:49 +00:00
|
|
|
|
1991-08-22 07:07:58 +00:00
|
|
|
esac
|
|
|
|
|
1991-11-08 02:20:29 +00:00
|
|
|
|
1992-03-13 16:47:29 +00:00
|
|
|
if [ ! -f ${srcdir}/config/${gdb_host}.mh ]; then
|
1991-08-22 07:07:58 +00:00
|
|
|
echo '***' "Gdb does not support host ${host}" 1>&2
|
1991-05-19 00:16:46 +00:00
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
|
1991-07-04 15:59:47 +00:00
|
|
|
# We really shouldn't depend on there being a space after XM_FILE= ...
|
1992-03-13 16:47:29 +00:00
|
|
|
hostfile=`awk '$1 == "XM_FILE=" { print $2 }' <${srcdir}/config/${gdb_host}.mh`
|
1991-05-19 00:16:46 +00:00
|
|
|
|
1991-04-15 23:46:50 +00:00
|
|
|
# per-target:
|
1991-05-19 00:16:46 +00:00
|
|
|
|
1992-08-28 04:58:27 +00:00
|
|
|
case "${target}" in
|
|
|
|
|
|
|
|
a29k-*-aout) gdb_target=a29k ;;
|
|
|
|
a29k-*-coff) gdb_target=a29k ;;
|
* configure.in (*-*-sunos*): Use trailing * to match all
sub-variants of SunOS, e.g. sunos4* to match sunos4.1.1.
(sparc-*-sunos3): Remove host & target. Sunos3 never shipped
in production on Sun-4.
({a29k,i[34]86,i960}-*-elf): Add targets, equivalent to coff.
(m68k-*-{aout,coff,elf}): Add targets, w/new config and tm files.
(sparc-*-{aout,coff,elf}): Add targets, w/new config and tm files.
* tm-68k-un.h, tm-68k-noun.h, tm-spc-un.h, tm-spc-noun.h: New
target definitions for embedded with and without underlines on
identifiers. FIXME -- this ought to be known by BFD instead.
* tm-sparc.h, tm-sun2.h, tm-sun3.h: Delete NAMES_HAVE_UNDERSCORE:
not a parameter of the CPU, but of the development environment.
* tm-es1800.h, tm-sunos.h, tm-vx68.h: Add NAMES_HAVE_UNDERSCORE.
1992-09-02 08:03:42 +00:00
|
|
|
a29k-*-elf) gdb_target=a29k ;;
|
1992-08-28 04:58:27 +00:00
|
|
|
a29k-*-ebmon) gdb_target=a29k ;;
|
|
|
|
a29k-*-kern) gdb_target=a29k-kern ;;
|
|
|
|
a29k-*-none) gdb_target=a29k ;;
|
|
|
|
a29k-*-sym1) gdb_target=ultra3 ;;
|
|
|
|
a29k-*-udi) gdb_target=a29k-udi ;;
|
|
|
|
|
|
|
|
arm-*-*) gdb_target=arm ;;
|
|
|
|
|
|
|
|
c1-*-*) gdb_target=convex ;;
|
|
|
|
c2-*-*) gdb_target=convex ;;
|
|
|
|
|
|
|
|
h8300-*-*) gdb_target=h8300hms ;;
|
|
|
|
|
|
|
|
hppa*-*-bsd) gdb_target=hppabsd ;;
|
|
|
|
hppa*-*-hpux) gdb_target=hppahpux ;;
|
|
|
|
|
|
|
|
i[34]86-sequent-*) gdb_target=symmetry ;;
|
|
|
|
i[34]86-ncr-*) gdb_target=ncr3000 ;;
|
* configure.in (*-*-sunos*): Use trailing * to match all
sub-variants of SunOS, e.g. sunos4* to match sunos4.1.1.
(sparc-*-sunos3): Remove host & target. Sunos3 never shipped
in production on Sun-4.
({a29k,i[34]86,i960}-*-elf): Add targets, equivalent to coff.
(m68k-*-{aout,coff,elf}): Add targets, w/new config and tm files.
(sparc-*-{aout,coff,elf}): Add targets, w/new config and tm files.
* tm-68k-un.h, tm-68k-noun.h, tm-spc-un.h, tm-spc-noun.h: New
target definitions for embedded with and without underlines on
identifiers. FIXME -- this ought to be known by BFD instead.
* tm-sparc.h, tm-sun2.h, tm-sun3.h: Delete NAMES_HAVE_UNDERSCORE:
not a parameter of the CPU, but of the development environment.
* tm-es1800.h, tm-sunos.h, tm-vx68.h: Add NAMES_HAVE_UNDERSCORE.
1992-09-02 08:03:42 +00:00
|
|
|
|
|
|
|
i[34]86-*-aout) gdb_target=i386aout ;;
|
|
|
|
i[34]86-*-coff) gdb_target=i386v ;;
|
|
|
|
i[34]86-*-elf) gdb_target=i386v ;;
|
|
|
|
|
1992-10-06 09:27:57 +00:00
|
|
|
i[34]86-*-solaris*) gdb_target=i386sol2 ;;
|
1992-08-28 04:58:27 +00:00
|
|
|
i[34]86-*-sunos*) gdb_target=sun386 ;;
|
|
|
|
i[34]86-*-sysv4*) gdb_target=i386v4 ;;
|
|
|
|
i[34]86-*-scosysv3*) gdb_target=i386v ;;
|
|
|
|
i[34]86-*-sysv*) gdb_target=i386v ;;
|
|
|
|
i[34]86-*-linux) gdb_target=linux ;;
|
|
|
|
|
|
|
|
i860-*-*) gdb_target=stratus ;;
|
|
|
|
|
|
|
|
i960-*-bout) gdb_target=vxworks960 ;;
|
|
|
|
i960-*-coff) gdb_target=nindy960 ;;
|
* configure.in (*-*-sunos*): Use trailing * to match all
sub-variants of SunOS, e.g. sunos4* to match sunos4.1.1.
(sparc-*-sunos3): Remove host & target. Sunos3 never shipped
in production on Sun-4.
({a29k,i[34]86,i960}-*-elf): Add targets, equivalent to coff.
(m68k-*-{aout,coff,elf}): Add targets, w/new config and tm files.
(sparc-*-{aout,coff,elf}): Add targets, w/new config and tm files.
* tm-68k-un.h, tm-68k-noun.h, tm-spc-un.h, tm-spc-noun.h: New
target definitions for embedded with and without underlines on
identifiers. FIXME -- this ought to be known by BFD instead.
* tm-sparc.h, tm-sun2.h, tm-sun3.h: Delete NAMES_HAVE_UNDERSCORE:
not a parameter of the CPU, but of the development environment.
* tm-es1800.h, tm-sunos.h, tm-vx68.h: Add NAMES_HAVE_UNDERSCORE.
1992-09-02 08:03:42 +00:00
|
|
|
i960-*-elf) gdb_target=nindy960 ;;
|
|
|
|
|
1992-08-28 04:58:27 +00:00
|
|
|
i960-*-nindy) gdb_target=nindy960 ;;
|
|
|
|
i960-*-vxworks) gdb_target=vxworks960 ;;
|
|
|
|
|
|
|
|
m68000-ericsson-*) gdb_target=es1800 ;;
|
|
|
|
|
* configure.in (*-*-sunos*): Use trailing * to match all
sub-variants of SunOS, e.g. sunos4* to match sunos4.1.1.
(sparc-*-sunos3): Remove host & target. Sunos3 never shipped
in production on Sun-4.
({a29k,i[34]86,i960}-*-elf): Add targets, equivalent to coff.
(m68k-*-{aout,coff,elf}): Add targets, w/new config and tm files.
(sparc-*-{aout,coff,elf}): Add targets, w/new config and tm files.
* tm-68k-un.h, tm-68k-noun.h, tm-spc-un.h, tm-spc-noun.h: New
target definitions for embedded with and without underlines on
identifiers. FIXME -- this ought to be known by BFD instead.
* tm-sparc.h, tm-sun2.h, tm-sun3.h: Delete NAMES_HAVE_UNDERSCORE:
not a parameter of the CPU, but of the development environment.
* tm-es1800.h, tm-sunos.h, tm-vx68.h: Add NAMES_HAVE_UNDERSCORE.
1992-09-02 08:03:42 +00:00
|
|
|
m68000-*-sunos3*) gdb_target=sun2os3 ;;
|
|
|
|
m68000-*-sunos4*) gdb_target=sun2os4 ;;
|
1992-08-28 04:58:27 +00:00
|
|
|
|
|
|
|
m680[01234]0-*-vxworks) gdb_target=vxworks68 ;;
|
|
|
|
|
|
|
|
m68030-sony-*) gdb_target=news1000 ;;
|
|
|
|
|
|
|
|
m68k-altos-*) gdb_target=altos ;;
|
|
|
|
m68k-att-*) gdb_target=3b1 ;;
|
|
|
|
|
|
|
|
m68k-cbm-sysv4*) gdb_target=amix ;;
|
|
|
|
|
|
|
|
m68k-ericsson-*) gdb_target=es1800 ;;
|
|
|
|
|
|
|
|
m68k-hp-bsd) gdb_target=hp300bsd ;;
|
|
|
|
m68k-hp-hpux) gdb_target=hp300hpux ;;
|
|
|
|
|
|
|
|
m68k-isi-*) gdb_target=isi ;;
|
|
|
|
|
|
|
|
m68k-netx-*) gdb_target=vxworks68 ;;
|
|
|
|
|
|
|
|
m68k-sony-*) gdb_target=news ;;
|
* configure.in (*-*-sunos*): Use trailing * to match all
sub-variants of SunOS, e.g. sunos4* to match sunos4.1.1.
(sparc-*-sunos3): Remove host & target. Sunos3 never shipped
in production on Sun-4.
({a29k,i[34]86,i960}-*-elf): Add targets, equivalent to coff.
(m68k-*-{aout,coff,elf}): Add targets, w/new config and tm files.
(sparc-*-{aout,coff,elf}): Add targets, w/new config and tm files.
* tm-68k-un.h, tm-68k-noun.h, tm-spc-un.h, tm-spc-noun.h: New
target definitions for embedded with and without underlines on
identifiers. FIXME -- this ought to be known by BFD instead.
* tm-sparc.h, tm-sun2.h, tm-sun3.h: Delete NAMES_HAVE_UNDERSCORE:
not a parameter of the CPU, but of the development environment.
* tm-es1800.h, tm-sunos.h, tm-vx68.h: Add NAMES_HAVE_UNDERSCORE.
1992-09-02 08:03:42 +00:00
|
|
|
|
|
|
|
m68k-*-aout) gdb_target=m68k-un ;;
|
|
|
|
m68k-*-coff) gdb_target=m68k-noun ;;
|
|
|
|
m68k-*-elf) gdb_target=m68k-noun ;;
|
1992-08-28 04:58:27 +00:00
|
|
|
|
|
|
|
m68k-*-sunos3*) gdb_target=sun3os3 ;;
|
|
|
|
m68k-*-sunos4*) gdb_target=sun3os4 ;;
|
|
|
|
|
|
|
|
m68k-*-vxworks*) gdb_target=vxworks68 ;;
|
|
|
|
|
|
|
|
m68k-*-os68k) gdb_target=os68k ;;
|
|
|
|
|
|
|
|
m68kmote-tandem-*) gdb_target=st2000 ;;
|
|
|
|
|
|
|
|
m88k-motorola-*) gdb_target=delta88 ;;
|
|
|
|
m88k-*-*) gdb_target=m88k ;;
|
|
|
|
|
|
|
|
mips-big-*) gdb_target=bigmips ;;
|
|
|
|
mips-dec-*) gdb_target=decstation ;;
|
|
|
|
mips-little-*) gdb_target=littlemips ;;
|
|
|
|
mips-sgi-*) gdb_target=irix3 ;;
|
|
|
|
mips-sony-*) gdb_target=bigmips ;;
|
|
|
|
|
|
|
|
none-*-*) gdb_target=none ;;
|
|
|
|
|
|
|
|
np1-*-*) gdb_target=np1 ;;
|
|
|
|
|
|
|
|
ns32k-utek-sysv) gdb_target=merlin ;;
|
|
|
|
ns32k-utek-*) gdb_target=umax ;;
|
|
|
|
|
|
|
|
pn-*-*) gdb_target=pn ;;
|
|
|
|
|
|
|
|
pyramid-*-*) gdb_target=pyramid ;;
|
|
|
|
|
|
|
|
rs6000-*-*) gdb_target=rs6000 ;;
|
|
|
|
|
* configure.in (*-*-sunos*): Use trailing * to match all
sub-variants of SunOS, e.g. sunos4* to match sunos4.1.1.
(sparc-*-sunos3): Remove host & target. Sunos3 never shipped
in production on Sun-4.
({a29k,i[34]86,i960}-*-elf): Add targets, equivalent to coff.
(m68k-*-{aout,coff,elf}): Add targets, w/new config and tm files.
(sparc-*-{aout,coff,elf}): Add targets, w/new config and tm files.
* tm-68k-un.h, tm-68k-noun.h, tm-spc-un.h, tm-spc-noun.h: New
target definitions for embedded with and without underlines on
identifiers. FIXME -- this ought to be known by BFD instead.
* tm-sparc.h, tm-sun2.h, tm-sun3.h: Delete NAMES_HAVE_UNDERSCORE:
not a parameter of the CPU, but of the development environment.
* tm-es1800.h, tm-sunos.h, tm-vx68.h: Add NAMES_HAVE_UNDERSCORE.
1992-09-02 08:03:42 +00:00
|
|
|
sparc-*-aout) gdb_target=sparc-un ;;
|
|
|
|
sparc-*-coff) gdb_target=sparc-noun ;;
|
|
|
|
sparc-*-elf) gdb_target=sparc-noun ;;
|
1992-08-28 04:58:27 +00:00
|
|
|
sparc-*-solaris2*) gdb_target=sun4sol2 ;;
|
* configure.in (*-*-sunos*): Use trailing * to match all
sub-variants of SunOS, e.g. sunos4* to match sunos4.1.1.
(sparc-*-sunos3): Remove host & target. Sunos3 never shipped
in production on Sun-4.
({a29k,i[34]86,i960}-*-elf): Add targets, equivalent to coff.
(m68k-*-{aout,coff,elf}): Add targets, w/new config and tm files.
(sparc-*-{aout,coff,elf}): Add targets, w/new config and tm files.
* tm-68k-un.h, tm-68k-noun.h, tm-spc-un.h, tm-spc-noun.h: New
target definitions for embedded with and without underlines on
identifiers. FIXME -- this ought to be known by BFD instead.
* tm-sparc.h, tm-sun2.h, tm-sun3.h: Delete NAMES_HAVE_UNDERSCORE:
not a parameter of the CPU, but of the development environment.
* tm-es1800.h, tm-sunos.h, tm-vx68.h: Add NAMES_HAVE_UNDERSCORE.
1992-09-02 08:03:42 +00:00
|
|
|
sparc-*-sunos4*) gdb_target=sun4os4 ;;
|
|
|
|
sparc-*-vxworks*) gdb_target=sparc-un ;;
|
* ser-termios.c, ser-go32.c: Remove DEFUN crap, clean up.
* serial.h (EXFUN): Remove all uses, convert to PARAMS.
* config/sun4os4.mh: Include ser-termios.o. FIXME, all .mh files
should include a ser-XXX.o module.
* dbxread.c (elfstab_build_psymtabs): Remove DEFUN crap.
* defs.h, i960-pinsn.c, remote-hms.c: Replace CONST with simple const.
* configure.in: Map unrecognized sun 68k's, sun sparcs, into
known suns in configure.in, rather than mapping them to unique
config files that happen to duplicate other config files.
* config/sun3.{mh,mt}: Remove (use identical sun3os4.*).
* config/sun4.{mh,mt}: Remove (use identical sun4os4.*).
1992-09-02 08:51:17 +00:00
|
|
|
sparc-*-*) gdb_target=sun4os4 ;;
|
1992-08-28 04:58:27 +00:00
|
|
|
|
|
|
|
tahoe-*-*) gdb_target=tahoe ;;
|
|
|
|
vax-*-*) gdb_target=vax ;;
|
1991-08-22 07:07:58 +00:00
|
|
|
|
|
|
|
esac
|
|
|
|
|
1992-03-13 16:47:29 +00:00
|
|
|
if [ ! -f ${srcdir}/config/${gdb_target}.mt ]; then
|
1991-08-22 07:07:58 +00:00
|
|
|
echo '***' "Gdb does not support target ${target}" 1>&2
|
1991-05-19 00:16:46 +00:00
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -z "${removing}" ] ; then
|
1992-03-13 16:47:29 +00:00
|
|
|
cat ${srcdir}/config/${gdb_host}.mh ${srcdir}/config/${gdb_target}.mt | awk '$1 == "#msg" {
|
1991-05-19 00:16:46 +00:00
|
|
|
print substr($0,6)}'
|
|
|
|
fi
|
|
|
|
|
1991-07-04 15:59:47 +00:00
|
|
|
# We really shouldn't depend on there being a space after TM_FILE= ...
|
1992-03-13 16:47:29 +00:00
|
|
|
targetfile=`awk '$1 == "TM_FILE=" { print $2 }' <${srcdir}/config/${gdb_target}.mt`
|
1991-05-19 00:16:46 +00:00
|
|
|
|
1992-09-19 11:09:01 +00:00
|
|
|
if [ "${target}" = "${host}" ] ; then
|
|
|
|
nativefile=`awk '$1 == "NAT_FILE=" { print $2 }' <${srcdir}/config/${gdb_host}.mh`
|
|
|
|
fi
|
|
|
|
|
1992-03-13 16:47:29 +00:00
|
|
|
host_makefile_frag=config/${gdb_host}.mh
|
|
|
|
target_makefile_frag=config/${gdb_target}.mt
|
1991-05-19 00:16:46 +00:00
|
|
|
|
1992-09-19 11:09:01 +00:00
|
|
|
# If hostfile (XM_FILE) and/or targetfile (TM_FILE) and/or nativefile
|
|
|
|
# (NAT_FILE) is not set in the ?config/* file, we don't make the
|
|
|
|
# corresponding links. But we have to remove the xm.h files and tm.h
|
|
|
|
# files anyway, e.g. when switching from "configure host" to
|
|
|
|
# "configure none".
|
|
|
|
|
1991-07-04 15:59:47 +00:00
|
|
|
files=
|
|
|
|
links=
|
1991-07-31 00:34:07 +00:00
|
|
|
rm -f xm.h
|
1991-07-04 15:59:47 +00:00
|
|
|
if [ "${hostfile}" != "" ]; then
|
|
|
|
files="${files} ${hostfile}"
|
|
|
|
links="${links} xm.h"
|
|
|
|
fi
|
1991-07-31 00:34:07 +00:00
|
|
|
rm -f tm.h
|
1991-07-04 15:59:47 +00:00
|
|
|
if [ "${targetfile}" != "" ]; then
|
|
|
|
files="${files} ${targetfile}"
|
|
|
|
links="${links} tm.h"
|
|
|
|
fi
|
1992-09-19 11:09:01 +00:00
|
|
|
rm -f nat.h
|
|
|
|
if [ "${nativefile}" != "" ]; then
|
|
|
|
files="${files} ${nativefile}"
|
1992-09-30 22:39:02 +00:00
|
|
|
links="${links} nm.h"
|
1992-09-30 02:03:24 +00:00
|
|
|
# temporary scaffolding until all hosts have the host/target/native
|
|
|
|
# split in place.
|
|
|
|
else
|
1992-09-30 22:39:02 +00:00
|
|
|
files="${files} nm-trash.h"
|
|
|
|
links="${links} nm.h"
|
1992-09-19 11:09:01 +00:00
|
|
|
fi
|
1991-07-04 15:59:47 +00:00
|
|
|
|
|
|
|
# post-target:
|
1991-05-19 00:16:46 +00:00
|
|
|
|
1991-07-04 15:59:47 +00:00
|
|
|
case ${srcdir} in
|
|
|
|
.)
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
grep -s "source ${srcdir}/.gdbinit" .gdbinit 2>/dev/null || \
|
|
|
|
echo "source ${srcdir}/.gdbinit" >> .gdbinit
|
|
|
|
esac
|
|
|
|
|
1992-09-21 20:01:00 +00:00
|
|
|
if [ "${nativefile}" = "" ] ; then
|
1992-09-21 19:47:39 +00:00
|
|
|
sed -e '/^NATDEPFILES= /s//# NATDEPFILES= /' \
|
1992-09-19 11:09:01 +00:00
|
|
|
< Makefile > Makefile.tem
|
|
|
|
mv -f Makefile.tem Makefile
|
|
|
|
fi
|
|
|
|
|
1991-07-31 00:34:07 +00:00
|
|
|
cat ${srcdir}/alldeps.mak ${srcdir}/depend >>Makefile
|