diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2009-01-03 19:58:11 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2009-01-03 19:58:11 +0000 |
commit | ffc67e7a94d475d4c52370915a89b16cf9423ac2 (patch) | |
tree | b54be4a76797eb58fce77bfed6fbdc90ff94b0e6 /sim/ChangeLog | |
parent | 91aabc8dd2b80c5185789d4746c2c040ac9c9237 (diff) | |
download | gdb-ffc67e7a94d475d4c52370915a89b16cf9423ac2.zip gdb-ffc67e7a94d475d4c52370915a89b16cf9423ac2.tar.gz gdb-ffc67e7a94d475d4c52370915a89b16cf9423ac2.tar.bz2 |
* cris/traps.c (TARGET_UTSNAME): Update to 2009-01-01.
(TARGET_EPOCH): Update to match TARGET_UTSNAME. Correct comment.
(cris_break_13_handler) <case TARGET_SYS_uname>: Update to
2.6.27. Set machine field to the BFD printable name of the
machine.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 1a44d01..553d3bd 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,7 +1,14 @@ 2009-01-03 Hans-Peter Nilsson <hp@axis.com> + * cris/traps.c (TARGET_UTSNAME): Update to 2009-01-01. + (TARGET_EPOCH): Update to match TARGET_UTSNAME. Correct comment. + (cris_break_13_handler) <case TARGET_SYS_uname>: Update to + 2.6.27. Set machine field to the BFD printable name of the + machine. + * cris/traps.c (TARGET_MAP_DENYWRITE): Define. - <case TARGET_SYS_mmap2>: Handle TARGET_MAP_DENYWRITE. + (cris_break_13_handler) <case TARGET_SYS_mmap2>: Handle + TARGET_MAP_DENYWRITE. * cris/traps.c (TARGET_SYS_access, TARGET_R_OK, TARGET_W_OK) (TARGET_X_OK, TARGET_F_OK): Define. |