Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/riscv/include Handle changes since the gcc riscv to...
details: https://anonhg.NetBSD.org/src/rev/6f8bd492a2cf
branches: trunk
changeset: 450416:6f8bd492a2cf
user: maya <maya%NetBSD.org@localhost>
date: Sat Apr 13 12:41:36 2019 +0000
description:
Handle changes since the gcc riscv toolchain was upstreamed
diffstat:
sys/arch/riscv/include/asm.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3660cea048ed -r 6f8bd492a2cf sys/arch/riscv/include/asm.h
--- a/sys/arch/riscv/include/asm.h Sat Apr 13 10:58:11 2019 +0000
+++ b/sys/arch/riscv/include/asm.h Sat Apr 13 12:41:36 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: asm.h,v 1.2 2015/03/27 06:57:21 matt Exp $ */
+/* $NetBSD: asm.h,v 1.3 2019/04/13 12:41:36 maya Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
#endif
#ifdef __PIC__
-#define PLT(x) x##@
+#define PLT(x) x##@plt
#else
#define PLT(x) x
#endif
Home |
Main Index |
Thread Index |
Old Index