OSDN Git Service

2004-12-13 Randolph Chung <tausq@debian.org>
authortausq <tausq>
Mon, 13 Dec 2004 08:47:07 +0000 (08:47 +0000)
committertausq <tausq>
Mon, 13 Dec 2004 08:47:07 +0000 (08:47 +0000)
* hppa-hpux-tdep.c (internalize_hp_cxx_exception_support): Call
solib_get_solib_by_pc method through target vector.
(hppa_hpux_som_find_global_pointer): Call solib_get_got_by_pc
method through target vector.

gdb/hppa-hpux-tdep.c

index 4f16bb1..24d2be0 100644 (file)
@@ -1248,7 +1248,7 @@ hppa_hpux_som_find_global_pointer (struct value *function)
        return extract_unsigned_integer (buf, sizeof (buf));
     }
 
-  return som_solib_get_got_by_pc (faddr);
+  return gdbarch_tdep (current_gdbarch)->solib_get_got_by_pc (faddr);
 }
 
 static CORE_ADDR