mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-31 22:04:12 +08:00
* config/i386/{i386m3.mt,i386m3.mh}: Use correct names for TM_FILE
and XM_FILE. Replace host file i386mach3-xdep.o with native file i386m3-nat.o.
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
Wed Oct 27 13:43:07 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Wed Oct 27 13:43:07 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* config/i386/{i386m3.mt,i386m3.mh}: Use correct names for TM_FILE
|
||||||
|
and XM_FILE. Replace host file i386mach3-xdep.o with native file
|
||||||
|
i386m3-nat.o.
|
||||||
|
|
||||||
* remote-udi.c: Remove LOG_FILE stuff; superceded by "set remotedebug".
|
* remote-udi.c: Remove LOG_FILE stuff; superceded by "set remotedebug".
|
||||||
* remote-mon.c: Remove commented out "set remotedebug" command.
|
* remote-mon.c: Remove commented out "set remotedebug" command.
|
||||||
* remote-nindy.c: Clean up comment about wanting alternative to
|
* remote-nindy.c: Clean up comment about wanting alternative to
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
# Host: Intel 386 running Mach3
|
# Host: Intel 386 running Mach3
|
||||||
|
|
||||||
XDEPFILES= os-mach3.o i386mach3-xdep.o i387-tdep.o coredep.o
|
XDEPFILES= os-mach3.o i387-tdep.o coredep.o
|
||||||
XM_FILE= xm-i386mach3.h
|
NATDEPFILES= i386m3-nat.o
|
||||||
|
XM_FILE= xm-i386m3.h
|
||||||
|
|
||||||
# Don't use the mmalloc library in Mach 3.
|
# Don't use the mmalloc library in Mach 3.
|
||||||
MMALLOC_LIB =
|
MMALLOC_LIB =
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Target: Intel 386 with a.out
|
# Target: Intel 386 with a.out
|
||||||
|
|
||||||
TDEPFILES= exec.o i386-pinsn.o i386-tdep.o
|
TDEPFILES= exec.o i386-pinsn.o i386-tdep.o
|
||||||
TM_FILE= tm-i386mach3.h
|
TM_FILE= tm-i386m3.h
|
||||||
|
Reference in New Issue
Block a user