Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/aarch64 We don't fit anymore thanks to jemalloc:
details: https://anonhg.NetBSD.org/src/rev/307fabb1c735
branches: trunk
changeset: 839847:307fabb1c735
user: christos <christos%NetBSD.org@localhost>
date: Sat Mar 09 02:33:02 2019 +0000
description:
We don't fit anymore thanks to jemalloc:
relocation truncated to fit: R_AARCH64_CONDBR19 against symbol `cerror'
diffstat:
lib/libc/arch/aarch64/SYS.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c3b931068842 -r 307fabb1c735 lib/libc/arch/aarch64/SYS.h
--- a/lib/libc/arch/aarch64/SYS.h Sat Mar 09 01:59:47 2019 +0000
+++ b/lib/libc/arch/aarch64/SYS.h Sat Mar 09 02:33:02 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: SYS.h,v 1.1 2014/08/10 05:47:36 matt Exp $ */
+/* $NetBSD: SYS.h,v 1.2 2019/03/09 02:33:02 christos Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
SYSTRAP(y)
#define _INVOKE_CERROR() \
- b.cs _C_LABEL(__cerror)
+ b _C_LABEL(__cerror)
#define _SYSCALL(x, y) \
_SYSCALL_NOERROR(x,y); \
Home |
Main Index |
Thread Index |
Old Index