diff options
author | Steve Ellcey <sje@cup.hp.com> | 2006-05-10 20:30:02 +0000 |
---|---|---|
committer | Steve Ellcey <sje@cup.hp.com> | 2006-05-10 20:30:02 +0000 |
commit | ba906c0813583881069080b59509cab958c46cab (patch) | |
tree | a6b4217e6d1f38e97793f1b7006fc0d52063dd35 /gdb | |
parent | 16d1a0842631524b0c32fc5bb9bbd27c17f05f18 (diff) | |
download | gdb-ba906c0813583881069080b59509cab958c46cab.zip gdb-ba906c0813583881069080b59509cab958c46cab.tar.gz gdb-ba906c0813583881069080b59509cab958c46cab.tar.bz2 |
* hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Remove
message.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/hppa-hpux-tdep.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d1981d8..de0ccf2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/hppa-hpux-tdep.c b/gdb/hppa-hpux-tdep.c index 7eba123..b434584 100644 --- a/gdb/hppa-hpux-tdep.c +++ b/gdb/hppa-hpux-tdep.c @@ -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--; |