2015-12-09 Andreas Tobler <andreast@gcc.gnu.org>
Backport from mainline
2015-12-09 Andreas Tobler <andreast@gcc.gnu.org>
* config/rs6000/freebsd64.h: Remove the redefinition of WCHAR_TYPE.
From-SVN: r231544
+2015-12-09 Andreas Tobler <andreast@gcc.gnu.org>
+
+ Backport from mainline
+ 2015-12-09 Andreas Tobler <andreast@gcc.gnu.org>
+
+ * config/rs6000/freebsd64.h: Remove the redefinition of WCHAR_TYPE.
+
2015-12-10 Jeff Law <law@redhat.com>
PR tree-optimization/61515
/* 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