Fix build error in sol-thread.c:info_cb
[deliverable/binutils-gdb.git] / gdb / solib-ia64-hpux.c
index f349c4c8674590a3bff55dfcdfe4490b660e14ac..67085d7db4fd6af39ae56380533594c3542aec3d 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2010-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -396,7 +396,7 @@ ia64_hpux_clear_solib (void)
 static CORE_ADDR
 ia64_hpux_get_load_info_addr (void)
 {
-  struct type *data_ptr_type = builtin_type (target_gdbarch)->builtin_data_ptr;
+  struct type *data_ptr_type = builtin_type (target_gdbarch ())->builtin_data_ptr;
   CORE_ADDR addr;
   int status;
 
This page took 0.024091 seconds and 4 git commands to generate.