*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / solib-svr4.h
index 98a14fa2dae0fdc485b92a062486253ca25a4b69..f27bde8e928128593d49ec78d772c7f42696d921 100644 (file)
@@ -1,6 +1,7 @@
 /* Handle shared libraries for GDB, the GNU Debugger.
 
-   Copyright (C) 2000, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2004, 2006, 2007, 2008, 2009, 2010
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -37,6 +38,9 @@ struct link_map_offsets
     /* Offset of r_debug.r_map.  */
     int r_map_offset;
 
+    /* Offset of r_debug.r_brk.  */
+    int r_brk_offset;
+
     /* Offset of r_debug.r_ldsomap.  */
     int r_ldsomap_offset;
 
This page took 0.025823 seconds and 4 git commands to generate.