Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/include a.out allow weak symbols too.



details:   https://anonhg.NetBSD.org/src/rev/39ee27e6f91a
branches:  trunk
changeset: 494094:39ee27e6f91a
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jul 01 06:42:06 2000 +0000

description:
a.out allow weak symbols too.

diffstat:

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

diffs (21 lines):

diff -r 93633d7a4b83 -r 39ee27e6f91a sys/arch/vax/include/asm.h
--- a/sys/arch/vax/include/asm.h        Sat Jul 01 06:41:06 2000 +0000
+++ b/sys/arch/vax/include/asm.h        Sat Jul 01 06:42:06 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: asm.h,v 1.11 2000/06/27 06:17:28 matt Exp $ */
+/*     $NetBSD: asm.h,v 1.12 2000/07/01 06:42:06 matt Exp $ */
 /*
  * Copyright (c) 1982, 1993
  *     The Regents of the University of California.  All rights reserved.
@@ -101,11 +101,9 @@
 #define ALTENTRY(x)            .globl _C_LABEL(x); _C_LABEL(x):
 #define RCSID(x)               .text; .asciz x
 
-#ifdef __ELF__
 #define        WEAK_ALIAS(alias,sym)                                           \
        .weak alias;                                                    \
        alias = sym
-#endif
 
 #ifdef __STDC__
 #define        WARN_REFERENCES(sym,msg)                                        \



Home | Main Index | Thread Index | Old Index