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

Side by Side Diff: gcc/gcc/config/m32r/m32r.h

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « gcc/gcc/config/m32r/libgcc-glibc.ver ('k') | gcc/gcc/config/m32r/predicates.md » ('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 /* Definitions of target machine for GNU compiler, Renesas M32R cpu. 1 /* Definitions of target machine for GNU compiler, Renesas M32R cpu.
2 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 3 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it 7 GCC is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published 8 under the terms of the GNU General Public License as published
9 by the Free Software Foundation; either version 3, or (at your 9 by the Free Software Foundation; either version 3, or (at your
10 option) any later version. 10 option) any later version.
11 11
12 GCC is distributed in the hope that it will be useful, but WITHOUT 12 GCC 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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 #define M32R_MAX_INT_REGS 16 760 #define M32R_MAX_INT_REGS 16
761 761
762 #ifndef SUBTARGET_GPR_P 762 #ifndef SUBTARGET_GPR_P
763 #define SUBTARGET_GPR_P(REGNO) 0 763 #define SUBTARGET_GPR_P(REGNO) 0
764 #endif 764 #endif
765 765
766 #ifndef SUBTARGET_ACCUM_P 766 #ifndef SUBTARGET_ACCUM_P
767 #define SUBTARGET_ACCUM_P(REGNO) 0 767 #define SUBTARGET_ACCUM_P(REGNO) 0
768 #endif 768 #endif
769 769

error: old chunk mismatch

OLDNEW
« no previous file with comments | « gcc/gcc/config/m32r/libgcc-glibc.ver ('k') | gcc/gcc/config/m32r/predicates.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698