2004-12-13 Randolph Chung <tausq@debian.org>
authorRandolph Chung <tausq@debian.org>
Mon, 13 Dec 2004 08:43:17 +0000 (08:43 +0000)
committerRandolph Chung <tausq@debian.org>
Mon, 13 Dec 2004 08:43:17 +0000 (08:43 +0000)
* hppa-hpux-tdep.c (internalize_hp_cxx_exception_support): Call
solib_get_solib_by_pc method through target vector.

gdb/ChangeLog
gdb/hppa-hpux-tdep.c

index f430acda7b6dd803058f2a158d8838aba6339514..4d8cc525643c2d6dca320f8a03be38ba22b6de24 100644 (file)
@@ -1,3 +1,8 @@
+2004-12-13  Randolph Chung  <tausq@debian.org>
+
+       * hppa-hpux-tdep.c (internalize_hp_cxx_exception_support): Call
+       solib_get_solib_by_pc method through target vector.
+
 2004-12-13  Joel Brobecker  <brobecker@gnat.com>
 
        * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Change
index a44e9237109d51d1a3af3fc53ebf182e93dca551..4f16bb1ac86218f8c94c8de45b6b41d1888cfe37 100644 (file)
@@ -822,7 +822,7 @@ initialize_hp_cxx_exception_support (void)
       args_for_find_stub args;
       static char message[] = "Error while finding exception callback hook:\n";
 
-      args.solib_handle = som_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.return_val = 0;
 
This page took 0.030519 seconds and 4 git commands to generate.