OSDN Git Service

2004-03-11 Andrew Cagney <cagney@redhat.com>
authorcagney <cagney>
Thu, 11 Mar 2004 23:51:57 +0000 (23:51 +0000)
committercagney <cagney>
Thu, 11 Mar 2004 23:51:57 +0000 (23:51 +0000)
* solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.

gdb/ChangeLog
gdb/solib-svr4.h

index be7fc14..2ea9b61 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-11  Andrew Cagney  <cagney@redhat.com>
+
+       * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
+
 2004-03-11  Kevin Buettner  <kevinb@redhat.com>
 
        * solist.h (master_so_list): New function.
index d76c7f5..5dc13c6 100644 (file)
@@ -20,6 +20,9 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#ifndef SOLIB_SVR4
+#define SOLIB_SVR4
+
 struct objfile;
 
 /* Critical offsets and sizes which describe struct r_debug and
@@ -88,3 +91,5 @@ extern struct link_map_offsets *(*legacy_svr4_fetch_link_map_offsets_hook)(void)
    for ILP32 and LP64 SVR4 systems.  */
 extern struct link_map_offsets *svr4_ilp32_fetch_link_map_offsets (void);
 extern struct link_map_offsets *svr4_lp64_fetch_link_map_offsets (void);
+
+#endif