mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
fb506180fa
* config/h8500/h8500.mt: Renamed from h8500hms.mt. * config/z8k/z8k.mt: Renamed from z8ksim.mt. * configure, configure.in: Update to reflect renamings. * remote-sim.c (sim): New command, passes commands to simulator. (simulator_command): New function. (gdbsim_ops): Clean up. * remote-sim.h (sim_do_command): Declare. * sh-tdep.c (memory_size): Remove command. * Makefile.in (SIM, SIM_OBS): New variables. (CLIBS, CDEPS): Add value of SIM. (DEPFILES): Add value of SIM_OBS * config/arm/arm.mt, config/h8300/h8300.mt, config/h8500/h8500.mt, config/sh/sh.mt, config/sparc/sp64sim.mt, config/w65/w65.mt, config/z8k/z8k.mt: Remove simulator files from TDEPFILES, define in SIM_OBS and SIM. config/sparc/sp64sim.mt (SIMFILES): Remove. * remote-z8k.c: Remove, was superseded by remote-sim.c * Makefile.in, mpw-make.in: Remove references to remote-z8k.c.
17 lines
491 B
Mathematica
17 lines
491 B
Mathematica
# Target: SPARC64 (with simulator)
|
|
# solib.o and procfs.o taken out for now. We don't have shared libraries yet,
|
|
# and the elf version requires procfs.o but the a.out version doesn't.
|
|
# Then again, having procfs.o in a target makefile fragment seems wrong.
|
|
TDEPFILES = sparc-tdep.o
|
|
TM_FILE= tm-sp64.h
|
|
|
|
# Need gcc for long long support.
|
|
CC = gcc
|
|
|
|
MH_CFLAGS = -I${srcdir}/../sim/sp64
|
|
SIM_OBS = remote-sim.o
|
|
SIM = ../sim/sp64/libsim.a
|
|
|
|
# The simulator uses the sqrt() function.
|
|
TM_CLIBS = -lm
|