* hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Remove
authorSteve Ellcey <sje@cup.hp.com>
Wed, 10 May 2006 20:30:02 +0000 (20:30 +0000)
committerSteve Ellcey <sje@cup.hp.com>
Wed, 10 May 2006 20:30:02 +0000 (20:30 +0000)
message.

gdb/ChangeLog
gdb/hppa-hpux-tdep.c

index d1981d855912f1b97ed52c6551a5fb93492f0b98..de0ccf23dffe4e38e9b8ae3f422122a826be16f0 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-10  Steve Ellcey  <sje@cup.hp.com>
+
+       * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Remove
+       message.
+
 2006-05-09  Andreas Schwab  <schwab@suse.de>
 
        * dwarf2-frame.c (struct dwarf2_fde): Add eh_frame_p.
index 7eba12344ad049bc41d6e5320f2bd3bda3d82426..b434584b157a00a9dd291484efdaf9aa9d794224 100644 (file)
@@ -865,14 +865,14 @@ GDB will be unable to intercept exception events."),
            does the equivalent of shl_findsym()) to find the plabel.  */
 
         args_for_find_stub args;
-        static char message[] = _("Error while finding exception callback hook:\n");
 
         args.solib_handle = gdbarch_tdep (current_gdbarch)->solib_get_solib_by_pc (eh_notify_callback_addr);
         args.msym = msym;
         args.return_val = 0;
 
         recurse++;
-        catch_errors (cover_find_stub_with_shl_get, &args, message,
+        catch_errors (cover_find_stub_with_shl_get, &args,
+                     _("Error while finding exception callback hook:\n"),
                      RETURN_MASK_ALL);
         eh_notify_callback_addr = args.return_val;
         recurse--;
This page took 0.029809 seconds and 4 git commands to generate.