mirror of git://sourceware.org/git/glibc.git
2003-08-11 Carlos O'Donell <carlos@baldric.uwo.ca>
* dlfcn/default.c (main): Cast dlsym loaded value to same type as main.
Address passed to test_in_mod1 and test_in_mod2 without casting.
* dlfcn/defaultmod1.c: Change prototype of test_in_mod1.
(test_in_mod1): Cast dlsym loaded value to same type as mainp.
* dlfcn/defaultmod2.c: Change prototype of test_in_mod2.
(test_in_mod2): Cast dlsym loaded value to same type as mainp.
2003-08-15 Jakub Jelinek <jakub@redhat.com>
* sysdeps/sparc/sparc32/elf/configure.in (libc_cv_sparc32_tls):
Change quotes before using [].
* sysdeps/unix/sysv/linux/sparc/sys/user.h: New file.
* sysdeps/sparc/sparc32/bits/atomic.h (__sparc32_atomic_lock):
Renamed to...
(__sparc32_atomic_locks): ...this. Change into 64-byte array.
(__sparc32_atomic_do_lock, __sparc32_atomic_do_unlock): Add addr
argument. Select one of 64 locks from address bits.
(atomic_compare_and_exchange_val_acq,
atomic_compare_and_exchange_bool_acq): Pass memory address to
__sparc32_atomic_do_{,un}lock.
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| Versions | ||
| bug-dlopen1.c | ||
| bug-dlsym1-lib1.c | ||
| bug-dlsym1-lib2.c | ||
| bug-dlsym1.c | ||
| default.c | ||
| defaultmod1.c | ||
| defaultmod2.c | ||
| dladdr.c | ||
| dladdr1.c | ||
| dlclose.c | ||
| dlerror.c | ||
| dlfcn.h | ||
| dlinfo.c | ||
| dlopen.c | ||
| dlopenold.c | ||
| dlsym.c | ||
| dlvsym.c | ||
| errmsg1.c | ||
| errmsg1mod.c | ||
| eval.c | ||
| failtest.c | ||
| failtestmod.c | ||
| glreflib1.c | ||
| glreflib2.c | ||
| glrefmain.c | ||
| modatexit.c | ||
| modcxaatexit.c | ||
| modstatic.c | ||
| tst-dladdr.c | ||
| tst-dlinfo.c | ||
| tstatexit.c | ||
| tstcxaatexit.c | ||
| tststatic.c | ||