Source-Changes-HG archive

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

[src/trunk]: src/lib/csu/common_elf All ELF toolchains are of the "new toolch...



details:   https://anonhg.NetBSD.org/src/rev/8207cf90664d
branches:  trunk
changeset: 526511:8207cf90664d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun May 05 00:34:00 2002 +0000

description:
All ELF toolchains are of the "new toolchain" variety now, so no need
to conditionalize use of .hidden symbols anymore.

diffstat:

 lib/csu/common_elf/Makefile.inc |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r 9a32a2574527 -r 8207cf90664d lib/csu/common_elf/Makefile.inc
--- a/lib/csu/common_elf/Makefile.inc   Sat May 04 22:05:29 2002 +0000
+++ b/lib/csu/common_elf/Makefile.inc   Sun May 05 00:34:00 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.14 2002/01/13 19:59:26 thorpej Exp $
+#      $NetBSD: Makefile.inc,v 1.15 2002/05/05 00:34:00 thorpej Exp $
 
 .include <bsd.own.mk>
 
@@ -14,12 +14,7 @@
 CPPFLAGS+=     -I${.CURDIR}/../../libc/dlfcn
 CPPFLAGS+=     -DDWARF2_EH
 CPPFLAGS+=     -DJCR
-
-# XXX Temporary until all ELF ports use the new toolchain.  The old
-# toolchain doesn't have support for "hidden" symbols.
-.if defined(USE_NEW_TOOLCHAIN)
 CPPFLAGS+=     -DDSO_HANDLE
-.endif
 
 .if !defined(MACHINE_ARCH) || ${MACHINE_ARCH} != "m68000"
 COPTS+=                -fPIC



Home | Main Index | Thread Index | Old Index