* config/i386/gdbserve.mt: New file, defs for i386 nlm stub.
This commit is contained in:
parent
cc5702bddd
commit
ec7cac3887
3 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Sep 9 15:52:09 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
|
||||||
|
|
||||||
|
* config/i386/gdbserve.mt: New file, defs for i386 nlm stub.
|
||||||
|
|
||||||
Thu Sep 8 17:14:43 1994 Steve Chamberlain (sac@jonny.cygnus.com)
|
Thu Sep 8 17:14:43 1994 Steve Chamberlain (sac@jonny.cygnus.com)
|
||||||
|
|
||||||
* remote.c (fromhex): Make error more explicit.
|
* remote.c (fromhex): Make error more explicit.
|
||||||
|
|
|
@ -23,6 +23,7 @@ Do-first:
|
||||||
|
|
||||||
Things-to-keep:
|
Things-to-keep:
|
||||||
|
|
||||||
|
gdbserve.mt
|
||||||
go32.mh
|
go32.mh
|
||||||
i386aix.mh
|
i386aix.mh
|
||||||
i386aix.mt
|
i386aix.mt
|
||||||
|
|
3
gdb/config/i386/gdbserve.mt
Normal file
3
gdb/config/i386/gdbserve.mt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Target: GDBSERVE.NLM running on a i386
|
||||||
|
TDEPFILES= i386.o
|
||||||
|
CPU_FILE= i386
|
Loading…
Add table
Reference in a new issue