diff options
author | Steve Chamberlain <sac@cygnus> | 1995-06-13 17:57:26 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-06-13 17:57:26 +0000 |
commit | 5cb74cfef58d8122b3ec19c7b11e2e7e5398595b (patch) | |
tree | 9748506c8384c9cb2e8733e3d41654dee8b22165 /sim/arm | |
parent | 935cd0dd9db50e9c72f93320a25cbe6e28d621be (diff) | |
download | gdb-5cb74cfef58d8122b3ec19c7b11e2e7e5398595b.zip gdb-5cb74cfef58d8122b3ec19c7b11e2e7e5398595b.tar.gz gdb-5cb74cfef58d8122b3ec19c7b11e2e7e5398595b.tar.bz2 |
* armos.c (ARMul_OSHandleSWI): New version to work with
newlib simply.
Diffstat (limited to 'sim/arm')
-rw-r--r-- | sim/arm/README.Cygnus | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/arm/README.Cygnus b/sim/arm/README.Cygnus index 14dd5b4..adfb766 100644 --- a/sim/arm/README.Cygnus +++ b/sim/arm/README.Cygnus @@ -15,8 +15,8 @@ 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 understand our fcntl flags -and made it possible to set breakpoints simply) +(Except that I changed armos.c to work more simply with our +simulator rigs) Steve |