binutils-gdb/sim/arm
2015-07-24 04:16:47 -07:00
..
aclocal.m4
armcopro.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armdefs.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armemu.c Add support for ARM v6 instructions. 2015-06-28 19:14:36 +01:00
armemu.h Add support for ARM v6 instructions. 2015-06-28 19:14:36 +01:00
armfpe.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
arminit.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armopts.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armos.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armos.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armrdi.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armsupp.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armvirt.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
bag.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
bag.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
ChangeLog Remove leading/trailing white spaces in ChangeLog 2015-07-24 04:16:47 -07:00
communicate.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
communicate.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
config.in
configure
configure.ac
COPYING
dbg_conf.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
dbg_cp.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
dbg_hif.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
dbg_rdi.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
gdbhost.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
gdbhost.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
iwmmxt.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
iwmmxt.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
kid.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
main.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
Makefile.in Fix snafu with latest addition to the ARM sim. 2015-07-02 16:19:09 +01:00
maverick.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
parent.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
README
sim-main.h
thumbemu.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
wrapper.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01: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