mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
* config/i386/linux.mh: Don't use \ newline; the awk scripts don't
support it. * config/i386/go32.mh: Define SER_HARDWIRE. * Makefile.in: Define SER_HARDWIRE. (DEPFILES): Use it. (alldeps.mak): Add SER_HARDWIRE. Remove all references to ser-hardwire.{c,o}. * configure.in: Remove all ser_hardwire and gdb_serial_driver stuff.
This commit is contained in:
@ -1,3 +1,15 @@
|
|||||||
|
Tue May 25 09:36:13 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* config/i386/linux.mh: Don't use \ newline; the awk scripts don't
|
||||||
|
support it.
|
||||||
|
|
||||||
|
* config/i386/go32.mh: Define SER_HARDWIRE.
|
||||||
|
* Makefile.in: Define SER_HARDWIRE.
|
||||||
|
(DEPFILES): Use it.
|
||||||
|
(alldeps.mak): Add SER_HARDWIRE.
|
||||||
|
Remove all references to ser-hardwire.{c,o}.
|
||||||
|
* configure.in: Remove all ser_hardwire and gdb_serial_driver stuff.
|
||||||
|
|
||||||
Mon May 24 23:50:05 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
Mon May 24 23:50:05 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||||
|
|
||||||
* sparc-nat.c (store_inferior_registers): Fill in all members of
|
* sparc-nat.c (store_inferior_registers): Fill in all members of
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
configdirs="doc testsuite"
|
configdirs="doc testsuite"
|
||||||
srcname="GDB"
|
srcname="GDB"
|
||||||
srctrigger=main.c
|
srctrigger=main.c
|
||||||
gdb_serial_driver=ser-unix.c
|
|
||||||
|
|
||||||
# per-host:
|
# per-host:
|
||||||
|
|
||||||
@ -37,9 +36,7 @@ i[34]86-ncr-*) gdb_host=ncr3000 ;;
|
|||||||
i[34]86-sequent-*) gdb_host=symmetry ;;
|
i[34]86-sequent-*) gdb_host=symmetry ;;
|
||||||
|
|
||||||
i[34]86-*-bsd*) gdb_host=i386bsd ;;
|
i[34]86-*-bsd*) gdb_host=i386bsd ;;
|
||||||
i[34]86-*-go32) gdb_host=go32
|
i[34]86-*-go32) gdb_host=go32 ;;
|
||||||
gdb_serial_driver=ser-go32.c
|
|
||||||
;;
|
|
||||||
i[34]86-*-linux) gdb_host=linux ;;
|
i[34]86-*-linux) gdb_host=linux ;;
|
||||||
i[34]86-*-mach) gdb_host=i386mach ;;
|
i[34]86-*-mach) gdb_host=i386mach ;;
|
||||||
i[34]86-*-sco3.2v4*) gdb_host=i386sco4 ;;
|
i[34]86-*-sco3.2v4*) gdb_host=i386sco4 ;;
|
||||||
@ -275,7 +272,6 @@ target_makefile_frag=config/${gdb_target_cpu}/${gdb_target}.mt
|
|||||||
files=
|
files=
|
||||||
links=
|
links=
|
||||||
rm -f xm.h
|
rm -f xm.h
|
||||||
rm -f ser-hardwire.c
|
|
||||||
if [ "${hostfile}" != "" ]; then
|
if [ "${hostfile}" != "" ]; then
|
||||||
if [ -f ${srcdir}/config/${hostfile} ]; then
|
if [ -f ${srcdir}/config/${hostfile} ]; then
|
||||||
files="${files} config/${hostfile}"
|
files="${files} config/${hostfile}"
|
||||||
@ -283,9 +279,6 @@ if [ "${hostfile}" != "" ]; then
|
|||||||
files="${files} config/${gdb_host_cpu}/${hostfile}"
|
files="${files} config/${gdb_host_cpu}/${hostfile}"
|
||||||
fi
|
fi
|
||||||
links="${links} xm.h"
|
links="${links} xm.h"
|
||||||
|
|
||||||
files="${files} ${gdb_serial_driver}"
|
|
||||||
links="${links} ser-hardwire.c"
|
|
||||||
fi
|
fi
|
||||||
rm -f tm.h
|
rm -f tm.h
|
||||||
if [ "${targetfile}" != "" ]; then
|
if [ "${targetfile}" != "" ]; then
|
||||||
|
Reference in New Issue
Block a user