diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-11-20 14:52:36 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2005-11-20 14:52:36 +0000 |
commit | d598b1f9257fce277a1aa4223504c33062734be4 (patch) | |
tree | 6bed7328e3f3db11215a74d590b080d4c189f0cd /sim/ChangeLog | |
parent | ed1c0f4b9050c77e01fb6265f31ef240863323db (diff) | |
download | gdb-d598b1f9257fce277a1aa4223504c33062734be4.tar.gz |
cris/traps.c (TARGET_O_RDONLY, TARGET_O_WRONLY): Define.
(open_map): Use TARGET_O_ACCMODE, TARGET_O_RDONLY and
TARGET_O_WRONLY.
(cris_break_13_handler) <case TARGET_SYS_fcntl>: Add support for
F_GETFL on fd 0, 1 and 2.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index e552e10aaaf..4ebe61efcc0 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,11 @@ +2005-11-20 Hans-Peter Nilsson <hp@axis.com> + + cris/traps.c (TARGET_O_RDONLY, TARGET_O_WRONLY): Define. + (open_map): Use TARGET_O_ACCMODE, TARGET_O_RDONLY and + TARGET_O_WRONLY. + (cris_break_13_handler) <case TARGET_SYS_fcntl>: Add support for + F_GETFL on fd 0, 1 and 2. + 2005-11-17 Hans-Peter Nilsson <hp@axis.com> * cris/sim-main.h (struct _sim_cpu): New members last_syscall, |