[parisc-linux-cvs] glibc willy
Matthew Wilcox
willy@puffin.external.hp.com
Sat, 19 May 2001 15:54:56 -0600
CVSROOT: /home/cvs/parisc
Module name: glibc
Changes by: willy 01/05/19 15:54:56
Modified files:
sysdeps/hppa : Tag: merge_GLIBC_CVS_20010424 dl-fptr.c
Log message:
Give the dlfcn and elf tests a significantly better chance of succeeding.
We were ORing 2 into a function pointer, then not removing that 2
when searching for it. A oneline change and this should improve life
tremendously. [I'm saying `should' because make check takes a long time
to run, but it passes one of the tests which failed before]