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

Unified Diff: gdb/rs6000-aix-tdep.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/rl78-tdep.c ('k') | gdb/rs6000-aix-tdep.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/rs6000-aix-tdep.h
diff --git a/gdb/config/i386/nm-fbsd.h b/gdb/rs6000-aix-tdep.h
similarity index 67%
copy from gdb/config/i386/nm-fbsd.h
copy to gdb/rs6000-aix-tdep.h
index be1a67218885bac4657a8eeead90124567f6f288..07c37f54d87de12771f0d3eb7c84fc658f396b78 100644
--- a/gdb/config/i386/nm-fbsd.h
+++ b/gdb/rs6000-aix-tdep.h
@@ -1,7 +1,4 @@
-/* Native-dependent definitions for FreeBSD/i386.
-
- Copyright 1986-1987, 1989, 1992, 1994, 1996-1997, 2000-2001,
- 2004-2005, 2007-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2013 Free Software Foundation, Inc.
This file is part of GDB.
@@ -18,11 +15,14 @@
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 NM_FBSD_H
-#define NM_FBSD_H
+#ifndef RS6000_AIX_TDEP_H
+#define RS6000_AIX_TDEP_H
-#ifdef HAVE_SYS_PARAM_H
-#include <sys/param.h>
-#endif
+extern LONGEST rs6000_aix_ld_info_to_xml (struct gdbarch *gdbarch,
+ const gdb_byte *ldi_buf,
+ gdb_byte *readbuf,
+ ULONGEST offset,
+ LONGEST len,
+ int close_ldinfo_fd);
-#endif /* nm-fbsd.h */
+#endif /* RS6000_AIX_TDEP_H */
« no previous file with comments | « gdb/rl78-tdep.c ('k') | gdb/rs6000-aix-tdep.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698