diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2009-01-03 20:25:48 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2009-01-03 20:25:48 +0000 |
commit | e56b67eda787f2b925d1ca916e7bfc437bc4fc45 (patch) | |
tree | 92825c9b87d72331500a986347b7dc8444b84a23 /sim/ChangeLog | |
parent | 7a9d7282f3807cc8bcf3afbdcb3271377ad3780f (diff) | |
download | gdb-e56b67eda787f2b925d1ca916e7bfc437bc4fc45.zip gdb-e56b67eda787f2b925d1ca916e7bfc437bc4fc45.tar.gz gdb-e56b67eda787f2b925d1ca916e7bfc437bc4fc45.tar.bz2 |
* cris/traps.c (TARGET_SYS_exit_group): Define.
(cris_break_13_handler): Handle it like the exit for the last
thread.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 553d3bd..100adb9 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,5 +1,9 @@ 2009-01-03 Hans-Peter Nilsson <hp@axis.com> + * cris/traps.c (TARGET_SYS_exit_group): Define. + (cris_break_13_handler): Handle it like the exit for the last + thread. + * 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 |