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/arm Make {, U}INTPTR_TYPE long



details:   https://anonhg.NetBSD.org/src/rev/cc6cbbea5fe1
branches:  trunk
changeset: 793203:cc6cbbea5fe1
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jan 30 01:06:11 2014 +0000

description:
Make {,U}INTPTR_TYPE long

diffstat:

 external/gpl3/gcc/dist/gcc/config/arm/netbsd-elf.h |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r df1d7eaaf32a -r cc6cbbea5fe1 external/gpl3/gcc/dist/gcc/config/arm/netbsd-elf.h
--- a/external/gpl3/gcc/dist/gcc/config/arm/netbsd-elf.h        Thu Jan 30 00:08:46 2014 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/arm/netbsd-elf.h        Thu Jan 30 01:06:11 2014 +0000
@@ -93,6 +93,12 @@
 #undef PTRDIFF_TYPE
 #define PTRDIFF_TYPE "long int"
 
+#undef INTPTR_TYPE
+#define INTPTR_TYPE PTRDIFF_TYPE
+
+#undef UINTPTR_TYPE
+#define UINTPTR_TYPE SIZE_TYPE
+
 /* We don't have any limit on the length as out debugger is GDB.  */
 #undef DBX_CONTIN_LENGTH
 



Home | Main Index | Thread Index | Old Index