aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/m32r/m32r.mt
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>1998-03-20 23:33:28 +0000
committerMichael Snyder <msnyder@vmware.com>1998-03-20 23:33:28 +0000
commitd1732185ee5d6d0076f3927efe8910b6253bbda5 (patch)
tree6261201e33bed41d5e2a447266d3e8e325502830 /gdb/config/m32r/m32r.mt
parent25957cb0640f86ef0587dd4dc8e821d3233ec734 (diff)
downloadgdb-d1732185ee5d6d0076f3927efe8910b6253bbda5.zip
gdb-d1732185ee5d6d0076f3927efe8910b6253bbda5.tar.gz
gdb-d1732185ee5d6d0076f3927efe8910b6253bbda5.tar.bz2
Fri Mar 20 14:45:36 1998 Michael Snyder <msnyder@cleaver.cygnus.com>
* gdbserver/Makefile.in: add dependency on XM_CLIBS. * gdbserver/low-sim.c (registers) force into alignment. (create_inferior): Fix typo on new_argv; add abfd arg to sim_open, sim_create_inferior. Add reg_size arg to sim_fetch_register, sim_store_register. Make simulator take a single-step to get into a known running state. * gdbserver/gdbreplay.c: include fcntl.h for def'n of F_SETFL. * gdbserver/server.c: Add remote_debug variable to control debug output. * gdbserver/server.h: Add prototypes for enable/disable_async_io. * gdbserver/remote-utils.c: add verbose debugging output controlled by "remote_debug" variable. Add call to "disable_async_io()" to avoid being killed by async SIGIO signals. * config/m32r/m32r.mt: define GDBSERVER_(LIBS and DEPFILES), so that gdbserver can be built with the m32r simulator.
Diffstat (limited to 'gdb/config/m32r/m32r.mt')
-rw-r--r--gdb/config/m32r/m32r.mt7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/config/m32r/m32r.mt b/gdb/config/m32r/m32r.mt
new file mode 100644
index 0000000..a23ba44
--- /dev/null
+++ b/gdb/config/m32r/m32r.mt
@@ -0,0 +1,7 @@
+# Target: Mitsubishi m32r processor
+TDEPFILES= m32r-tdep.o monitor.o m32r-rom.o dsrec.o
+TM_FILE= tm-m32r.h
+SIM_OBS = remote-sim.o
+SIM = ../sim/m32r/libsim.a -lm
+GDBSERVER_DEPFILES= low-sim.o
+GDBSERVER_LIBS = ../../sim/m32r/libsim.a ../../bfd/libbfd.a ../../libiberty/libiberty.a ../../opcodes/libopcodes.a -lm