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/pa netbsd/hppa uses 16 byt...



details:   https://anonhg.NetBSD.org/src/rev/1b641a68abc3
branches:  trunk
changeset: 460762:1b641a68abc3
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Nov 03 01:03:30 2019 +0000

description:
netbsd/hppa uses 16 byte alignment.  the inherited default changed..

diffstat:

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

diffs (14 lines):

diff -r 59ea901b70bd -r 1b641a68abc3 external/gpl3/gcc/dist/gcc/config/pa/pa-netbsd.h
--- a/external/gpl3/gcc/dist/gcc/config/pa/pa-netbsd.h  Sat Nov 02 23:13:00 2019 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/pa/pa-netbsd.h  Sun Nov 03 01:03:30 2019 +0000
@@ -131,6 +131,10 @@
 #undef PTRDIFF_TYPE
 #define PTRDIFF_TYPE "long int"
 
+/* NetBSD always uses 128 byte alignment.  */
+#undef MALLOC_ABI_ALIGNMENT
+#define MALLOC_ABI_ALIGNMENT 128
+
 #if 0
 #undef TARGET_SYNC_LIBCALL
 #define TARGET_SYNC_LIBCALL 1



Home | Main Index | Thread Index | Old Index