Subject: CVS commit: src/regress/usr.bin/rtld/testlib
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 10/16/2006 09:21:55
Module Name: src
Committed By: skrll
Date: Mon Oct 16 09:21:55 UTC 2006
Modified Files:
src/regress/usr.bin/rtld/testlib: Makefile
Log Message:
Link testlib against libm and libgcc_s so that all the required symbols
are available for all arches.
Some arches (arm and hppa) use SJLJ expections which requires stuff from
libgcc_s and some (hppa) always do immediate binding - libstdc++ requires
libm.
Fixes PR 33294 and regress/usr.bin/rtld/dlopen on hppa with the soon to
be committed unaligned reloc fix.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/regress/usr.bin/rtld/testlib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.