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/bf1c45962163
branches:  trunk
changeset: 324111:bf1c45962163
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 0f9e8c14a3b4 -r bf1c45962163 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