Module Name:    src
Committed By:   matt
Date:           Sat Nov 30 20:11:11 UTC 2013

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

Log Message:
arm doesn't need to use (PLT) anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/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/arm/include/asm.h
diff -u src/sys/arch/arm/include/asm.h:1.24 src/sys/arch/arm/include/asm.h:1.25
--- src/sys/arch/arm/include/asm.h:1.24	Thu Sep 12 15:36:17 2013
+++ src/sys/arch/arm/include/asm.h	Sat Nov 30 20:11:11 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: asm.h,v 1.24 2013/09/12 15:36:17 joerg Exp $	*/
+/*	$NetBSD: asm.h,v 1.25 2013/11/30 20:11:11 matt Exp $	*/
 
 /*
  * Copyright (c) 1990 The Regents of the University of California.
@@ -116,7 +116,7 @@
 
 #ifdef __PIC__
 #define	REL_SYM(a, b)	((a) - (b))
-#define	PLT_SYM(x)	PIC_SYM(x, PLT)
+#define	PLT_SYM(x)	x
 #define	GOT_SYM(x)	PIC_SYM(x, GOT)
 #define	GOT_GET(x,got,sym)	\
 	ldr	x, sym;		\

Reply via email to