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

Unified Diff: gdb/irix5-nat.c

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/iq2000-tdep.c ('k') | gdb/jit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/irix5-nat.c
diff --git a/gdb/irix5-nat.c b/gdb/irix5-nat.c
index 8745f22c05a7b759dcf0832c8ff9b99fe6581d4f..0d0fbf9d5e5ef93a41745b197f2998df7d5c9b16 100644
--- a/gdb/irix5-nat.c
+++ b/gdb/irix5-nat.c
@@ -1,7 +1,6 @@
/* Native support for the SGI Iris running IRIX version 5, for GDB.
- Copyright (C) 1988-1996, 1998-2002, 2004, 2006-2012 Free Software
- Foundation, Inc.
+ Copyright (C) 1988-2013 Free Software Foundation, Inc.
Contributed by Alessandro Forin(af@cs.cmu.edu) at CMU
and by Per Bothner(bothner@cs.wisc.edu) at U.Wisconsin.
@@ -30,7 +29,7 @@
#include "regcache.h"
#include "procfs.h"
-#include "gdb_string.h"
+#include <string.h>
#include <sys/time.h>
#include <sys/procfs.h>
#include <setjmp.h> /* For JB_XXX. */
« no previous file with comments | « gdb/iq2000-tdep.c ('k') | gdb/jit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698