Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/regress/usr.bin/rtld/dlopen remove a comment suggesting the ...
details: https://anonhg.NetBSD.org/src/rev/b9ef472af2bc
branches: trunk
changeset: 548432:b9ef472af2bc
user: drochner <drochner%NetBSD.org@localhost>
date: Thu Jun 26 18:43:35 2003 +0000
description:
remove a comment suggesting the link-in-whole-libgcc hack -- this
is not necessary anymore if the toolchain works properly
diffstat:
regress/usr.bin/rtld/dlopen/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r d40d18d7aaa6 -r b9ef472af2bc regress/usr.bin/rtld/dlopen/Makefile
--- a/regress/usr.bin/rtld/dlopen/Makefile Thu Jun 26 18:21:45 2003 +0000
+++ b/regress/usr.bin/rtld/dlopen/Makefile Thu Jun 26 18:43:35 2003 +0000
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2003/02/01 18:44:06 kleink Exp $
+# $NetBSD: Makefile,v 1.8 2003/06/26 18:43:35 drochner Exp $
NOMAN= # defined
PROG= dlopen
CLEANFILES+= dlopen.out
-# XXX work around toolchain problems (shared libs not linked against libgcc,
-# should be fixed in gcc3, providing a shared libgcc)
-#LDADD= -Wl,-whole-archive -lgcc -Wl,-no-whole-archive
+# we don't access program symbols from the shared object yet
#LDADD+= -export-dynamic
regress:
Home |
Main Index |
Thread Index |
Old Index