Home | History | Annotate | only in /src/external/gpl3/gdb.old/dist/sim/arm
Up to higher level directory
NameDateSize
arm-sim.h27-Aug-2025894
armcopro.c14-Mar-202632.4K
armdefs.h27-Aug-202516.8K
armemu.c14-Mar-2026140.2K
armemu.h27-Aug-202517.7K
armemu32.c27-Aug-2025779
armfpe.h28-Nov-201765.7K
arminit.c12-Aug-202410.5K
armos.c27-Aug-202523.3K
armos.h28-Nov-20173.5K
armsupp.c14-Mar-202637.2K
armvirt.c12-Aug-202414.7K
ChangeLog-202112-Aug-202462K
dbg_rdi.h28-Nov-20173.2K
iwmmxt.c27-Aug-202581.6K
iwmmxt.h27-Aug-20251.4K
local.mk27-Aug-20251.6K
maverick.c27-Aug-202527.7K
maverick.h27-Aug-20251.3K
README12-Oct-2016779
sim-main.h27-Aug-2025878
thumbemu.c27-Aug-202559.7K
wrapper.c27-Aug-202522.1K

README

      1 
      2 This directory contains the standard release of the ARMulator from
      3 Advanced RISC Machines, and was ftp'd from.
      4 
      5 ftp.cl.cam.ac.uk:/arm/gnu
      6 
      7 It likes to use TCP/IP between the simulator and the host, which is
      8 nice, but is a pain to use under anything non-unix.
      9 
     10 I've added created a new Makefile.in (the original in Makefile.orig)
     11 to build a version of the simulator without the TCP/IP stuff, and a
     12 wrapper.c to link directly into gdb and the run command.
     13 
     14 It should be possible (barring major changes in the layout of
     15 the armulator) to upgrade the simulator by copying all the files
     16 out of a release into this directory and renaming the Makefile.
     17 
     18 (Except that I changed armos.c to work more simply with our
     19 simulator rigs)
     20 
     21 Steve
     22 
     23 sac (a] cygnus.com
     24 
     25 Mon May 15 12:03:28 PDT 1995
     26 
     27 
     28