glibc/dlfcn
Carlos O'Donell b4f518ecfa Fix building glibc master with NDEBUG and --with-cpu.
When building on i686, x86_64, and arm, and with NDEBUG, or --with-cpu
there are various variables and functions which are unused based on
these settings.

This patch marks all such variables with __attribute__((unused)) to
avoid the compiler warnings when building with the aformentioned
options.
2016-03-15 23:23:24 -04:00
..
Makefile Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
Versions
bug-atexit1-lib.c
bug-atexit1.c
bug-atexit2-lib.c
bug-atexit2.c
bug-atexit3-lib.cc
bug-atexit3.c
bug-dl-leaf-lib-cb.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
bug-dl-leaf-lib.c Fix building glibc master with NDEBUG and --with-cpu. 2016-03-15 23:23:24 -04:00
bug-dl-leaf.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
bug-dlopen1.c
bug-dlsym1-lib1.c
bug-dlsym1-lib2.c
bug-dlsym1.c
default.c
defaultmod1.c
defaultmod2.c
dladdr.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
dladdr1.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
dlclose.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
dlerror.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
dlfcn.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
dlfcn.h Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
dlinfo.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
dlmopen.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
dlopen.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
dlopenold.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
dlsym.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
dlvsym.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
errmsg1.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
errmsg1mod.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
failtest.c
failtestmod.c Fix dlfcn/failtestmod.c warning. 2014-11-27 16:00:08 +00:00
glreflib1.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
glreflib2.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
glreflib3.c
glrefmain.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
modatexit.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
modcxaatexit.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +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
modstatic2.c
modstatic3.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
modstatic5.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
sdladdr.c
sdladdr1.c
sdlclose.c
sdlerror.c
sdlinfo.c
sdlmopen.c
sdlopen.c
sdlsym.c
sdlvsym.c
tst-dladdr.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tst-dlinfo.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tst-rec-dlopen.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tstatexit.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tstcxaatexit.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +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. 2016-01-04 16:05:18 +00:00
tststatic4.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
tststatic5.c Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00