2005-02-08 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 637ac3e6a06906219a584bd761f7c0fb78f36624..0d49be8c870a61179e01e3cfa25bd409fe53bf27 100644 (file)
@@ -1,5 +1,21 @@
 2005-02-08  Andrew Cagney  <cagney@gnu.org>
 
+       * exceptions.c: Do not include <setjmp.h>.
+       (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Delete macros.
+       (catch_exception, catch_exceptions_with_msg, catch_errors) 
+       (catch_command_errors): Use TRY_CATCH.
+       (struct catcher): Use EXCEPTIONS_SIGJMP_BUF.
+       (exceptions_state_mc_init): Rename catcher_init.
+       (exceptions_state_mc): Rename catcher_state_machine.
+       (exceptions_state_mc_action_iter)
+       (exceptions_state_mc_action_iter_1): New functions.
+       * exceptions.h: Include <setjmp.h>.
+       (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP) 
+       (EXCEPTIONS_SIGLONGJMP): Define.
+       (exceptions_state_mc_init, exceptions_state_mc_action_iter)
+       (exceptions_state_mc_action_iter_1): Declare.
+       (TRY_CATCH): Define.
+
        * ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
        no longer needed.
 
This page took 0.028365 seconds and 4 git commands to generate.