summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2007-11-15 06:24:17 +0000
committerVladimir Prus <vladimir@codesourcery.com>2007-11-15 06:24:17 +0000
commitdb1fabac80618e32bfdb3843a9a6ed7facee7193 (patch)
treed8377e2542a419fc89fca005fe578c54f0fe6ce5 /ChangeLog
parentaf054db39b15464b69614cfc7a8a4c4629fd95e7 (diff)
downloadcygnal-db1fabac80618e32bfdb3843a9a6ed7facee7193.tar.gz
cygnal-db1fabac80618e32bfdb3843a9a6ed7facee7193.tar.bz2
cygnal-db1fabac80618e32bfdb3843a9a6ed7facee7193.zip
Remove 'run_cleanup'.
* defs.h (do_run_cleanups, make_run_cleanup): Remove declarations. * infcmd.c (run_command_1): Call clear_solib instead of do_run_cleanups. * jv-lang.c (java_rerun_cleanup): Remove, for lack of any use. * solib.c (solib_cleanup_queued, do_clear_solib): Remove. (update_solib_lib): Don't setup run cleanup. (no_shared_libraries): Call clear_solib, not do_clear_solib. * utils.c (run_cleanup_chain, make_run_cleanup) (do_run_cleanups): Remove.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4eff217f5..69d95cbb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
+ Remove 'run_cleanup'.
+ * defs.h (do_run_cleanups, make_run_cleanup): Remove
+ declarations.
+ * infcmd.c (run_command_1): Call clear_solib instead
+ of do_run_cleanups.
+ * jv-lang.c (java_rerun_cleanup): Remove, for lack of
+ any use.
+ * solib.c (solib_cleanup_queued, do_clear_solib): Remove.
+ (update_solib_lib): Don't setup run cleanup.
+ (no_shared_libraries): Call clear_solib, not do_clear_solib.
+ * utils.c (run_cleanup_chain, make_run_cleanup)
+ (do_run_cleanups): Remove.
+
+2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
+
Remove CLEAR_SOLIB use.
* corelow.c (core_close): Don't check for CLEAR_SOLIB.
* infcmd.c (attach_command): Likewise.