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 Handle aarch64 jemalloc constant



details:   https://anonhg.NetBSD.org/src/rev/b6caa23c5cca
branches:  trunk
changeset: 324661:b6caa23c5cca
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jul 15 01:02:15 2018 +0000

description:
Handle aarch64 jemalloc constant

diffstat:

 external/gpl3/gcc/dist/gcc/tree-ssa-ccp.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 31edc585b7a2 -r b6caa23c5cca external/gpl3/gcc/dist/gcc/tree-ssa-ccp.c
--- a/external/gpl3/gcc/dist/gcc/tree-ssa-ccp.c Sun Jul 15 00:59:49 2018 +0000
+++ b/external/gpl3/gcc/dist/gcc/tree-ssa-ccp.c Sun Jul 15 01:02:15 2018 +0000
@@ -2908,6 +2908,7 @@
 #elif defined(__alpha__) || defined(__amd64__) || defined(__sparc64__) \
      ||        (defined(__arm__) && defined(__ARM_EABI__)) \
      || defined(__ia64__) || defined(__powerpc__) \
+     || defined(__aarch64__) \
      || ((defined(__mips__) || defined(__riscv__)) && defined(_LP64))
 #define        JEMALLOC_TINY_MIN_2POW  3
 #endif



Home | Main Index | Thread Index | Old Index