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

Side by Side Diff: cpu/mt.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/frv.opc ('k') | djunpack.bat » ('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 /* Morpho Technologies mRISC opcode support, for GNU Binutils. -*- C -*- 1 /* Morpho Technologies mRISC opcode support, for GNU Binutils. -*- C -*-
2 Copyright 2001, 2007, 2008, 2009 Free Software Foundation, Inc. 2 Copyright 2001, 2007, 2008, 2009, 2012 Free Software Foundation, Inc.
3 3
4 Contributed by Red Hat Inc; developed under contract from 4 Contributed by Red Hat Inc; developed under contract from
5 Morpho Technologies. 5 Morpho Technologies.
6 6
7 This file is part of the GNU Binutils. 7 This file is part of the GNU Binutils.
8 8
9 This program is free software; you can redistribute it and/or modify 9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3 of the License, or 11 the Free Software Foundation; either version 3 of the License, or
12 (at your option) any later version. 12 (at your option) any later version.
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 } 437 }
438 438
439 /* -- dis.c */ 439 /* -- dis.c */
440 static void print_dollarhex (CGEN_CPU_DESC, PTR, long, unsigned, bfd_vma, int); 440 static void print_dollarhex (CGEN_CPU_DESC, PTR, long, unsigned, bfd_vma, int);
441 static void print_pcrel (CGEN_CPU_DESC, PTR, long, unsigned, bfd_vma, int); 441 static void print_pcrel (CGEN_CPU_DESC, PTR, long, unsigned, bfd_vma, int);
442 442
443 static void 443 static void
444 print_dollarhex (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, 444 print_dollarhex (CGEN_CPU_DESC cd ATTRIBUTE_UNUSED,
445 void * dis_info, 445 void * dis_info,
446 long value, 446 long value,

error: old chunk mismatch

OLDNEW
« no previous file with comments | « cpu/frv.opc ('k') | djunpack.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698