diff options
author | John Metzler <jmetzler@cygnus> | 1998-03-04 00:08:00 +0000 |
---|---|---|
committer | John Metzler <jmetzler@cygnus> | 1998-03-04 00:08:00 +0000 |
commit | 439601f2a745ad3771d7c320e7a5062ac8561ab1 (patch) | |
tree | 80760bc30ae6ece114c302fba00697de8d794cea /gdb/config | |
parent | 36b823d5e2e0e876b6ebeb881805623618a817df (diff) | |
download | gdb-439601f2a745ad3771d7c320e7a5062ac8561ab1.zip gdb-439601f2a745ad3771d7c320e7a5062ac8561ab1.tar.gz gdb-439601f2a745ad3771d7c320e7a5062ac8561ab1.tar.bz2 |
Supports mips64vr4111-*-elf
See tm-vrxxx.h
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/vr4xxx.mt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/config/mips/vr4xxx.mt b/gdb/config/mips/vr4xxx.mt new file mode 100644 index 0000000..4c79ec7 --- /dev/null +++ b/gdb/config/mips/vr4xxx.mt @@ -0,0 +1,5 @@ +# Target: Big-endian SIM monitor board. +TDEPFILES= mips-tdep.o remote-mips.o +TM_FILE= tm-vr4xxx.h +SIM_OBS = remote-sim.o +SIM = ../sim/mips/libsim.a |