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

Side by Side Diff: gcc/gcc/config/mn10300/mn10300.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/mmix/predicates.md ('k') | gcc/gcc/config/openbsd.h » ('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. 1 /* Definitions of target machine for GNU compiler.
2 Matsushita MN10300 series 2 Matsushita MN10300 series
3 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 3 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
4 2007, 2008 Free Software Foundation, Inc. 4 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
5 Contributed by Jeff Law (law@cygnus.com). 5 Contributed by Jeff Law (law@cygnus.com).
6 6
7 This file is part of GCC. 7 This file is part of GCC.
8 8
9 GCC is free software; you can redistribute it and/or modify 9 GCC 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, or (at your option) 11 the Free Software Foundation; either version 3, or (at your option)
12 any later version. 12 any later version.
13 13
14 GCC is distributed in the hope that it will be useful, 14 GCC is distributed in the hope that it will be useful,
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 120
121 All registers that the compiler knows about must be given numbers, 121 All registers that the compiler knows about must be given numbers,
122 even those that are not normally considered general registers. */ 122 even those that are not normally considered general registers. */
123 123
124 #define FIRST_PSEUDO_REGISTER 50 124 #define FIRST_PSEUDO_REGISTER 50
125 125
126 /* Specify machine-specific register numbers. */ 126 /* Specify machine-specific register numbers. */
127 #define FIRST_DATA_REGNUM 0 127 #define FIRST_DATA_REGNUM 0
128 #define LAST_DATA_REGNUM 3 128 #define LAST_DATA_REGNUM 3
129 #define FIRST_ADDRESS_REGNUM 4 129 #define FIRST_ADDRESS_REGNUM 4

error: old chunk mismatch

OLDNEW
« no previous file with comments | « gcc/gcc/config/mmix/predicates.md ('k') | gcc/gcc/config/openbsd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698