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/vax Force INTPTR_TYPE/UINT...
details: https://anonhg.NetBSD.org/src/rev/7d59bef48c87
branches: trunk
changeset: 331551:7d59bef48c87
user: matt <matt%NetBSD.org@localhost>
date: Thu Aug 14 11:32:18 2014 +0000
description:
Force INTPTR_TYPE/UINTPTR_TYPE to long int/unsigned long int.
(same types as PTRDIFF_TYPE/SIZE_TYPE)
diffstat:
external/gpl3/gcc/dist/gcc/config/vax/netbsd-elf.h | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diffs (16 lines):
diff -r 23e40ca96357 -r 7d59bef48c87 external/gpl3/gcc/dist/gcc/config/vax/netbsd-elf.h
--- a/external/gpl3/gcc/dist/gcc/config/vax/netbsd-elf.h Thu Aug 14 11:28:13 2014 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/vax/netbsd-elf.h Thu Aug 14 11:32:18 2014 +0000
@@ -63,6 +63,12 @@
#define EXTRA_SPECS \
{ "netbsd_entry_point", NETBSD_ENTRY_POINT },
+#undef INTPTR_TYPE
+#define INTPTR_TYPE "long int"
+
+#undef UINTPTR_TYPE
+#define UINTPTR_TYPE "long unsigned int"
+
/* We use gas, not the UNIX assembler. */
#undef TARGET_DEFAULT
#define TARGET_DEFAULT MASK_QMATH
Home |
Main Index |
Thread Index |
Old Index