This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

dl-cache.h for s390x.





Hi,
I found another bug with 64 bit S/390. The dynamic linker didn't care about
the information in /etc/ld.so.cache. After some debugging I found that
the generic _dl_cache_check_flags always returned 0. Wouldn't it make
sense to mask the flags with FLAG_TYPE_MASK before comparing it
with the _DL_CACHE_DEFAULT_ID ?
Anyway here is a patch and the ChangeLog for a s390x version of dl-cache.h:

2001-06-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>

     * sysdeps/unix/sysv/linux/s390/s390-64/dl-cache.h: New file.

(See attached file: dl-cache.diff)

blue skies,
   Martin

Linux/390 Design & Development, IBM Deutschland Entwicklung GmbH
Schönaicherstr. 220, D-71032 Böblingen, Telefon: 49 - (0)7031 - 16-2247
E-Mail: schwidefsky@de.ibm.com

dl-cache.diff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]