aarch64-freebsd.h: Define WCHAR_TYPE.
authorAndreas Tobler <andreast@gcc.gnu.org>
Fri, 7 Apr 2017 18:50:11 +0000 (20:50 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Fri, 7 Apr 2017 18:50:11 +0000 (20:50 +0200)
2017-04-07  Andreas Tobler  <andreast@gcc.gnu.org>

    * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.

From-SVN: r246773

gcc/ChangeLog
gcc/config/aarch64/aarch64-freebsd.h

index 5f3c5fc95773664d326a8c6180136c4cb0c3b3f8..0cf42f35bb22468724e19f2aba5d2d203d1c02d7 100644 (file)
@@ -1,3 +1,7 @@
+2017-04-07  Andreas Tobler  <andreast@gcc.gnu.org>
+
+       * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
+
 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
 
        PR rtl-optimization/70703
index b9c1bfdc95f20af5718561b995bcb1f8862fc32d..84bf41a362fc69a2565c066a522351856d796806 100644 (file)
@@ -91,4 +91,7 @@
 #undef TARGET_BINDS_LOCAL_P
 #define TARGET_BINDS_LOCAL_P default_binds_local_p_2
 
+#undef  WCHAR_TYPE
+#define WCHAR_TYPE  "unsigned int"
+
 #endif  /* GCC_AARCH64_FREEBSD_H */