diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-06-29 00:54:00 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-06-29 00:54:00 +0000 |
commit | 945cbadaf605d316ed26beb47eae7d80dd5ac305 (patch) | |
tree | 329dd25df0585b56c67d424d289ab91d4c9e4318 /sim/common | |
parent | 5b31ed69f4be287f4390d04481fafb2253e1a04f (diff) | |
download | gdb-945cbadaf605d316ed26beb47eae7d80dd5ac305.tar.gz |
Index: mn10200/ChangeLog
2004-06-28 Andrew Cagney <cagney@gnu.org>
* interp.c: Rename ui_loop_hook to deprecated_ui_loop_hook.
Index: d10v/ChangeLog
2004-06-28 Andrew Cagney <cagney@gnu.org>
* interp.c (sim_resume): Rename ui_loop_hook to
deprecated_ui_loop_hook.
Index: arm/ChangeLog
2004-06-28 Andrew Cagney <cagney@gnu.org>
* armemu.c: Rename ui_loop_hook to deprecated_ui_loop_hook.
Index: common/ChangeLog
2004-06-28 Andrew Cagney <cagney@gnu.org>
* run.c: Rename ui_loop_hook to deprecated_ui_loop_hook.
Diffstat (limited to 'sim/common')
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/run.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index b4d3d2a00b6..247ac577da4 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2004-06-28 Andrew Cagney <cagney@gnu.org> + + * run.c: Rename ui_loop_hook to deprecated_ui_loop_hook. + 2004-06-27 J"orn Rennecke <joern.rennecke@superh.com> * callback.c (os_shutdown): Fix bug in last change: actually diff --git a/sim/common/run.c b/sim/common/run.c index f727bb19f41..a88e404a581 100644 --- a/sim/common/run.c +++ b/sim/common/run.c @@ -63,7 +63,7 @@ extern int getopt (); #ifdef NEED_UI_LOOP_HOOK /* Gdb foolery. This is only needed for gdb using a gui. */ -int (*ui_loop_hook) PARAMS ((int signo)); +int (*deprecated_ui_loop_hook) PARAMS ((int signo)); #endif static SIM_DESC sd; |