* hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Remove
message.
This commit is contained in:
parent
16d1a08426
commit
ba906c0813
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
2006-05-09 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* dwarf2-frame.c (struct dwarf2_fde): Add eh_frame_p.
|
* dwarf2-frame.c (struct dwarf2_fde): Add eh_frame_p.
|
||||||
|
|
|
@ -865,14 +865,14 @@ GDB will be unable to intercept exception events."),
|
||||||
does the equivalent of shl_findsym()) to find the plabel. */
|
does the equivalent of shl_findsym()) to find the plabel. */
|
||||||
|
|
||||||
args_for_find_stub args;
|
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.solib_handle = gdbarch_tdep (current_gdbarch)->solib_get_solib_by_pc (eh_notify_callback_addr);
|
||||||
args.msym = msym;
|
args.msym = msym;
|
||||||
args.return_val = 0;
|
args.return_val = 0;
|
||||||
|
|
||||||
recurse++;
|
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);
|
RETURN_MASK_ALL);
|
||||||
eh_notify_callback_addr = args.return_val;
|
eh_notify_callback_addr = args.return_val;
|
||||||
recurse--;
|
recurse--;
|
||||||
|
|
Loading…
Reference in a new issue