binutils-gdb/sim/arm
Mike Frysinger df68e12b3b sim: create header namespace
The gdb/callback.h & gdb/remote-sim.h headers have nothing to do with
gdb and are really definitions for the libsim API under the sim/ tree.
While gdb uses those headers as a client, it's not specific to it.  So
create a new sim/ namespace and move the headers there.
2021-05-14 00:41:05 -04:00
..
aclocal.m4 sim: enable hardware support by default 2021-04-26 22:30:55 -04:00
armcopro.c
armdefs.h sim: add ATTRIBUTE_PRINTF / ATTRIBUTE_NULL_PRINTF where necessary 2021-05-03 10:55:25 -04:00
armemu32.c sim: arm: move build logic to source files 2021-05-01 12:55:18 -04:00
armemu.c Fix a bug in the ARM emulator which would not allow 4 byte alignment for double word stores. 2021-04-26 17:17:34 +01:00
armemu.h
armfpe.h
arminit.c
armos.c sim: create header namespace 2021-05-14 00:41:05 -04:00
armos.h
armsupp.c
armvirt.c
ChangeLog sim: create header namespace 2021-05-14 00:41:05 -04:00
config.in sim: nrun: add local strsignal prototype 2021-05-01 16:37:39 -04:00
configure sim: add support for build-time ar & ranlib 2021-05-04 08:22:07 -04:00
configure.ac
COPYING
dbg_rdi.h
iwmmxt.c
iwmmxt.h
Makefile.in sim: arm: move build logic to source files 2021-05-01 12:55:18 -04:00
maverick.c
maverick.h
README
sim-main.h
thumbemu.c
wrapper.c sim: create header namespace 2021-05-14 00:41:05 -04:00

This directory contains the standard release of the ARMulator from
Advanced RISC Machines, and was ftp'd from.

ftp.cl.cam.ac.uk:/arm/gnu

It likes to use TCP/IP between the simulator and the host, which is
nice, but is a pain to use under anything non-unix.

I've added created a new Makefile.in (the original in Makefile.orig)
to build a version of the simulator without the TCP/IP stuff, and a
wrapper.c to link directly into gdb and the run command.

It should be possible (barring major changes in the layout of
the armulator) to upgrade the simulator by copying all the files
out of a release into this directory and renaming the Makefile.

(Except that I changed armos.c to work more simply with our
simulator rigs)

Steve

sac@cygnus.com

Mon May 15 12:03:28 PDT 1995