1993-05-27 06:23:56 +08:00
|
|
|
configdirs="doc testsuite"
|
1991-05-19 09:16:46 +09:00
|
|
|
srcname="GDB"
|
|
|
|
srctrigger=main.c
|
1991-12-07 16:03:27 +08:00
|
|
|
|
1991-04-16 08:46:50 +09:00
|
|
|
# per-host:
|
|
|
|
|
* config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
z8k}: New directories to hold cpu specific configuration files.
Naming follows gcc convention.
* config/{*.mt, *.mh}: All target and host makefile fragment
config files moved to an appropriate config/<cpu> subdirectory.
* nm-*, xm-*, tm-*: All native, host, and target files, which
get linked to nm.h, xm.h, and tm.h respectively by configure,
moved to appropriate config/<cpu> subdirectory.
* nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
Native, host, and target files that are common across more than
one cpu architecture and included by one of the configured
native, host, or target files, get moved to config directory.
* Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
pick up native, host, or target include files moved to one of
the config subdirectories, and that are included by other files.
* Makefile.in (alldeps.mak): Modify to account for new config
directory structure.
* alldeps.mak, depend: Update for new config directory structure.
* config/*/[ntx]m-*.h: Modify all files that include other
[ntx]m-*.h files to use path relative to gdb/config. I.E.
"a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
"tm-29k.h".
* remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
* mipsread.c (tm-mips.h): Include mips/tm-mips.h.
* i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
* configure.in: Default gdb_host_cpu to host_cpu, and remap
the ones where the default is not unique or different than the
config subdirectory name. Similarly, handle gdb_target_cpu.
Modify configure.in as appropriate to make use of gdb_host_cpu
and gdb_target_cpu to find makefile fragments and make links.
1993-03-23 09:01:49 +08:00
|
|
|
# Map host cpu into the config cpu subdirectory name.
|
|
|
|
# The default is $host_cpu.
|
|
|
|
|
|
|
|
case "${host_cpu}" in
|
|
|
|
|
|
|
|
c[12]) gdb_host_cpu=convex ;;
|
|
|
|
hppa*) gdb_host_cpu=pa ;;
|
|
|
|
i[34]86) gdb_host_cpu=i386 ;;
|
|
|
|
m68*) gdb_host_cpu=m68k ;;
|
|
|
|
np1) gdb_host_cpu=gould ;;
|
|
|
|
pyramid) gdb_host_cpu=pyr ;;
|
|
|
|
*) gdb_host_cpu=$host_cpu ;;
|
|
|
|
|
|
|
|
esac
|
|
|
|
|
1991-08-22 16:07:58 +09:00
|
|
|
# map host info into gdb names.
|
|
|
|
|
1992-08-27 12:15:42 +08:00
|
|
|
case "${host}" in
|
1991-08-22 16:07:58 +09:00
|
|
|
|
1992-08-27 12:15:42 +08:00
|
|
|
a29k-*-*) gdb_host=ultra3 ;;
|
|
|
|
|
|
|
|
arm-*-*) gdb_host=arm ;;
|
|
|
|
|
|
|
|
c[12]-*-*) gdb_host=convex ;;
|
|
|
|
|
1993-05-10 08:15:12 +08:00
|
|
|
hppa*-hp-bsd*) gdb_host=hppabsd ;;
|
|
|
|
hppa*-hp-hpux*) gdb_host=hppahpux ;;
|
1992-08-27 12:15:42 +08:00
|
|
|
|
|
|
|
i[34]86-ncr-*) gdb_host=ncr3000 ;;
|
1992-08-28 12:58:27 +08:00
|
|
|
i[34]86-sequent-*) gdb_host=symmetry ;;
|
1992-08-27 12:15:42 +08:00
|
|
|
|
1992-10-09 19:48:24 +08:00
|
|
|
i[34]86-*-bsd*) gdb_host=i386bsd ;;
|
1993-05-25 23:47:28 +08:00
|
|
|
i[34]86-*-go32) gdb_host=go32 ;;
|
1992-08-28 12:58:27 +08:00
|
|
|
i[34]86-*-linux) gdb_host=linux ;;
|
|
|
|
i[34]86-*-mach) gdb_host=i386mach ;;
|
1992-12-16 02:12:37 +08:00
|
|
|
i[34]86-*-sco3.2v4*) gdb_host=i386sco4 ;;
|
1992-11-03 08:18:02 +08:00
|
|
|
i[34]86-*-sco*) gdb_host=i386sco ;;
|
1992-10-06 17:27:57 +08:00
|
|
|
i[34]86-*-solaris*) gdb_host=i386sol2 ;;
|
1992-08-28 10:00:26 +08:00
|
|
|
i[34]86-*-sunos*) gdb_host=sun386 ;;
|
1993-04-20 02:34:55 +08:00
|
|
|
i[34]86-*-sysv3.2) gdb_host=i386v32 ;;
|
1992-08-27 12:15:42 +08:00
|
|
|
i[34]86-*-sysv4*) gdb_host=i386v4 ;;
|
|
|
|
i[34]86-*-sysv*) gdb_host=i386v ;;
|
1993-05-22 06:17:31 +08:00
|
|
|
i[34]86-*-isc*) gdb_host=i386v32 ;;
|
1992-08-27 12:15:42 +08:00
|
|
|
|
1992-10-13 16:28:45 +08:00
|
|
|
m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;;
|
|
|
|
m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;;
|
1992-08-28 12:58:27 +08:00
|
|
|
m68030-sony-*) gdb_host=news1000 ;;
|
1992-08-27 12:15:42 +08:00
|
|
|
|
1992-10-13 16:28:45 +08:00
|
|
|
m68*-altos-*) gdb_host=altos ;;
|
|
|
|
m68*-apollo*-sysv*) gdb_host=apollo68v ;;
|
|
|
|
m68*-apollo*-bsd*) gdb_host=apollo68b ;;
|
|
|
|
m68*-att-*) gdb_host=3b1 ;;
|
|
|
|
m68*-cbm-sysv4*) gdb_host=amix ;;
|
1993-05-10 08:15:12 +08:00
|
|
|
m68*-hp-bsd*) gdb_host=hp300bsd ;;
|
|
|
|
m68*-hp-hpux*) gdb_host=hp300hpux ;;
|
1992-10-13 16:28:45 +08:00
|
|
|
m68*-isi-*) gdb_host=isi ;;
|
|
|
|
m68*-sony-*) gdb_host=news ;;
|
|
|
|
m68*-sun-sunos3*) gdb_host=sun3os3 ;;
|
|
|
|
m68*-sun-sunos4*) gdb_host=sun3os4 ;;
|
|
|
|
m68*-sun-*) gdb_host=sun3os4 ;;
|
1992-08-27 12:15:42 +08: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 ;;
|
1993-03-06 09:19:48 +08:00
|
|
|
mips-sgi-irix4*) gdb_host=irix4 ;;
|
1992-08-28 12:58:27 +08:00
|
|
|
mips-sony-*) gdb_host=bigmips ;;
|
1992-08-27 12:15:42 +08:00
|
|
|
|
|
|
|
none-*-*) gdb_host=none ;;
|
1992-08-28 12:58:27 +08:00
|
|
|
|
1992-08-27 12:15:42 +08: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 12:58:27 +08: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 16:03:42 +08: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 16:51:17 +08:00
|
|
|
sparc-*-*) gdb_host=sun4os4 ;;
|
1992-08-27 12:15:42 +08:00
|
|
|
|
|
|
|
tahoe-*-*) gdb_host=tahoe ;;
|
|
|
|
|
|
|
|
vax-*-bsd*) gdb_host=vaxbsd ;;
|
1993-03-03 14:04:26 +08:00
|
|
|
vax-*-ultrix2*) gdb_host=vaxult2 ;;
|
1992-08-27 12:15:42 +08:00
|
|
|
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-20 06:43:49 +08:00
|
|
|
|
1991-08-22 16:07:58 +09:00
|
|
|
esac
|
|
|
|
|
1991-11-08 10:20:29 +08:00
|
|
|
|
* config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
z8k}: New directories to hold cpu specific configuration files.
Naming follows gcc convention.
* config/{*.mt, *.mh}: All target and host makefile fragment
config files moved to an appropriate config/<cpu> subdirectory.
* nm-*, xm-*, tm-*: All native, host, and target files, which
get linked to nm.h, xm.h, and tm.h respectively by configure,
moved to appropriate config/<cpu> subdirectory.
* nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
Native, host, and target files that are common across more than
one cpu architecture and included by one of the configured
native, host, or target files, get moved to config directory.
* Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
pick up native, host, or target include files moved to one of
the config subdirectories, and that are included by other files.
* Makefile.in (alldeps.mak): Modify to account for new config
directory structure.
* alldeps.mak, depend: Update for new config directory structure.
* config/*/[ntx]m-*.h: Modify all files that include other
[ntx]m-*.h files to use path relative to gdb/config. I.E.
"a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
"tm-29k.h".
* remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
* mipsread.c (tm-mips.h): Include mips/tm-mips.h.
* i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
* configure.in: Default gdb_host_cpu to host_cpu, and remap
the ones where the default is not unique or different than the
config subdirectory name. Similarly, handle gdb_target_cpu.
Modify configure.in as appropriate to make use of gdb_host_cpu
and gdb_target_cpu to find makefile fragments and make links.
1993-03-23 09:01:49 +08:00
|
|
|
if [ ! -f ${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh ]; then
|
1991-08-22 16:07:58 +09:00
|
|
|
echo '***' "Gdb does not support host ${host}" 1>&2
|
1991-05-19 09:16:46 +09:00
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
|
1991-07-05 00:59:47 +09:00
|
|
|
# We really shouldn't depend on there being a space after XM_FILE= ...
|
* config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
z8k}: New directories to hold cpu specific configuration files.
Naming follows gcc convention.
* config/{*.mt, *.mh}: All target and host makefile fragment
config files moved to an appropriate config/<cpu> subdirectory.
* nm-*, xm-*, tm-*: All native, host, and target files, which
get linked to nm.h, xm.h, and tm.h respectively by configure,
moved to appropriate config/<cpu> subdirectory.
* nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
Native, host, and target files that are common across more than
one cpu architecture and included by one of the configured
native, host, or target files, get moved to config directory.
* Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
pick up native, host, or target include files moved to one of
the config subdirectories, and that are included by other files.
* Makefile.in (alldeps.mak): Modify to account for new config
directory structure.
* alldeps.mak, depend: Update for new config directory structure.
* config/*/[ntx]m-*.h: Modify all files that include other
[ntx]m-*.h files to use path relative to gdb/config. I.E.
"a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
"tm-29k.h".
* remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
* mipsread.c (tm-mips.h): Include mips/tm-mips.h.
* i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
* configure.in: Default gdb_host_cpu to host_cpu, and remap
the ones where the default is not unique or different than the
config subdirectory name. Similarly, handle gdb_target_cpu.
Modify configure.in as appropriate to make use of gdb_host_cpu
and gdb_target_cpu to find makefile fragments and make links.
1993-03-23 09:01:49 +08:00
|
|
|
hostfile=`awk '$1 == "XM_FILE=" { print $2 }' <${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh`
|
1991-05-19 09:16:46 +09:00
|
|
|
|
1991-04-16 08:46:50 +09:00
|
|
|
# per-target:
|
1991-05-19 09:16:46 +09:00
|
|
|
|
* config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
z8k}: New directories to hold cpu specific configuration files.
Naming follows gcc convention.
* config/{*.mt, *.mh}: All target and host makefile fragment
config files moved to an appropriate config/<cpu> subdirectory.
* nm-*, xm-*, tm-*: All native, host, and target files, which
get linked to nm.h, xm.h, and tm.h respectively by configure,
moved to appropriate config/<cpu> subdirectory.
* nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
Native, host, and target files that are common across more than
one cpu architecture and included by one of the configured
native, host, or target files, get moved to config directory.
* Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
pick up native, host, or target include files moved to one of
the config subdirectories, and that are included by other files.
* Makefile.in (alldeps.mak): Modify to account for new config
directory structure.
* alldeps.mak, depend: Update for new config directory structure.
* config/*/[ntx]m-*.h: Modify all files that include other
[ntx]m-*.h files to use path relative to gdb/config. I.E.
"a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
"tm-29k.h".
* remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
* mipsread.c (tm-mips.h): Include mips/tm-mips.h.
* i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
* configure.in: Default gdb_host_cpu to host_cpu, and remap
the ones where the default is not unique or different than the
config subdirectory name. Similarly, handle gdb_target_cpu.
Modify configure.in as appropriate to make use of gdb_host_cpu
and gdb_target_cpu to find makefile fragments and make links.
1993-03-23 09:01:49 +08:00
|
|
|
# Map target cpu into the config cpu subdirectory name.
|
|
|
|
# The default is $target_cpu.
|
|
|
|
|
|
|
|
case "${target_cpu}" in
|
|
|
|
|
|
|
|
c[12]) gdb_target_cpu=convex ;;
|
|
|
|
hppa*) gdb_target_cpu=pa ;;
|
|
|
|
i[34]86) gdb_target_cpu=i386 ;;
|
|
|
|
m68*) gdb_target_cpu=m68k ;;
|
|
|
|
np1) gdb_target_cpu=gould ;;
|
|
|
|
pn) gdb_target_cpu=gould ;;
|
|
|
|
pyramid) gdb_target_cpu=pyr ;;
|
1993-05-27 04:55:47 +08:00
|
|
|
sparclite) gdb_target_cpu=sparc
|
|
|
|
configdirs="${configdirs} sparclite"
|
|
|
|
;;
|
1993-04-07 01:40:55 +08:00
|
|
|
sparc*) gdb_target_cpu=sparc ;;
|
* config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
z8k}: New directories to hold cpu specific configuration files.
Naming follows gcc convention.
* config/{*.mt, *.mh}: All target and host makefile fragment
config files moved to an appropriate config/<cpu> subdirectory.
* nm-*, xm-*, tm-*: All native, host, and target files, which
get linked to nm.h, xm.h, and tm.h respectively by configure,
moved to appropriate config/<cpu> subdirectory.
* nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
Native, host, and target files that are common across more than
one cpu architecture and included by one of the configured
native, host, or target files, get moved to config directory.
* Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
pick up native, host, or target include files moved to one of
the config subdirectories, and that are included by other files.
* Makefile.in (alldeps.mak): Modify to account for new config
directory structure.
* alldeps.mak, depend: Update for new config directory structure.
* config/*/[ntx]m-*.h: Modify all files that include other
[ntx]m-*.h files to use path relative to gdb/config. I.E.
"a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
"tm-29k.h".
* remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
* mipsread.c (tm-mips.h): Include mips/tm-mips.h.
* i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
* configure.in: Default gdb_host_cpu to host_cpu, and remap
the ones where the default is not unique or different than the
config subdirectory name. Similarly, handle gdb_target_cpu.
Modify configure.in as appropriate to make use of gdb_host_cpu
and gdb_target_cpu to find makefile fragments and make links.
1993-03-23 09:01:49 +08:00
|
|
|
*) gdb_target_cpu=$target_cpu ;;
|
|
|
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
# map target info into gdb names.
|
|
|
|
|
1992-08-28 12:58:27 +08: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 16:03:42 +08:00
|
|
|
a29k-*-elf) gdb_target=a29k ;;
|
1992-08-28 12:58:27 +08: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 ;;
|
1993-03-20 07:05:34 +08:00
|
|
|
h8500-*-*) gdb_target=h8500hms ;;
|
1992-08-28 12:58:27 +08:00
|
|
|
|
1993-04-27 09:17:32 +08:00
|
|
|
sh-*-*) gdb_target=sh ;;
|
|
|
|
|
1993-05-10 08:15:12 +08:00
|
|
|
hppa*-*-bsd*) gdb_target=hppabsd ;;
|
|
|
|
hppa*-*-hpux*) gdb_target=hppahpux ;;
|
1992-08-28 12:58:27 +08:00
|
|
|
|
|
|
|
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 16:03:42 +08:00
|
|
|
|
|
|
|
i[34]86-*-aout) gdb_target=i386aout ;;
|
|
|
|
i[34]86-*-coff) gdb_target=i386v ;;
|
|
|
|
i[34]86-*-elf) gdb_target=i386v ;;
|
|
|
|
|
1992-10-09 19:48:24 +08:00
|
|
|
i[34]86-*-bsd*) gdb_target=i386bsd ;;
|
1992-11-12 23:06:07 +08:00
|
|
|
i[34]86-*-go32) gdb_target=i386aout ;;
|
1993-06-05 05:17:32 +08:00
|
|
|
i[34]86-*-lynxos*) gdb_target=i386lynx
|
1993-05-27 04:55:47 +08:00
|
|
|
configdirs="${configdirs} gdbserver"
|
|
|
|
;;
|
1992-10-06 17:27:57 +08:00
|
|
|
i[34]86-*-solaris*) gdb_target=i386sol2 ;;
|
1992-08-28 12:58:27 +08:00
|
|
|
i[34]86-*-sunos*) gdb_target=sun386 ;;
|
|
|
|
i[34]86-*-sysv4*) gdb_target=i386v4 ;;
|
1992-11-03 08:18:02 +08:00
|
|
|
i[34]86-*-sco*) gdb_target=i386v ;;
|
1992-08-28 12:58:27 +08:00
|
|
|
i[34]86-*-sysv*) gdb_target=i386v ;;
|
1993-05-22 06:17:31 +08:00
|
|
|
i[34]86-*-linux*) gdb_target=linux ;;
|
|
|
|
i[34]86-*-isc*) gdb_target=i386v ;;
|
1992-08-28 12:58:27 +08:00
|
|
|
|
|
|
|
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 16:03:42 +08:00
|
|
|
i960-*-elf) gdb_target=nindy960 ;;
|
|
|
|
|
1992-08-28 12:58:27 +08:00
|
|
|
i960-*-nindy) gdb_target=nindy960 ;;
|
|
|
|
i960-*-vxworks) gdb_target=vxworks960 ;;
|
|
|
|
|
1993-03-14 19:06:43 +08:00
|
|
|
m68000-*-aout) gdb_target=m68k-nofp ;;
|
|
|
|
m68000-*-coff) gdb_target=m68k-nofp ;;
|
|
|
|
m68000-*-elf) gdb_target=m68k-nofp ;;
|
* 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 16:03:42 +08:00
|
|
|
m68000-*-sunos3*) gdb_target=sun2os3 ;;
|
|
|
|
m68000-*-sunos4*) gdb_target=sun2os4 ;;
|
1992-08-28 12:58:27 +08:00
|
|
|
|
1992-10-13 16:28:45 +08:00
|
|
|
m68*-cbm-sysv4*) gdb_target=amix ;;
|
1993-05-10 08:15:12 +08:00
|
|
|
m68*-hp-bsd*) gdb_target=hp300bsd ;;
|
|
|
|
m68*-hp-hpux*) gdb_target=hp300hpux ;;
|
1992-10-13 16:28:45 +08:00
|
|
|
|
|
|
|
m68*-altos-*) gdb_target=altos ;;
|
|
|
|
m68*-att-*) gdb_target=3b1 ;;
|
|
|
|
m68*-ericsson-*) gdb_target=es1800 ;;
|
|
|
|
m68*-isi-*) gdb_target=isi ;;
|
|
|
|
m68*-netx-*) gdb_target=vxworks68 ;;
|
|
|
|
m68*-sony-*) gdb_target=news ;;
|
|
|
|
m68*-tandem-*) gdb_target=st2000 ;;
|
|
|
|
|
1993-06-02 08:15:39 +08:00
|
|
|
m68*-rom68k-*) gdb_target=monitor ;;
|
|
|
|
m68*-*bug-*) gdb_target=monitor ;;
|
|
|
|
m68*-monitor-*) gdb_target=monitor ;;
|
|
|
|
|
1993-03-14 18:49:01 +08:00
|
|
|
m68*-*-aout) gdb_target=m68k-fp ;;
|
|
|
|
m68*-*-coff) gdb_target=m68k-fp ;;
|
|
|
|
m68*-*-elf) gdb_target=m68k-fp ;;
|
1992-10-13 16:28:45 +08:00
|
|
|
m68*-*-os68k) gdb_target=os68k ;;
|
|
|
|
m68*-*-sunos3*) gdb_target=sun3os3 ;;
|
|
|
|
m68*-*-sunos4*) gdb_target=sun3os4 ;;
|
|
|
|
m68*-*-vxworks*) gdb_target=vxworks68 ;;
|
1992-08-28 12:58:27 +08:00
|
|
|
|
|
|
|
m88k-motorola-*) gdb_target=delta88 ;;
|
|
|
|
m88k-*-*) gdb_target=m88k ;;
|
|
|
|
|
|
|
|
mips-big-*) gdb_target=bigmips ;;
|
|
|
|
mips-dec-*) gdb_target=decstation ;;
|
1993-06-05 03:47:49 +08:00
|
|
|
mips-idt-ecoffl*) gdb_target=idtl ;;
|
|
|
|
mips-idt-ecoff*) gdb_target=idt ;;
|
1992-08-28 12:58:27 +08:00
|
|
|
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 ;;
|
|
|
|
|
1993-03-14 18:49:01 +08:00
|
|
|
sparc-*-aout) gdb_target=sparc-em ;;
|
|
|
|
sparc-*-coff) gdb_target=sparc-em ;;
|
|
|
|
sparc-*-elf) gdb_target=sparc-em ;;
|
1992-08-28 12:58:27 +08: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 16:03:42 +08:00
|
|
|
sparc-*-sunos4*) gdb_target=sun4os4 ;;
|
1993-03-14 18:49:01 +08:00
|
|
|
sparc-*-vxworks*) gdb_target=sparc-em ;;
|
* 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 16:51:17 +08:00
|
|
|
sparc-*-*) gdb_target=sun4os4 ;;
|
1993-04-07 01:40:55 +08:00
|
|
|
sparclite*-*-*) gdb_target=sparclite ;;
|
1992-08-28 12:58:27 +08:00
|
|
|
|
|
|
|
tahoe-*-*) gdb_target=tahoe ;;
|
|
|
|
vax-*-*) gdb_target=vax ;;
|
1991-08-22 16:07:58 +09:00
|
|
|
|
1993-05-01 08:51:23 +08:00
|
|
|
z8k-*-sim) gdb_target=z8ksim ;;
|
1991-08-22 16:07:58 +09:00
|
|
|
esac
|
|
|
|
|
* config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
z8k}: New directories to hold cpu specific configuration files.
Naming follows gcc convention.
* config/{*.mt, *.mh}: All target and host makefile fragment
config files moved to an appropriate config/<cpu> subdirectory.
* nm-*, xm-*, tm-*: All native, host, and target files, which
get linked to nm.h, xm.h, and tm.h respectively by configure,
moved to appropriate config/<cpu> subdirectory.
* nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
Native, host, and target files that are common across more than
one cpu architecture and included by one of the configured
native, host, or target files, get moved to config directory.
* Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
pick up native, host, or target include files moved to one of
the config subdirectories, and that are included by other files.
* Makefile.in (alldeps.mak): Modify to account for new config
directory structure.
* alldeps.mak, depend: Update for new config directory structure.
* config/*/[ntx]m-*.h: Modify all files that include other
[ntx]m-*.h files to use path relative to gdb/config. I.E.
"a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
"tm-29k.h".
* remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
* mipsread.c (tm-mips.h): Include mips/tm-mips.h.
* i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
* configure.in: Default gdb_host_cpu to host_cpu, and remap
the ones where the default is not unique or different than the
config subdirectory name. Similarly, handle gdb_target_cpu.
Modify configure.in as appropriate to make use of gdb_host_cpu
and gdb_target_cpu to find makefile fragments and make links.
1993-03-23 09:01:49 +08:00
|
|
|
if [ ! -f ${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt ]; then
|
1991-08-22 16:07:58 +09:00
|
|
|
echo '***' "Gdb does not support target ${target}" 1>&2
|
1991-05-19 09:16:46 +09:00
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -z "${removing}" ] ; then
|
* config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
z8k}: New directories to hold cpu specific configuration files.
Naming follows gcc convention.
* config/{*.mt, *.mh}: All target and host makefile fragment
config files moved to an appropriate config/<cpu> subdirectory.
* nm-*, xm-*, tm-*: All native, host, and target files, which
get linked to nm.h, xm.h, and tm.h respectively by configure,
moved to appropriate config/<cpu> subdirectory.
* nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
Native, host, and target files that are common across more than
one cpu architecture and included by one of the configured
native, host, or target files, get moved to config directory.
* Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
pick up native, host, or target include files moved to one of
the config subdirectories, and that are included by other files.
* Makefile.in (alldeps.mak): Modify to account for new config
directory structure.
* alldeps.mak, depend: Update for new config directory structure.
* config/*/[ntx]m-*.h: Modify all files that include other
[ntx]m-*.h files to use path relative to gdb/config. I.E.
"a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
"tm-29k.h".
* remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
* mipsread.c (tm-mips.h): Include mips/tm-mips.h.
* i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
* configure.in: Default gdb_host_cpu to host_cpu, and remap
the ones where the default is not unique or different than the
config subdirectory name. Similarly, handle gdb_target_cpu.
Modify configure.in as appropriate to make use of gdb_host_cpu
and gdb_target_cpu to find makefile fragments and make links.
1993-03-23 09:01:49 +08:00
|
|
|
cat ${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh ${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt | awk '$1 == "#msg" {
|
1991-05-19 09:16:46 +09:00
|
|
|
print substr($0,6)}'
|
|
|
|
fi
|
|
|
|
|
1991-07-05 00:59:47 +09:00
|
|
|
# We really shouldn't depend on there being a space after TM_FILE= ...
|
* config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
z8k}: New directories to hold cpu specific configuration files.
Naming follows gcc convention.
* config/{*.mt, *.mh}: All target and host makefile fragment
config files moved to an appropriate config/<cpu> subdirectory.
* nm-*, xm-*, tm-*: All native, host, and target files, which
get linked to nm.h, xm.h, and tm.h respectively by configure,
moved to appropriate config/<cpu> subdirectory.
* nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
Native, host, and target files that are common across more than
one cpu architecture and included by one of the configured
native, host, or target files, get moved to config directory.
* Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
pick up native, host, or target include files moved to one of
the config subdirectories, and that are included by other files.
* Makefile.in (alldeps.mak): Modify to account for new config
directory structure.
* alldeps.mak, depend: Update for new config directory structure.
* config/*/[ntx]m-*.h: Modify all files that include other
[ntx]m-*.h files to use path relative to gdb/config. I.E.
"a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
"tm-29k.h".
* remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
* mipsread.c (tm-mips.h): Include mips/tm-mips.h.
* i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
* configure.in: Default gdb_host_cpu to host_cpu, and remap
the ones where the default is not unique or different than the
config subdirectory name. Similarly, handle gdb_target_cpu.
Modify configure.in as appropriate to make use of gdb_host_cpu
and gdb_target_cpu to find makefile fragments and make links.
1993-03-23 09:01:49 +08:00
|
|
|
targetfile=`awk '$1 == "TM_FILE=" { print $2 }' <${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt`
|
1991-05-19 09:16:46 +09:00
|
|
|
|
1992-09-19 19:09:01 +08:00
|
|
|
if [ "${target}" = "${host}" ] ; then
|
* config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
z8k}: New directories to hold cpu specific configuration files.
Naming follows gcc convention.
* config/{*.mt, *.mh}: All target and host makefile fragment
config files moved to an appropriate config/<cpu> subdirectory.
* nm-*, xm-*, tm-*: All native, host, and target files, which
get linked to nm.h, xm.h, and tm.h respectively by configure,
moved to appropriate config/<cpu> subdirectory.
* nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
Native, host, and target files that are common across more than
one cpu architecture and included by one of the configured
native, host, or target files, get moved to config directory.
* Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
pick up native, host, or target include files moved to one of
the config subdirectories, and that are included by other files.
* Makefile.in (alldeps.mak): Modify to account for new config
directory structure.
* alldeps.mak, depend: Update for new config directory structure.
* config/*/[ntx]m-*.h: Modify all files that include other
[ntx]m-*.h files to use path relative to gdb/config. I.E.
"a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
"tm-29k.h".
* remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
* mipsread.c (tm-mips.h): Include mips/tm-mips.h.
* i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
* configure.in: Default gdb_host_cpu to host_cpu, and remap
the ones where the default is not unique or different than the
config subdirectory name. Similarly, handle gdb_target_cpu.
Modify configure.in as appropriate to make use of gdb_host_cpu
and gdb_target_cpu to find makefile fragments and make links.
1993-03-23 09:01:49 +08:00
|
|
|
nativefile=`awk '$1 == "NAT_FILE=" { print $2 }' <${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh`
|
1992-09-19 19:09:01 +08:00
|
|
|
fi
|
|
|
|
|
* config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
z8k}: New directories to hold cpu specific configuration files.
Naming follows gcc convention.
* config/{*.mt, *.mh}: All target and host makefile fragment
config files moved to an appropriate config/<cpu> subdirectory.
* nm-*, xm-*, tm-*: All native, host, and target files, which
get linked to nm.h, xm.h, and tm.h respectively by configure,
moved to appropriate config/<cpu> subdirectory.
* nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
Native, host, and target files that are common across more than
one cpu architecture and included by one of the configured
native, host, or target files, get moved to config directory.
* Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
pick up native, host, or target include files moved to one of
the config subdirectories, and that are included by other files.
* Makefile.in (alldeps.mak): Modify to account for new config
directory structure.
* alldeps.mak, depend: Update for new config directory structure.
* config/*/[ntx]m-*.h: Modify all files that include other
[ntx]m-*.h files to use path relative to gdb/config. I.E.
"a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
"tm-29k.h".
* remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
* mipsread.c (tm-mips.h): Include mips/tm-mips.h.
* i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
* configure.in: Default gdb_host_cpu to host_cpu, and remap
the ones where the default is not unique or different than the
config subdirectory name. Similarly, handle gdb_target_cpu.
Modify configure.in as appropriate to make use of gdb_host_cpu
and gdb_target_cpu to find makefile fragments and make links.
1993-03-23 09:01:49 +08:00
|
|
|
host_makefile_frag=config/${gdb_host_cpu}/${gdb_host}.mh
|
|
|
|
target_makefile_frag=config/${gdb_target_cpu}/${gdb_target}.mt
|
1991-05-19 09:16:46 +09:00
|
|
|
|
1992-09-19 19:09:01 +08: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-05 00:59:47 +09:00
|
|
|
files=
|
|
|
|
links=
|
1991-07-31 09:34:07 +09:00
|
|
|
rm -f xm.h
|
1991-07-05 00:59:47 +09:00
|
|
|
if [ "${hostfile}" != "" ]; then
|
* config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
z8k}: New directories to hold cpu specific configuration files.
Naming follows gcc convention.
* config/{*.mt, *.mh}: All target and host makefile fragment
config files moved to an appropriate config/<cpu> subdirectory.
* nm-*, xm-*, tm-*: All native, host, and target files, which
get linked to nm.h, xm.h, and tm.h respectively by configure,
moved to appropriate config/<cpu> subdirectory.
* nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
Native, host, and target files that are common across more than
one cpu architecture and included by one of the configured
native, host, or target files, get moved to config directory.
* Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
pick up native, host, or target include files moved to one of
the config subdirectories, and that are included by other files.
* Makefile.in (alldeps.mak): Modify to account for new config
directory structure.
* alldeps.mak, depend: Update for new config directory structure.
* config/*/[ntx]m-*.h: Modify all files that include other
[ntx]m-*.h files to use path relative to gdb/config. I.E.
"a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
"tm-29k.h".
* remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
* mipsread.c (tm-mips.h): Include mips/tm-mips.h.
* i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
* configure.in: Default gdb_host_cpu to host_cpu, and remap
the ones where the default is not unique or different than the
config subdirectory name. Similarly, handle gdb_target_cpu.
Modify configure.in as appropriate to make use of gdb_host_cpu
and gdb_target_cpu to find makefile fragments and make links.
1993-03-23 09:01:49 +08:00
|
|
|
if [ -f ${srcdir}/config/${hostfile} ]; then
|
|
|
|
files="${files} config/${hostfile}"
|
|
|
|
else
|
|
|
|
files="${files} config/${gdb_host_cpu}/${hostfile}"
|
|
|
|
fi
|
1991-07-05 00:59:47 +09:00
|
|
|
links="${links} xm.h"
|
|
|
|
fi
|
1991-07-31 09:34:07 +09:00
|
|
|
rm -f tm.h
|
1991-07-05 00:59:47 +09:00
|
|
|
if [ "${targetfile}" != "" ]; then
|
* config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
z8k}: New directories to hold cpu specific configuration files.
Naming follows gcc convention.
* config/{*.mt, *.mh}: All target and host makefile fragment
config files moved to an appropriate config/<cpu> subdirectory.
* nm-*, xm-*, tm-*: All native, host, and target files, which
get linked to nm.h, xm.h, and tm.h respectively by configure,
moved to appropriate config/<cpu> subdirectory.
* nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
Native, host, and target files that are common across more than
one cpu architecture and included by one of the configured
native, host, or target files, get moved to config directory.
* Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
pick up native, host, or target include files moved to one of
the config subdirectories, and that are included by other files.
* Makefile.in (alldeps.mak): Modify to account for new config
directory structure.
* alldeps.mak, depend: Update for new config directory structure.
* config/*/[ntx]m-*.h: Modify all files that include other
[ntx]m-*.h files to use path relative to gdb/config. I.E.
"a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
"tm-29k.h".
* remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
* mipsread.c (tm-mips.h): Include mips/tm-mips.h.
* i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
* configure.in: Default gdb_host_cpu to host_cpu, and remap
the ones where the default is not unique or different than the
config subdirectory name. Similarly, handle gdb_target_cpu.
Modify configure.in as appropriate to make use of gdb_host_cpu
and gdb_target_cpu to find makefile fragments and make links.
1993-03-23 09:01:49 +08:00
|
|
|
if [ -f ${srcdir}/config/${targetfile} ]; then
|
|
|
|
files="${files} config/${targetfile}"
|
|
|
|
else
|
|
|
|
files="${files} config/${gdb_target_cpu}/${targetfile}"
|
|
|
|
fi
|
1991-07-05 00:59:47 +09:00
|
|
|
links="${links} tm.h"
|
|
|
|
fi
|
* config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
z8k}: New directories to hold cpu specific configuration files.
Naming follows gcc convention.
* config/{*.mt, *.mh}: All target and host makefile fragment
config files moved to an appropriate config/<cpu> subdirectory.
* nm-*, xm-*, tm-*: All native, host, and target files, which
get linked to nm.h, xm.h, and tm.h respectively by configure,
moved to appropriate config/<cpu> subdirectory.
* nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
Native, host, and target files that are common across more than
one cpu architecture and included by one of the configured
native, host, or target files, get moved to config directory.
* Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
pick up native, host, or target include files moved to one of
the config subdirectories, and that are included by other files.
* Makefile.in (alldeps.mak): Modify to account for new config
directory structure.
* alldeps.mak, depend: Update for new config directory structure.
* config/*/[ntx]m-*.h: Modify all files that include other
[ntx]m-*.h files to use path relative to gdb/config. I.E.
"a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
"tm-29k.h".
* remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
* mipsread.c (tm-mips.h): Include mips/tm-mips.h.
* i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
* configure.in: Default gdb_host_cpu to host_cpu, and remap
the ones where the default is not unique or different than the
config subdirectory name. Similarly, handle gdb_target_cpu.
Modify configure.in as appropriate to make use of gdb_host_cpu
and gdb_target_cpu to find makefile fragments and make links.
1993-03-23 09:01:49 +08:00
|
|
|
rm -f nm.h
|
1992-09-19 19:09:01 +08:00
|
|
|
if [ "${nativefile}" != "" ]; then
|
* config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
z8k}: New directories to hold cpu specific configuration files.
Naming follows gcc convention.
* config/{*.mt, *.mh}: All target and host makefile fragment
config files moved to an appropriate config/<cpu> subdirectory.
* nm-*, xm-*, tm-*: All native, host, and target files, which
get linked to nm.h, xm.h, and tm.h respectively by configure,
moved to appropriate config/<cpu> subdirectory.
* nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
Native, host, and target files that are common across more than
one cpu architecture and included by one of the configured
native, host, or target files, get moved to config directory.
* Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
pick up native, host, or target include files moved to one of
the config subdirectories, and that are included by other files.
* Makefile.in (alldeps.mak): Modify to account for new config
directory structure.
* alldeps.mak, depend: Update for new config directory structure.
* config/*/[ntx]m-*.h: Modify all files that include other
[ntx]m-*.h files to use path relative to gdb/config. I.E.
"a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
"tm-29k.h".
* remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
* mipsread.c (tm-mips.h): Include mips/tm-mips.h.
* i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
* configure.in: Default gdb_host_cpu to host_cpu, and remap
the ones where the default is not unique or different than the
config subdirectory name. Similarly, handle gdb_target_cpu.
Modify configure.in as appropriate to make use of gdb_host_cpu
and gdb_target_cpu to find makefile fragments and make links.
1993-03-23 09:01:49 +08:00
|
|
|
if [ -f ${srcdir}/config/${nativefile} ]; then
|
|
|
|
files="${files} config/${nativefile}"
|
|
|
|
else
|
|
|
|
files="${files} config/${gdb_host_cpu}/${nativefile}"
|
|
|
|
fi
|
1992-10-01 06:39:02 +08:00
|
|
|
links="${links} nm.h"
|
1992-09-30 10:03:24 +08:00
|
|
|
# temporary scaffolding until all hosts have the host/target/native
|
|
|
|
# split in place.
|
|
|
|
else
|
* config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
z8k}: New directories to hold cpu specific configuration files.
Naming follows gcc convention.
* config/{*.mt, *.mh}: All target and host makefile fragment
config files moved to an appropriate config/<cpu> subdirectory.
* nm-*, xm-*, tm-*: All native, host, and target files, which
get linked to nm.h, xm.h, and tm.h respectively by configure,
moved to appropriate config/<cpu> subdirectory.
* nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
Native, host, and target files that are common across more than
one cpu architecture and included by one of the configured
native, host, or target files, get moved to config directory.
* Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
pick up native, host, or target include files moved to one of
the config subdirectories, and that are included by other files.
* Makefile.in (alldeps.mak): Modify to account for new config
directory structure.
* alldeps.mak, depend: Update for new config directory structure.
* config/*/[ntx]m-*.h: Modify all files that include other
[ntx]m-*.h files to use path relative to gdb/config. I.E.
"a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
"tm-29k.h".
* remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
* mipsread.c (tm-mips.h): Include mips/tm-mips.h.
* i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
* configure.in: Default gdb_host_cpu to host_cpu, and remap
the ones where the default is not unique or different than the
config subdirectory name. Similarly, handle gdb_target_cpu.
Modify configure.in as appropriate to make use of gdb_host_cpu
and gdb_target_cpu to find makefile fragments and make links.
1993-03-23 09:01:49 +08:00
|
|
|
files="${files} config/nm-trash.h"
|
1992-10-01 06:39:02 +08:00
|
|
|
links="${links} nm.h"
|
1992-09-19 19:09:01 +08:00
|
|
|
fi
|
1991-07-05 00:59:47 +09:00
|
|
|
|
|
|
|
# post-target:
|
1991-05-19 09:16:46 +09:00
|
|
|
|
1991-07-05 00:59:47 +09:00
|
|
|
case ${srcdir} in
|
|
|
|
.)
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
grep -s "source ${srcdir}/.gdbinit" .gdbinit 2>/dev/null || \
|
|
|
|
echo "source ${srcdir}/.gdbinit" >> .gdbinit
|
|
|
|
esac
|
|
|
|
|
1992-09-22 04:01:00 +08:00
|
|
|
if [ "${nativefile}" = "" ] ; then
|
1992-09-22 03:47:39 +08:00
|
|
|
sed -e '/^NATDEPFILES= /s//# NATDEPFILES= /' \
|
1992-09-19 19:09:01 +08:00
|
|
|
< Makefile > Makefile.tem
|
|
|
|
mv -f Makefile.tem Makefile
|
|
|
|
fi
|
|
|
|
|
1991-07-31 09:34:07 +09:00
|
|
|
cat ${srcdir}/alldeps.mak ${srcdir}/depend >>Makefile
|