Subject: PR/33294 CVS commit: src/regress/usr.bin/rtld/testlib
To: None <toolchain-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Nick Hudson <skrll@netbsd.org>
List: netbsd-bugs
Date: 10/16/2006 09:25:01
The following reply was made to PR toolchain/33294; it has been noted by GNATS.

From: Nick Hudson <skrll@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/33294 CVS commit: src/regress/usr.bin/rtld/testlib
Date: Mon, 16 Oct 2006 09:21:55 +0000 (UTC)

 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.