xref: /netbsd-src/external/gpl3/gdb/dist/sim/arm/README (revision 98b9484c67cdf05a7e01fa6a65d1f4f959a3633e)
1*98b9484cSchristos
2*98b9484cSchristosThis directory contains the standard release of the ARMulator from
3*98b9484cSchristosAdvanced RISC Machines, and was ftp'd from.
4*98b9484cSchristos
5*98b9484cSchristosftp.cl.cam.ac.uk:/arm/gnu
6*98b9484cSchristos
7*98b9484cSchristosIt likes to use TCP/IP between the simulator and the host, which is
8*98b9484cSchristosnice, but is a pain to use under anything non-unix.
9*98b9484cSchristos
10*98b9484cSchristosI've added created a new Makefile.in (the original in Makefile.orig)
11*98b9484cSchristosto build a version of the simulator without the TCP/IP stuff, and a
12*98b9484cSchristoswrapper.c to link directly into gdb and the run command.
13*98b9484cSchristos
14*98b9484cSchristosIt should be possible (barring major changes in the layout of
15*98b9484cSchristosthe armulator) to upgrade the simulator by copying all the files
16*98b9484cSchristosout of a release into this directory and renaming the Makefile.
17*98b9484cSchristos
18*98b9484cSchristos(Except that I changed armos.c to work more simply with our
19*98b9484cSchristossimulator rigs)
20*98b9484cSchristos
21*98b9484cSchristosSteve
22*98b9484cSchristos
23*98b9484cSchristossac@cygnus.com
24*98b9484cSchristos
25*98b9484cSchristosMon May 15 12:03:28 PDT 1995
26*98b9484cSchristos
27*98b9484cSchristos
28