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

Unified Diff: opcodes/epiphany-desc.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 | « opcodes/epiphany-desc.h ('k') | opcodes/epiphany-opc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: opcodes/epiphany-desc.c
diff --git a/opcodes/epiphany-desc.c b/opcodes/epiphany-desc.c
index 271f8a78a741e7dfdb7e9df5137061d81ea02175..973b2146fbfa894202f677d251f0180b71e68382 100644
--- a/opcodes/epiphany-desc.c
+++ b/opcodes/epiphany-desc.c
@@ -131,10 +131,7 @@ static const CGEN_MACH epiphany_cgen_mach_table[] = {
static CGEN_KEYWORD_ENTRY epiphany_cgen_opval_gr_names_entries[] =
{
- { "sb", 9, {0, {{{0, 0}}}}, 0, 0 },
- { "sl", 10, {0, {{{0, 0}}}}, 0, 0 },
{ "fp", 11, {0, {{{0, 0}}}}, 0, 0 },
- { "ip", 12, {0, {{{0, 0}}}}, 0, 0 },
{ "sp", 13, {0, {{{0, 0}}}}, 0, 0 },
{ "lr", 14, {0, {{{0, 0}}}}, 0, 0 },
{ "r0", 0, {0, {{{0, 0}}}}, 0, 0 },
@@ -212,7 +209,10 @@ static CGEN_KEYWORD_ENTRY epiphany_cgen_opval_gr_names_entries[] =
{ "v5", 8, {0, {{{0, 0}}}}, 0, 0 },
{ "v6", 9, {0, {{{0, 0}}}}, 0, 0 },
{ "v7", 10, {0, {{{0, 0}}}}, 0, 0 },
- { "v8", 11, {0, {{{0, 0}}}}, 0, 0 }
+ { "v8", 11, {0, {{{0, 0}}}}, 0, 0 },
+ { "sb", 9, {0, {{{0, 0}}}}, 0, 0 },
+ { "sl", 10, {0, {{{0, 0}}}}, 0, 0 },
+ { "ip", 12, {0, {{{0, 0}}}}, 0, 0 }
};
CGEN_KEYWORD epiphany_cgen_opval_gr_names =
« no previous file with comments | « opcodes/epiphany-desc.h ('k') | opcodes/epiphany-opc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698