You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
513 B
14 lines
513 B
diff -u -r ../gdb-7.11.1/gdb/amd64-linux-nat.c ./gdb/amd64-linux-nat.c
|
|
--- ../gdb-7.11.1/gdb/amd64-linux-nat.c 2016-02-09 22:19:39.000000000 -0500
|
|
+++ ./gdb/amd64-linux-nat.c 2016-06-17 17:06:35.515474250 -0400
|
|
@@ -272,8 +272,10 @@
|
|
#endif
|
|
/* FIXME: ezannoni-2003-07-09 see comment above about include
|
|
file order. We could be getting bogus values for these two. */
|
|
+#ifndef __ANDROID__
|
|
gdb_assert (FS < ELF_NGREG);
|
|
gdb_assert (GS < ELF_NGREG);
|
|
+#endif
|
|
switch (idx)
|
|
{
|
|
case FS:
|
|
|