comparison libgcc/config/libbid/bid_gcc_intrinsics.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 /* Copyright (C) 2007, 2009 Free Software Foundation, Inc. 1 /* Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
2 2
3 This file is part of GCC. 3 This file is part of GCC.
4 4
5 GCC is free software; you can redistribute it and/or modify it under 5 GCC is free software; you can redistribute it and/or modify it under
6 the terms of the GNU General Public License as published by the Free 6 the terms of the GNU General Public License as published by the Free
27 #ifdef IN_LIBGCC2 27 #ifdef IN_LIBGCC2
28 28
29 #include "tconfig.h" 29 #include "tconfig.h"
30 #include "coretypes.h" 30 #include "coretypes.h"
31 #include "tm.h" 31 #include "tm.h"
32
33 #ifndef LIBGCC2_WORDS_BIG_ENDIAN
34 #define LIBGCC2_WORDS_BIG_ENDIAN WORDS_BIG_ENDIAN
35 #endif
36
37 #ifndef LIBGCC2_FLOAT_WORDS_BIG_ENDIAN
38 #define LIBGCC2_FLOAT_WORDS_BIG_ENDIAN LIBGCC2_WORDS_BIG_ENDIAN
39 #endif
40 32
41 #ifndef LIBGCC2_LONG_DOUBLE_TYPE_SIZE 33 #ifndef LIBGCC2_LONG_DOUBLE_TYPE_SIZE
42 #define LIBGCC2_LONG_DOUBLE_TYPE_SIZE LONG_DOUBLE_TYPE_SIZE 34 #define LIBGCC2_LONG_DOUBLE_TYPE_SIZE LONG_DOUBLE_TYPE_SIZE
43 #endif 35 #endif
44 36