]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2015-12-09 Andreas Tobler <andreast@gcc.gnu.org>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Dec 2015 19:12:24 +0000 (19:12 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Dec 2015 19:12:24 +0000 (19:12 +0000)
    * config/rs6000/freebsd64.h: Remove the redefinition of WCHAR_TYPE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231470 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/freebsd64.h

index ee48602b96578155b6619a24d38c3782974adf17..68d04793bd2cbe6d360d95ef8aced0469eaef3f8 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-09  Andreas Tobler  <andreast@gcc.gnu.org>
+
+       * config/rs6000/freebsd64.h: Remove the redefinition of WCHAR_TYPE.
+
 2015-12-09  Aditya Kumar  <aditya.k7@samsung.com>
            Sebastian Pop  <s.pop@samsung.com>
 
index c667f0dc7f8522782614b75d10122f6cc8112dd8..aec1c3489008fe2f8869875d19f1a4ecdc5ff5e9 100644 (file)
@@ -317,7 +317,7 @@ extern int dot_symbols;
 
 /* rs6000.h gets this wrong for FreeBSD.  We use the GCC defaults instead.  */
 #undef WCHAR_TYPE
-#define        WCHAR_TYPE      (TARGET_64BIT ? "int" : "long int")
+
 #undef  WCHAR_TYPE_SIZE
 #define WCHAR_TYPE_SIZE 32