]> sourceware.org Git - newlib-cygwin.git/commitdiff
Remove 'run_cleanup'.
authorVladimir Prus <vladimir@codesourcery.com>
Thu, 15 Nov 2007 06:24:17 +0000 (06:24 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Thu, 15 Nov 2007 06:24:17 +0000 (06:24 +0000)
* 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.

ChangeLog

index 4eff217f53dcd1865d36efcfeface271b3ec6cab..69d95cbb0028459d660ae4b7118d5aba35036625 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+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.
This page took 0.044034 seconds and 5 git commands to generate.