Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(747)

Unified Diff: gdb/solib-aix.h

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/solib.c ('k') | gdb/solib-aix.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/solib-aix.h
diff --git a/gdb/ia64-hpux-tdep.h b/gdb/solib-aix.h
similarity index 78%
copy from gdb/ia64-hpux-tdep.h
copy to gdb/solib-aix.h
index 15b4f28c9423845bd74d2f5159e29ddec534e187..a5c39b0eaa9c5f59cdfbb6f7651ce3049d9d27c1 100644
--- a/gdb/ia64-hpux-tdep.h
+++ b/gdb/solib-aix.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2013 Free Software Foundation, Inc.
This file is part of GDB.
@@ -15,10 +15,12 @@
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 IA64_HPUX_TDEP_H
-#define IA64_HPUX_TDEP_H
+#ifndef SOLIB_AIX_H
+#define SOLIB_AIX_H
struct target_so_ops;
-extern struct target_so_ops *ia64_hpux_so_ops;
+extern struct target_so_ops solib_aix_so_ops;
+
+extern CORE_ADDR solib_aix_get_toc_value (CORE_ADDR pc);
#endif
« no previous file with comments | « gdb/solib.c ('k') | gdb/solib-aix.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698