aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndreas Tobler <andreast@gcc.gnu.org>2015-12-09 20:12:24 +0100
committerAndreas Tobler <andreast@gcc.gnu.org>2015-12-09 20:12:24 +0100
commit0a04f2dfc296b88d71a59399d3db62639580e844 (patch)
treee3d329224ec14a2c5e3050d80be7323f61f6beba /gcc
parentd57ad2bf748476c2562a663b9989b65403205085 (diff)
downloadgcc-0a04f2dfc296b88d71a59399d3db62639580e844.zip
gcc-0a04f2dfc296b88d71a59399d3db62639580e844.tar.gz
gcc-0a04f2dfc296b88d71a59399d3db62639580e844.tar.bz2
freebsd64.h: Remove the redefinition of WCHAR_TYPE.
2015-12-09 Andreas Tobler <andreast@gcc.gnu.org> * config/rs6000/freebsd64.h: Remove the redefinition of WCHAR_TYPE. From-SVN: r231470
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/rs6000/freebsd64.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ee48602..68d0479 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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>
diff --git a/gcc/config/rs6000/freebsd64.h b/gcc/config/rs6000/freebsd64.h
index c667f0d..aec1c34 100644
--- a/gcc/config/rs6000/freebsd64.h
+++ b/gcc/config/rs6000/freebsd64.h
@@ -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