glibc/dlfcn
Zack Weinberg 5e4e10636c Miscellaneous low-risk changes preparing for _ISOMAC testsuite.
These are a grab bag of changes where the testsuite was using internal
symbols of some variety, but this was straightforward to fix, and the
fixed code should work with or without the change to compile the
testsuite under _ISOMAC.

Four of these are just more #include adjustments, but I want to highlight
sysdeps/powerpc/fpu/tst-setcontext-fpscr.c, which appears to have been
written before the advent of sys/auxv.h.  I think a big chunk of this file
could be replaced by a simple call to getauxval, but I'll let someone who
actually has a powerpc machine to test on do that.

dlfcn/tst-dladdr.c was including ldsodefs.h just so it could use
DL_LOOKUP_ADDRESS to print an additional diagnostic; as requested by Carlos,
I have removed this.

math/test-misc.c was using #ifndef NO_LONG_DOUBLE, which is an internal
configuration macro, to decide whether to do certain tests involving
'long double'.  I changed the test to #if LDBL_MANT_DIG > DBL_MANT_DIG
instead, which uses only public float.h macros and is equivalent on
all supported platforms.  (Note that NO_LONG_DOUBLE doesn't mean 'the
compiler doesn't support long double', it means 'long double is the
same as double'.)

tst-writev.c has a configuration macro 'ARTIFICIAL_LIMIT' that the
Makefiles are expected to define, and sysdeps/unix/sysv/linux/Makefile
was using the internal __getpagesize in the definition; changed to
sysconf(_SC_PAGESIZE) which is the POSIX equivalent.

ia64-linux doesn't supply 'clone', only '__clone2', which is not
defined in the public headers(!)  All the other clone tests have local
extern declarations of __clone2, but tst-clone.c doesn't; it was
getting away with this because include/sched.h does declare __clone2.

	* nss/tst-cancel-getpwuid_r.c: Include nss.h.
	* string/strcasestr.c: No need to include config.h.
	* sysdeps/powerpc/fpu/tst-setcontext-fpscr.c: Include
	sys/auxv.h. Don't include sysdep.h.
	* sysdeps/powerpc/tst-set_ppr.c: Don't include dl-procinfo.h.

	* dlfcn/tst-dladdr.c: Don't include ldsodefs.h.	 Don't use
	DL_LOOKUP_ADDRESS.
	* math/test-misc.c: Instead of testing NO_LONG_DOUBLE, test whether
	LDBL_MANT_DIG is greater than DBL_MANT_DIG.
	* sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Use
	sysconf (_SC_PAGESIZE) instead of __getpagesize in definition
	of ARTIFICIAL_LIMIT.
	* sysdeps/unix/sysv/linux/tst-clone.c [__ia64__]: Add extern
	declaration of __clone2.
2017-03-01 20:32:50 -05:00
..
Makefile Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
Versions Update. 2004-10-18 23:17:46 +00:00
bug-atexit1-lib.c [BZ #1158] 2005-09-28 00:14:50 +00:00
bug-atexit1.c * posix/tst-execle1.c (do_test): Add a const. 2005-12-27 22:50:12 +00:00
bug-atexit2-lib.c [BZ #1158] 2005-09-28 00:14:50 +00:00
bug-atexit2.c [BZ #1158] 2005-09-28 00:14:50 +00:00
bug-atexit3-lib.cc support: Introduce new subdirectory for test infrastructure 2016-12-09 08:18:27 +01:00
bug-atexit3.c * dlfcn/Makefile: Add rules to build and run bug-atexit3. 2006-07-27 01:31:43 +00:00
bug-dl-leaf-lib-cb.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
bug-dl-leaf-lib.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
bug-dl-leaf.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
bug-dlopen1.c Update. 2002-02-06 00:28:46 +00:00
bug-dlsym1-lib1.c (foo): Add prototype to avoid warning. 2002-08-23 08:52:49 +00:00
bug-dlsym1-lib2.c 2002-08-21 Roland McGrath <roland@redhat.com> 2002-08-21 23:03:46 +00:00
bug-dlsym1.c 2004-10-18 Roland McGrath <roland@redhat.com> 2004-10-18 18:53:53 +00:00
default.c Remove trailing whitespace. 2013-06-05 20:44:03 +00:00
defaultmod1.c Update. 2003-08-15 03:58:56 +00:00
defaultmod2.c Update. 2003-08-15 03:58:56 +00:00
dladdr.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
dladdr1.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
dlclose.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
dlerror.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
dlfcn.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
dlfcn.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
dlinfo.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
dlmopen.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
dlopen.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
dlopenold.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
dlsym.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
dlvsym.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
errmsg1.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
errmsg1mod.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
failtest.c Add prototype for foo. 2000-12-27 19:58:36 +00:00
failtestmod.c Fix dlfcn/failtestmod.c warning. 2014-11-27 16:00:08 +00:00
glreflib1.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
glreflib2.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
glreflib3.c [BZ #4775, BZ #4776] 2007-07-12 18:17:11 +00:00
glrefmain.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
modatexit.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
modcxaatexit.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
moddummy1.c Fix recursive dlopen. 2015-01-21 01:51:10 -05:00
moddummy2.c Fix recursive dlopen. 2015-01-21 01:51:10 -05:00
modstatic.c Update. 2001-12-28 16:43:13 +00:00
modstatic2.c Remove --disable-versioning. 2013-09-04 15:25:42 +00:00
modstatic3.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
modstatic5.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
sdladdr.c Update. 2004-10-18 23:17:46 +00:00
sdladdr1.c Update. 2004-10-18 23:17:46 +00:00
sdlclose.c Update. 2004-10-18 23:17:46 +00:00
sdlerror.c Update. 2004-10-18 23:17:46 +00:00
sdlinfo.c Update. 2004-10-18 23:17:46 +00:00
sdlmopen.c Update. 2004-10-18 23:17:46 +00:00
sdlopen.c Update. 2004-10-18 23:17:46 +00:00
sdlsym.c Update. 2004-10-18 23:17:46 +00:00
sdlvsym.c Update. 2004-10-18 23:17:46 +00:00
tst-dladdr.c Miscellaneous low-risk changes preparing for _ISOMAC testsuite. 2017-03-01 20:32:50 -05:00
tst-dlinfo.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
tst-rec-dlopen.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
tstatexit.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
tstcxaatexit.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
tststatic.c Convert dlfcn/tststatic to use test-skeleton. 2015-03-27 12:55:25 -07:00
tststatic2.c Convert dlfcn/tststatic2 to use test-skeleton. 2015-02-27 15:54:33 -08:00
tststatic3.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
tststatic4.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
tststatic5.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00