comparison gcc/config/alpha/linux.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 /* Definitions of target machine for GNU compiler, 1 /* Definitions of target machine for GNU compiler,
2 for Alpha Linux-based GNU systems. 2 for Alpha Linux-based GNU systems.
3 Copyright (C) 1996, 1997, 1998, 2002, 2003, 2004, 2005, 2006, 2007 3 Copyright (C) 1996, 1997, 1998, 2002, 2003, 2004, 2005, 2006, 2007, 2009,
4 Free Software Foundation, Inc. 4 2010 Free Software Foundation, Inc.
5 Contributed by Richard Henderson. 5 Contributed by Richard Henderson.
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
59 #define TARGET_FIXUP_EV5_PREFETCH 1 59 #define TARGET_FIXUP_EV5_PREFETCH 1
60 60
61 #undef WCHAR_TYPE 61 #undef WCHAR_TYPE
62 #define WCHAR_TYPE "int" 62 #define WCHAR_TYPE "int"
63 63
64 /* Define this so that all GNU/Linux targets handle the same pragmas. */ 64 #ifdef SINGLE_LIBC
65 #define HANDLE_PRAGMA_PACK_PUSH_POP 65 #define OPTION_GLIBC (DEFAULT_LIBC == LIBC_GLIBC)
66 #else
67 #define OPTION_GLIBC (linux_libc == LIBC_GLIBC)
68 #endif
66 69
67 /* Determine whether the entire c99 runtime is present in the 70 /* Determine whether the entire c99 runtime is present in the
68 runtime library. */ 71 runtime library. */
69 #define TARGET_C99_FUNCTIONS (OPTION_GLIBC) 72 #define TARGET_C99_FUNCTIONS (OPTION_GLIBC)
70 73