* hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Remove

message.
This commit is contained in:
Steve Ellcey 2006-05-10 20:30:02 +00:00
parent 16d1a08426
commit ba906c0813
2 changed files with 7 additions and 2 deletions

View 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.

View 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--;