f29d9b6d30
* config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise. * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise. * gdbserver/low-sim.c (#include "defs.h"): Removed. (mygeneric_load): Rename from generic_load. * gdbserver/low-hppabsd.c (#include "server.h"): Added. (#include "defs.h"): Removed. (inferior_pid, perror_with_name): Remove declarations. * gdbserver/low-linux.c: Likewise. * gdbserver/low-nbsd.c: Likewise. * gdbserver/low-sparc.c: Likewise. * gdbserver/low-sun3.c: Likewise. * i386-stub.c: Re-indent. * m68k-stub.c: Re-indent.
7 lines
323 B
Mathematica
7 lines
323 B
Mathematica
# 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
|
|
GDBSERVER_DEPFILES= low-sim.o
|
|
GDBSERVER_LIBS = ../../sim/m32r/libsim.a ../../bfd/libbfd.a ../../libiberty/libiberty.a ../../opcodes/libopcodes.a ../../intl/libintl.a
|