Module Name: src
Committed By: christos
Date: Mon Jul 16 00:04:47 UTC 2018
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/aarch64: aarch64-netbsd.h
Log Message:
Go back to using int for wchar_t as all the rest of the archs; using unsigned
int is complicated specially when it comes to comparing with WEOF etc.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-netbsd.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-netbsd.h
diff -u src/external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-netbsd.h:1.2 src/external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-netbsd.h:1.3
--- src/external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-netbsd.h:1.2 Sun Jul 15 12:35:47 2018
+++ src/external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-netbsd.h Sun Jul 15 20:04:47 2018
@@ -84,11 +84,6 @@
#define TARGET_BINDS_LOCAL_P default_binds_local_p_2
#endif
-/* Use the AAPCS type for wchar_t, override the one from
- config/netbsd.h. */
-#undef WCHAR_TYPE
-#define WCHAR_TYPE "unsigned int"
-
#if 0
#undef MCOUNT_NAME
#define MCOUNT_NAME ".mcount"