diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1994-04-08 00:37:48 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1994-04-08 00:37:48 +0000 |
commit | 376f8f6844b619ea35cd61c5241f74011d075ef6 (patch) | |
tree | 3493973811b060eda2e5796428c6d2fdd090ac79 /gdb/config/mips/mipsv4.mt | |
parent | 77af4652a7633aae9722a7a09a1deb33c8a23e68 (diff) | |
download | gdb-376f8f6844b619ea35cd61c5241f74011d075ef6.zip gdb-376f8f6844b619ea35cd61c5241f74011d075ef6.tar.gz gdb-376f8f6844b619ea35cd61c5241f74011d075ef6.tar.bz2 |
* config/mips/mipsv4.mh, config/mips/mipsv4.mt,
config/mips/tm-mipsv4.h, config/mips/xm-mipsv4.h, mipsv4-nat.c:
New files for MIPS SVR4 support.
Diffstat (limited to 'gdb/config/mips/mipsv4.mt')
-rw-r--r-- | gdb/config/mips/mipsv4.mt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/mips/mipsv4.mt b/gdb/config/mips/mipsv4.mt new file mode 100644 index 0000000..b250052 --- /dev/null +++ b/gdb/config/mips/mipsv4.mt @@ -0,0 +1,3 @@ +# Target: MIPS running SVR4 +TDEPFILES= mips-pinsn.o mips-tdep.o exec.o +TM_FILE= tm-mipsv4.h |