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

Unified Diff: gdb/rs6000-nat.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 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/rs6000-aix-tdep.c ('k') | gdb/rs6000-tdep.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/rs6000-nat.c
diff --git a/gdb/rs6000-nat.c b/gdb/rs6000-nat.c
index 31ef64a9059ac8ae718dadf1d854e792901d8a23..0a2000abc7e2f662da3164fa36c7551e626a9cb1 100644
--- a/gdb/rs6000-nat.c
+++ b/gdb/rs6000-nat.c
@@ -31,6 +31,7 @@
#include "gdb-stabs.h"
#include "regcache.h"
#include "arch-utils.h"
+#include "inf-child.h"
#include "inf-ptrace.h"
#include "ppc-tdep.h"
#include "rs6000-tdep.h"
@@ -550,7 +551,7 @@ rs6000_wait (struct target_ops *ops,
/* Claim it exited with unknown signal. */
ourstatus->kind = TARGET_WAITKIND_SIGNALLED;
- ourstatus->value.sig = TARGET_SIGNAL_UNKNOWN;
+ ourstatus->value.sig = GDB_SIGNAL_UNKNOWN;
return inferior_ptid;
}
@@ -1214,6 +1215,8 @@ find_toc_address (CORE_ADDR pc)
}
+void _initialize_rs6000_nat (void);
+
void
_initialize_rs6000_nat (void)
{
« no previous file with comments | « gdb/rs6000-aix-tdep.c ('k') | gdb/rs6000-tdep.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698