aboutsummaryrefslogtreecommitdiff
path: root/gdb/hppa-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-05-12 03:18:34 +0000
committerAndrew Cagney <cagney@redhat.com>2001-05-12 03:18:34 +0000
commit1faa59a8b2fde88710f2f0f9f2c2fde195e4b003 (patch)
tree91f24293868485557415ebdcdfdb22b6a6ce7dae /gdb/hppa-tdep.c
parent5d6640b1ba2ab26852d921f86ce42f03b29c7173 (diff)
downloadfsf-binutils-gdb-1faa59a8b2fde88710f2f0f9f2c2fde195e4b003.zip
fsf-binutils-gdb-1faa59a8b2fde88710f2f0f9f2c2fde195e4b003.tar.gz
fsf-binutils-gdb-1faa59a8b2fde88710f2f0f9f2c2fde195e4b003.tar.bz2
Tweeks from RDBrown to fix compiling on HP/UX using HP's compiler.
Diffstat (limited to 'gdb/hppa-tdep.c')
-rw-r--r--gdb/hppa-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/hppa-tdep.c b/gdb/hppa-tdep.c
index d6fa71c..072b0a4 100644
--- a/gdb/hppa-tdep.c
+++ b/gdb/hppa-tdep.c
@@ -4250,7 +4250,7 @@ initialize_hp_cxx_exception_support (void)
if (!eh_notify_callback_addr)
{
/* We can get here either if there is no plabel in the export list
- for the main image, or if something strange happened (??) */
+ for the main image, or if something strange happened (?) */
warning ("Couldn't find a plabel (indirect function label) for the exception callback.");
warning ("GDB will not be able to intercept exception events.");
return 0;