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

Side by Side Diff: binutils/gas/as.h

Issue 3018030: [binutils] Bump binutils to 2.20.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 | « binutils/gas/aclocal.m4 ('k') | binutils/gas/config/obj-coff.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 /* as.h - global header file 1 /* as.h - global header file
2 Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2 Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
3 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 3 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
5 5
6 This file is part of GAS, the GNU Assembler. 6 This file is part of GAS, the GNU Assembler.
7 7
8 GAS is free software; you can redistribute it and/or modify 8 GAS is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3, or (at your option) 10 the Free Software Foundation; either version 3, or (at your option)
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 #define COMMON extern /* Our commons live elsewhere. */ 228 #define COMMON extern /* Our commons live elsewhere. */
229 #endif 229 #endif
230 #endif 230 #endif
231 /* COMMON now defined */ 231 /* COMMON now defined */
232 232
233 #ifndef ENABLE_CHECKING 233 #ifndef ENABLE_CHECKING
234 #define ENABLE_CHECKING 0 234 #define ENABLE_CHECKING 0
235 #endif 235 #endif
236 236
237 #if ENABLE_CHECKING || defined (DEBUG) 237 #if ENABLE_CHECKING || defined (DEBUG)

error: old chunk mismatch

OLDNEW
« no previous file with comments | « binutils/gas/aclocal.m4 ('k') | binutils/gas/config/obj-coff.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698