diff options
author | Mark Mitchell <mark@codesourcery.com> | 2003-12-29 19:52:57 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2003-12-29 19:52:57 +0000 |
commit | a4c9740c82bfcf0b16490f5b7b3597b97dc31145 (patch) | |
tree | e35ae78ab0c66e97ec299077c2ba3c7c009672d4 /sim/arm/ChangeLog | |
parent | 7de9afa22452a27ef067deec76d3010b736d3488 (diff) | |
download | gdb-a4c9740c82bfcf0b16490f5b7b3597b97dc31145.zip gdb-a4c9740c82bfcf0b16490f5b7b3597b97dc31145.tar.gz gdb-a4c9740c82bfcf0b16490f5b7b3597b97dc31145.tar.bz2 |
* armos.c (fcntl.h): Do not include it.
(O_RDONLY): Do not define.
(O_WRONLY): Likewise.
(O_RDWR): Likewise.
(targ-vals.h): Include it.
(translate_open_mode): Use TARGET_O_* instead of O_*.
(SWIopen): Likewise.
* Makefile.in (armos.o): Depend on targ-vals.h.
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r-- | sim/arm/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index a3cd7f2..6447e21 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,14 @@ +2003-12-29 Mark Mitchell <mark@codesourcery.com> + + * armos.c (fcntl.h): Do not include it. + (O_RDONLY): Do not define. + (O_WRONLY): Likewise. + (O_RDWR): Likewise. + (targ-vals.h): Include it. + (translate_open_mode): Use TARGET_O_* instead of O_*. + (SWIopen): Likewise. + * Makefile.in (armos.o): Depend on targ-vals.h. + 2003-04-13 Nick Clifton <nickc@redhat.com> * armvirt.c (GetWord): Only call XScale_check_memacc if in XScale |