Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc.old/dist/gcc/config/rs6000 WCHAR_SIZE is a...



details:   https://anonhg.NetBSD.org/src/rev/37a388e7dbfd
branches:  trunk
changeset: 327418:37a388e7dbfd
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Mar 07 04:14:30 2014 +0000

description:
WCHAR_SIZE is always int on NetBSD

diffstat:

 external/gpl3/gcc.old/dist/gcc/config/rs6000/netbsd64.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3c78ae7e90e7 -r 37a388e7dbfd external/gpl3/gcc.old/dist/gcc/config/rs6000/netbsd64.h
--- a/external/gpl3/gcc.old/dist/gcc/config/rs6000/netbsd64.h   Fri Mar 07 04:13:46 2014 +0000
+++ b/external/gpl3/gcc.old/dist/gcc/config/rs6000/netbsd64.h   Fri Mar 07 04:14:30 2014 +0000
@@ -371,7 +371,7 @@
 #define        PTRDIFF_TYPE (TARGET_64BIT ? "long int" : "int")
 
 #undef WCHAR_TYPE
-#define        WCHAR_TYPE (TARGET_64BIT ? "int" : "long int")
+#define        WCHAR_TYPE "int"
 #undef  WCHAR_TYPE_SIZE
 #define WCHAR_TYPE_SIZE 32
 



Home | Main Index | Thread Index | Old Index