Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/include arm doesn't need to use (PLT) anymore.



details:   https://anonhg.NetBSD.org/src/rev/58e8875478ce
branches:  trunk
changeset: 325017:58e8875478ce
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Nov 30 20:11:11 2013 +0000

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

diffstat:

 sys/arch/arm/include/asm.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a9ff61bed1a8 -r 58e8875478ce sys/arch/arm/include/asm.h
--- a/sys/arch/arm/include/asm.h        Sat Nov 30 19:43:53 2013 +0000
+++ b/sys/arch/arm/include/asm.h        Sat Nov 30 20:11:11 2013 +0000
@@ -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;         \



Home | Main Index | Thread Index | Old Index