* varobj.c (install_new_value): Only call value_get_print_value
[deliverable/binutils-gdb.git] / gdb / solib-svr4.h
index ae2740e0de7b7cf1ac26fbc80d50146c0f8a6f3b..69c680b8a03b002f3766368938f8e7f986ad354c 100644 (file)
@@ -1,7 +1,6 @@
 /* Handle shared libraries for GDB, the GNU Debugger.
 
-   Copyright (C) 2000, 2004, 2006
-   Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006, 2007 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -50,6 +49,12 @@ struct link_map_offsets
     /* Size of l_addr field in struct link_map.  */
     int l_addr_size;
 
+    /* Offset to l_ld field in struct link_map.  */
+    int l_ld_offset;
+
+    /* Size of l_ld field in struct link_map.  */
+    int l_ld_size;
+
     /* Offset to l_next field in struct link_map.  */
     int l_next_offset;
 
This page took 0.023763 seconds and 4 git commands to generate.