Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/aarch64 Go back to using i...
details: https://anonhg.NetBSD.org/src/rev/eb30d91e13e2
branches: trunk
changeset: 320683:eb30d91e13e2
user: christos <christos%NetBSD.org@localhost>
date: Mon Jul 16 00:04:47 2018 +0000
description:
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.
diffstat:
external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-netbsd.h | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diffs (15 lines):
diff -r ac34cdadcb60 -r eb30d91e13e2 external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-netbsd.h
--- a/external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-netbsd.h Sun Jul 15 23:57:45 2018 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/aarch64/aarch64-netbsd.h Mon Jul 16 00:04:47 2018 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index