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

Side by Side Diff: opcodes/cgen-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/bfin-dis.c ('k') | opcodes/cgen-opc.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 /* CGEN generic assembler support code. 1 /* CGEN generic assembler support code.
2 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007 2 Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007,
3 Free Software Foundation, Inc. 3 2011 Free Software Foundation, Inc.
4 4
5 This file is part of libopcodes. 5 This file is part of libopcodes.
6 6
7 This library is free software; you can redistribute it and/or modify 7 This library is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3, or (at your option) 9 the Free Software Foundation; either version 3, or (at your option)
10 any later version. 10 any later version.
11 11
12 It is distributed in the hope that it will be useful, but WITHOUT 12 It is distributed in the hope that it will be useful, but WITHOUT
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 cgen_parse_signed_integer (CGEN_CPU_DESC cd, 258 cgen_parse_signed_integer (CGEN_CPU_DESC cd,
259 const char **strp, 259 const char **strp,
260 int opindex, 260 int opindex,
261 long *valuep) 261 long *valuep)
262 { 262 {
263 bfd_vma value; 263 bfd_vma value;
264 enum cgen_parse_operand_result result; 264 enum cgen_parse_operand_result result;
265 const char *errmsg; 265 const char *errmsg;
266 266
267 errmsg = (* cd->parse_operand_fn) 267 errmsg = (* cd->parse_operand_fn)

error: old chunk mismatch

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

Powered by Google App Engine
This is Rietveld 408576698