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 Like asm.h r1.25, don't use (PLT) anymore.



details:   https://anonhg.NetBSD.org/src/rev/fcf50ddc3171
branches:  trunk
changeset: 791762:fcf50ddc3171
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Nov 30 21:07:59 2013 +0000

description:
Like asm.h r1.25, don't use (PLT) anymore.

diffstat:

 sys/arch/arm/include/profile.h |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (23 lines):

diff -r 6554efd7c85c -r fcf50ddc3171 sys/arch/arm/include/profile.h
--- a/sys/arch/arm/include/profile.h    Sat Nov 30 20:54:14 2013 +0000
+++ b/sys/arch/arm/include/profile.h    Sat Nov 30 21:07:59 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: profile.h,v 1.12 2013/09/12 15:36:17 joerg Exp $       */
+/*     $NetBSD: profile.h,v 1.13 2013/11/30 21:07:59 joerg Exp $       */
 
 /*
  * Copyright (c) 2001 Ben Harris
@@ -39,13 +39,7 @@
  */
 
 #define MCOUNT_ASM_NAME "__mcount"
-#ifdef __PIC__
-#define        PLTSYM          "(PLT)"
-#endif
-
-#ifndef PLTSYM
 #define        PLTSYM
-#endif
 
 #if !defined(__ARM_EABI__)
 #define        MCOUNT                                                          \



Home | Main Index | Thread Index | Old Index