diff options
author | K. Richard Pixley <rich@cygnus> | 1992-10-21 05:12:16 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-10-21 05:12:16 +0000 |
commit | 3fcb9021565be2a31fddd72721517050f392632c (patch) | |
tree | 0a5c85427f3e0e4ff56a79d1a3eec0eae9d6b4ba /gdb/config | |
parent | ca0487229b98f00278971ed0fda7bb258091bbd9 (diff) | |
download | gdb-3fcb9021565be2a31fddd72721517050f392632c.zip gdb-3fcb9021565be2a31fddd72721517050f392632c.tar.gz gdb-3fcb9021565be2a31fddd72721517050f392632c.tar.bz2 |
umax native support
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/umax.mh | 4 | ||||
-rw-r--r-- | gdb/config/umax.mt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/config/umax.mh b/gdb/config/umax.mh index 2e874db..56d49ab 100644 --- a/gdb/config/umax.mh +++ b/gdb/config/umax.mh @@ -1,3 +1,5 @@ # Host: Encore running umax 4.2 -XDEPFILES= infptrace.o inftarg.o fork-child.o umax-xdep.o +XDEPFILES= umax-xdep.o XM_FILE= xm-umax.h +NAT_FILE= nm-umax.h +NATDEPFILES= exec.o infptrace.o inftarg.o fork-child.o diff --git a/gdb/config/umax.mt b/gdb/config/umax.mt index afaaeaa..3c60632 100644 --- a/gdb/config/umax.mt +++ b/gdb/config/umax.mt @@ -1,3 +1,3 @@ # Target: Encore running umax 4.2 -TDEPFILES= exec.o ns32k-pinsn.o +TDEPFILES= ns32k-pinsn.o TM_FILE= tm-umax.h |