You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Mike Frysinger 68ed285428 sim: clean up C11 header includes 5 years ago
..
COPYING Update sim's COPYING files. 13 years ago
ChangeLog sim: clean up C11 header includes 5 years ago
Makefile.in Update copyright year range in all GDB files 5 years ago
README 2003-01-10 Ben Elliston <bje@redhat.com> 24 years ago
aclocal.m4 Bump to autoconf 2.69 and automake 1.15.1 8 years ago
armcopro.c Remove extraneous whitespace from ARM sim sources. 11 years ago
armdefs.h sim: arm: delete unused code 10 years ago
armemu.c Add support for the SDIV and UDIV instructions to the ARM simulator. 5 years ago
armemu.h Add support for ARM v6 instructions. 11 years ago
armfpe.h Remove extraneous whitespace from ARM sim sources. 11 years ago
arminit.c [ARM, sim] Fix build error and warnings 6 years ago
armos.c Fix printf formatting errors where "0x" is used as a prefix for a decimal number. 6 years ago
armos.h Remove extraneous whitespace from ARM sim sources. 11 years ago
armsupp.c sim: use ARRAY_SIZE instead of ad-hoc sizeof calculations 9 years ago
armvirt.c sim: arm: delete unused code 10 years ago
config.in sim: clean up C11 header includes 5 years ago
configure sim: clean up C11 header includes 5 years ago
configure.ac Bump to autoconf 2.69 and automake 1.15.1 8 years ago
dbg_rdi.h sim: arm: delete unused code 10 years ago
iwmmxt.c sim: stdlib.h for abs() 5 years ago
iwmmxt.h Update copyright year range in all GDB files 5 years ago
maverick.c Update copyright year range in all GDB files 5 years ago
maverick.h Update copyright year range in all GDB files 5 years ago
sim-main.h Update copyright year range in all GDB files 5 years ago
thumbemu.c Add support for the SDIV and UDIV instructions to the ARM simulator. 5 years ago
wrapper.c sim: include stdlib.h for atoi() 5 years ago

README


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