diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-05-12 03:18:34 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-05-12 03:18:34 +0000 |
commit | 1faa59a8b2fde88710f2f0f9f2c2fde195e4b003 (patch) | |
tree | 91f24293868485557415ebdcdfdb22b6a6ce7dae /gdb/hppa-tdep.c | |
parent | 5d6640b1ba2ab26852d921f86ce42f03b29c7173 (diff) | |
download | gdb-1faa59a8b2fde88710f2f0f9f2c2fde195e4b003.zip gdb-1faa59a8b2fde88710f2f0f9f2c2fde195e4b003.tar.gz 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.c | 2 |
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; |