Module Name:    src
Committed By:   maya
Date:           Sat Apr 13 12:41:37 UTC 2019

Modified Files:
        src/sys/arch/riscv/include: asm.h

Log Message:
Handle changes since the gcc riscv toolchain was upstreamed


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/riscv/include/asm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/riscv/include/asm.h
diff -u src/sys/arch/riscv/include/asm.h:1.2 src/sys/arch/riscv/include/asm.h:1.3
--- src/sys/arch/riscv/include/asm.h:1.2	Fri Mar 27 06:57:21 2015
+++ src/sys/arch/riscv/include/asm.h	Sat Apr 13 12:41:36 2019
@@ -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

Reply via email to