diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2009-01-03 21:00:48 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2009-01-03 21:00:48 +0000 |
commit | ddf2c97233d9d3415e6ccac3256d08bc7aedba48 (patch) | |
tree | 16754062c4d48c1886942d661cf553d9199207ee /sim/ChangeLog | |
parent | 2e1566c6dacb9e40d35df48b487364e6911f088e (diff) | |
download | gdb-ddf2c97233d9d3415e6ccac3256d08bc7aedba48.zip gdb-ddf2c97233d9d3415e6ccac3256d08bc7aedba48.tar.gz gdb-ddf2c97233d9d3415e6ccac3256d08bc7aedba48.tar.bz2 |
* cris/sim-main.h (struct _sim_cpu): New member
set_target_thread_data.
* cris/crisv32f.c (CRIS_TLS_REGISTER): Define.
* cris/crisv10f.c: Ditto.
* cris/cris-tmpl.c (MY (set_target_thread_data)): New function.
(MY (f_specific_init)): Set new _sim_cpu member to new function.
* cris/traps.c (TARGET_SYS_set_thread_area): Define.
(cris_break_13_handler) <case TARGET_SYS_set_thread_area>: New
case.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 100adb9..067d2ec 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,5 +1,15 @@ 2009-01-03 Hans-Peter Nilsson <hp@axis.com> + * cris/sim-main.h (struct _sim_cpu): New member + set_target_thread_data. + * cris/crisv32f.c (CRIS_TLS_REGISTER): Define. + * cris/crisv10f.c: Ditto. + * cris/cris-tmpl.c (MY (set_target_thread_data)): New function. + (MY (f_specific_init)): Set new _sim_cpu member to new function. + * cris/traps.c (TARGET_SYS_set_thread_area): Define. + (cris_break_13_handler) <case TARGET_SYS_set_thread_area>: New + case. + * cris/traps.c (TARGET_SYS_exit_group): Define. (cris_break_13_handler): Handle it like the exit for the last thread. |