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

Side by Side Diff: cpu/frv.opc

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 | « cpu/ChangeLog ('k') | cpu/mt.opc » ('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 /* Fujitsu FRV opcode support, for GNU Binutils. -*- C -*- 1 /* Fujitsu FRV opcode support, for GNU Binutils. -*- C -*-
2 2
3 Copyright 2000, 2001, 2003, 2004, 2005, 2007, 2009 3 Copyright 2000, 2001, 2003, 2004, 2005, 2007, 2009
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
5 5
6 Contributed by Red Hat Inc; developed under contract from Fujitsu. 6 Contributed by Red Hat Inc; developed under contract from Fujitsu.
7 7
8 This file is part of the GNU Binutils. 8 This file is part of the GNU Binutils.
9 9
10 This program is free software; you can redistribute it and/or modify 10 This program is free software; you can redistribute it and/or modify
(...skipping 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 enum cgen_parse_operand_result result_type; 1333 enum cgen_parse_operand_result result_type;
1334 bfd_vma value; 1334 bfd_vma value;
1335 1335
1336 if (**strp == '#' || **strp == '%') 1336 if (**strp == '#' || **strp == '%')
1337 { 1337 {
1338 if (strncasecmp (*strp + 1, "hi(", 3) == 0) 1338 if (strncasecmp (*strp + 1, "hi(", 3) == 0)
1339 { 1339 {
1340 *strp += 4; 1340 *strp += 4;
1341 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_FRV_HI16, 1341 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_FRV_HI16,
1342 & result_type, & value); 1342 & result_type, & value);

error: old chunk mismatch

OLDNEW
« no previous file with comments | « cpu/ChangeLog ('k') | cpu/mt.opc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698