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

Side by Side Diff: opcodes/frv-asm.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 unified diff | Download patch
« no previous file with comments | « opcodes/disassemble.c ('k') | opcodes/h8500-dis.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
None
OLDNEW
1 /* Assembler interface for targets using CGEN. -*- C -*- 1 /* Assembler interface for targets using CGEN. -*- C -*-
2 CGEN: Cpu tools GENerator 2 CGEN: Cpu tools GENerator
3 3
4 THIS FILE IS MACHINE GENERATED WITH CGEN. 4 THIS FILE IS MACHINE GENERATED WITH CGEN.
5 - the resultant file is machine generated, cgen-asm.in isn't 5 - the resultant file is machine generated, cgen-asm.in isn't
6 6
7 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2005, 2007, 2008, 2010 7 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2005, 2007, 2008, 2010
8 Free Software Foundation, Inc. 8 Free Software Foundation, Inc.
9 9
10 This file is part of libopcodes. 10 This file is part of libopcodes.
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 455
456 if (**strp == '#' || **strp == '%') 456 if (**strp == '#' || **strp == '%')
457 { 457 {
458 if (strncasecmp (*strp + 1, "hi(", 3) == 0) 458 if (strncasecmp (*strp + 1, "hi(", 3) == 0)
459 { 459 {
460 *strp += 4; 460 *strp += 4;
461 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_FRV_HI16, 461 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_FRV_HI16,
462 & result_type, & value); 462 & result_type, & value);
463 if (**strp != ')') 463 if (**strp != ')')
464 return "missing `)'"; 464 return "missing `)'";

error: old chunk mismatch

OLDNEW
« no previous file with comments | « opcodes/disassemble.c ('k') | opcodes/h8500-dis.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698