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

Side by Side Diff: gcc/gcc/config/ia64/ia64.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/i386/t-rtems-i386 ('k') | gcc/gcc/config/ia64/itanium1.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 GNU compiler. IA-64 version. 1 /* Definitions of target machine GNU compiler. IA-64 version.
2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
3 Free Software Foundation, Inc. 3 2009 Free Software Foundation, Inc.
4 Contributed by James E. Wilson <wilson@cygnus.com> and 4 Contributed by James E. Wilson <wilson@cygnus.com> and
5 David Mosberger <davidm@hpl.hp.com>. 5 David Mosberger <davidm@hpl.hp.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
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 assembler that supports TLS -- but the rest of the system does not 63 assembler that supports TLS -- but the rest of the system does not
64 support TLS -- that system should explicit define TARGET_HAVE_TLS 64 support TLS -- that system should explicit define TARGET_HAVE_TLS
65 to false in its own configuration file. */ 65 to false in its own configuration file. */
66 #if !defined(TARGET_HAVE_TLS) && defined(HAVE_AS_TLS) 66 #if !defined(TARGET_HAVE_TLS) && defined(HAVE_AS_TLS)
67 #define TARGET_HAVE_TLS true 67 #define TARGET_HAVE_TLS true
68 #endif 68 #endif
69 69
70 #define TARGET_TLS14 (ia64_tls_size == 14) 70 #define TARGET_TLS14 (ia64_tls_size == 14)
71 #define TARGET_TLS22 (ia64_tls_size == 22) 71 #define TARGET_TLS22 (ia64_tls_size == 22)
72 #define TARGET_TLS64 (ia64_tls_size == 64) 72 #define TARGET_TLS64 (ia64_tls_size == 64)

error: old chunk mismatch

OLDNEW
« no previous file with comments | « gcc/gcc/config/i386/t-rtems-i386 ('k') | gcc/gcc/config/ia64/itanium1.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698