Fix build error in sol-thread.c:info_cb
[deliverable/binutils-gdb.git] / gdb / solib-som.h
index 40d7f475f27068630693682c731eb19e1b17b1b5..0edb384468861eb152d973ded687bfdd21ab6795 100644 (file)
@@ -1,6 +1,6 @@
 /* Handle SOM shared libraries for GDB, the GNU Debugger.
 
-   Copyright (C) 2004, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2004-2013 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 
 struct objfile;
 struct section_offsets;
-struct gdbarch_tdep;
+struct gdbarch;
 
-void som_solib_select (struct gdbarch_tdep *tdep);
+extern int hpux_major_release;
+
+void som_solib_select (struct gdbarch *gdbarch);
 
 int som_solib_section_offsets (struct objfile *objfile,
                               struct section_offsets *offsets);
This page took 0.023934 seconds and 4 git commands to generate.