summaryrefslogtreecommitdiff
path: root/gdb/solib-irix.h
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-10-24 21:15:35 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-10-24 21:15:35 +0000
commit12f7821571e158bb6f0ba221c22b0910bad53c46 (patch)
tree8d7c5ade2b1b95c7c1ae5d06867710eff2da8e53 /gdb/solib-irix.h
parente5b96c517fa3ff6b6efdd52aedf92266500c53f0 (diff)
downloadgdb-12f7821571e158bb6f0ba221c22b0910bad53c46.tar.gz
* mips-irix-tdep.c: Include "gdb_string.h", "solib.h", "solib-irix.h".
(mips_irix_init_abi): Call set_solib_ops. * solib-irix.c: Include "solib.h" and "solib-irix.h". (irix_so_ops): Make global. (_initialize_irix_solib): Do not set current_target_so_ops. * solib-irix.h: New file. * Makefile.in: Update dependencies.
Diffstat (limited to 'gdb/solib-irix.h')
-rw-r--r--gdb/solib-irix.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/gdb/solib-irix.h b/gdb/solib-irix.h
new file mode 100644
index 00000000000..5fe8014b657
--- /dev/null
+++ b/gdb/solib-irix.h
@@ -0,0 +1,26 @@
+/* Handle shared libraries for GDB, the GNU Debugger.
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+
+ This file is part of GDB.
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
+
+#ifndef SOLIB_IRIX_H
+#define SOLIB_IRIX_H
+
+struct target_so_ops;
+extern struct target_so_ops irix_so_ops;
+
+#endif /* solib-irix.h */