Module Name:    src
Committed By:   christos
Date:           Sun Mar  4 16:44:11 UTC 2018

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config/rs6000: netbsd64.h

Log Message:
_LP64 64 bit types are "long" not "long long".


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 \
    src/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.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/rs6000/netbsd64.h
diff -u src/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h:1.15 src/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h:1.16
--- src/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h:1.15	Thu Feb 22 17:20:44 2018
+++ src/external/gpl3/gcc/dist/gcc/config/rs6000/netbsd64.h	Sun Mar  4 11:44:11 2018
@@ -422,7 +422,7 @@ extern int dot_symbols;
 #define INT32_TYPE "int"
 
 #undef INT64_TYPE
-#define INT64_TYPE "long long int"
+#define INT64_TYPE "long int"
 
 #undef UINT8_TYPE
 #define UINT8_TYPE "unsigned char"
@@ -434,7 +434,7 @@ extern int dot_symbols;
 #define UINT32_TYPE "unsigned int"
 
 #undef UINT64_TYPE
-#define UINT64_TYPE "long long unsigned int"
+#define UINT64_TYPE "long unsigned int"
 
 #undef INT_FAST8_TYPE
 #define INT_FAST8_TYPE "int"

Reply via email to