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 | 8b9b39f44acae15c55a487460d779a7068c27bb4 (patch) | |
tree | c0e53a305bba8980a5fcf72fb6296a59e968b0e2 /sim/ChangeLog | |
parent | 9d29849ad8657f07cf5b1b4cb680630fcf5f3efa (diff) | |
download | fsf-binutils-gdb-8b9b39f44acae15c55a487460d779a7068c27bb4.zip fsf-binutils-gdb-8b9b39f44acae15c55a487460d779a7068c27bb4.tar.gz fsf-binutils-gdb-8b9b39f44acae15c55a487460d779a7068c27bb4.tar.bz2 |
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 e552e10..4ebe61e 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, |