about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2000-10-262-15/+28
| | | | | * io/test-lfs.c (do_prepare): Rewrite so it doesn't fail on systems without LFS support.
* Update.Ulrich Drepper2000-10-256-59/+67
| | | | | | | | | | 2000-10-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/ieee754/dbl-64/e_jn.c: Use __ieee754_sqrt instead of __sqrt. * sysdeps/ieee754/dbl-64/e_j1.c: Likewise. * sysdeps/ieee754/dbl-64/e_j0.c: Likewise. * sysdeps/ieee754/flt-32/e_j1f.c: Likewise. * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
* Update.Ulrich Drepper2000-10-252-1/+12
| | | | | | | | 2000-10-25 David Mosberger <davidm@hpl.hp.com> * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Multiply slot number by four to use bins of width 4 to get accurate instruction-level profiling.
* Update.Ulrich Drepper2000-10-253-16/+46
| | | | | | 2000-10-25 Andreas Jaeger <aj@suse.de> * sysdeps/generic/dl-cache.h (CACHEMAGIC_VERSION_NEW): Correct string.
* (CACHEMAGIC_VERSION_NEW): Correct cut and paste error.Ulrich Drepper2000-10-251-1/+1
|
* Regenerated.Andreas Jaeger2000-10-251-0/+1
|
* Mention that gcc -traditional is not supported.Andreas Jaeger2000-10-251-0/+1
|
* Update.Ulrich Drepper2000-10-253-15/+31
| | | | | | | | | | | | | | | 2000-10-25 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): When converting struct flock64 to struct flock and back, use fcntl commands which work on struct flock. 2000-10-25 Jakub Jelinek <jakub@redhat.com> * math/test-misc.c (main): Only check modfl if NO_LONG_DOUBLE is not defined. * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update. * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
* Update.Ulrich Drepper2000-10-252-7/+9
| | | | * sysdeps/arm/libm-test-ulps: Updated.
* Update.Ulrich Drepper2000-10-251-0/+4
| | | | | | 2000-10-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/dl-cache.h (CACHEMAGIC_VERSION_NEW): New value.
* (CACHEMAGIC_VERSION_NEW): New value.Ulrich Drepper2000-10-251-0/+1
|
* Update.Andreas Jaeger2000-10-251-0/+5
| | | | | | | 2000-10-25 Andreas Jaeger <aj@suse.de> * elf/dl-load.c (_dl_map_object_from_fd): Remove unused variable. (_dl_map_object): Likewise.
* (_dl_map_object_from_fd): Remove unused variable. (_dl_map_object): Likewise.Andreas Jaeger2000-10-251-4/+0
|
* Update.Ulrich Drepper2000-10-254-20/+48
| | | | | | | | | | | | | | | | | | | | | | | 2000-10-24 Paul Eggert <eggert@twinsun.com> * time/strftime.c (my_strftime macro) [!defined _LIBC && HAVE_TZNAME && HAVE_TZSET]: When redefining, do it without args, so that it works even if emacs is defined and an extra argument is passed to my_stftime. (my_strftime function): When evaluating a subformat, pass ut_argument as well. 2000-10-24 Andreas Schwab <schwab@suse.de> * sysdeps/unix/sysv/linux/ia64/Versions: Add pciconfig_read and pciconfig_write. * sysdeps/generic/dl-cache.c (_dl_cache_verify_ptr): Correct test for files with new cache format. (_dl_load_cache_lookup): Add variable cache_data_size for size of the data. Correctly report error if neither old not new signature is found. Little optimizations. Mostly based on a patch by Denis Zaitsev <zzz@cd-club.ru>.
* Update.Ulrich Drepper2000-10-252-8/+11
| | | | | | | 2000-10-25 Ulrich Drepper <drepper@redhat.com> * elf/dl-close.c (_dl_close): Optimize a bit by optimizing out the nsearchlist variable.
* Update.Ulrich Drepper2000-10-255-15/+34
| | | | | | | | | | * elf/dl-lookup.c (add_dependency): Fix test to check whether dependency already exists. * elf/Makefile: Add testobj1 and testobj2 as dependencies of testobj6. * elf/loadtest.c (main): Add test at the end that everything is unloaded. * elf/dl-open.c (dl_open_worker): Fix typo in comment.
* Update.Ulrich Drepper2000-10-251-0/+4
| | | | | | 2000-10-24 Ulrich Drepper <drepper@redhat.com> * elf/elf.h: Add even more IA-64 relocations.
* Add even more IA-64 relocations.Ulrich Drepper2000-10-251-0/+18
|
* * io/test-lfs.c (do_prepare): Call setrlimit64, in case the user Geoff Keating2000-10-242-1/+11
| | | | | | | | | | has a limit set---for instance, a limit of 2^31 bytes, which can't easily be reset by non-LFS-aware shells. 2000-10-24 Geoffrey Keating <geoffk@cygnus.com> * io/test-lfs.c (do_prepare): Call setrlimit64, in case the user has a limit set---for instance, a limit of 2^31 bytes, which can't easily be reset by non-LFS-aware shells.
* * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Define PAGE_SHIFT Geoff Keating2000-10-242-3/+10
| | | | | | | | explicitly rather than getting it from <asm/page.h>. 2000-10-21 Geoffrey Keating <geoffk@cygnus.com> * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Define PAGE_SHIFT explicitly rather than getting it from <asm/page.h>.
* Update.Ulrich Drepper2000-10-242-9/+29
| | | | | * elf/dl-close.c (_dl_close): Handle relocation dependencies of the dependencies of the object currently unloaded.
* Update.Ulrich Drepper2000-10-242-7/+17
| | | | | | * elf/dl-close.c (_dl_close): Don't free memory for global scope list immediately when empty. Move code to... (free_mem): ...here. Called as part of __libc_subfreeres list.
* Update.Ulrich Drepper2000-10-243-22/+24
| | | | | | | * elf/dl-deps.c (_dl_map_object_deps): Put l_initfini array before r_list array in allocated memory. * elf/dl-close.c (_dl_close): Optimize access to l_initfini list and remove use of r_list.
* Update.Ulrich Drepper2000-10-244-12/+155
| | | | | | | | | | | | 2000-10-24 Ulrich Drepper <drepper@redhat.com> * elf/dl-close.c (_dl_close): Use correct list (l_initfini) when computing new opencounts. * elf/Makefile: Add rules to build and run neededtest3. * neededtest3.c: New file. * neededobj4.c: New file. * elf/neededtest.c (main): Correct tests for failing dlopen.
* Object for unload testing.Ulrich Drepper2000-10-241-0/+11
|
* Regenerated.Andreas Jaeger2000-10-241-3/+44
|
* Mention glibc 2.2 caveats.Andreas Jaeger2000-10-241-0/+25
|
* (main): Correct tests for failing dlopen.Ulrich Drepper2000-10-241-5/+9
|
* Update.Andreas Jaeger2000-10-241-0/+4
| | | | | | 2000-10-24 Andreas Jaeger <aj@suse.de> * elf/dl-lookup.c (add_dependency): Remove unused variable j.
* (add_dependency): Remove unused variable j.Andreas Jaeger2000-10-241-2/+0
|
* (main): Run tests for different alignments.Ulrich Drepper2000-10-241-16/+26
|
* Update.Ulrich Drepper2000-10-242-1/+2
| | | | * malloc/Makefile (tests): Add tst-obstack.
* Update.Ulrich Drepper2000-10-243-4/+69
| | | | | | | * malloc/obstack.c (_obstack_newchunk): Correctly align first returned block. * malloc/tst-obstack.c: New file. Patch and test case by Alexandre Duret-Lutz <duret_g@epita.fr>.
* Update.Ulrich Drepper2000-10-248-58/+91
| | | | | | | | | | | | | | | | | | 2000-10-24 Ulrich Drepper <drepper@redhat.com> Complete revamp of the reference counter handling. * include/link.h (struct link_map): Add l_idx field. * elf/dl-close.c: Handle decrementing of reference counters more correctly. If necessary decrement reference counters of dependencies of dependencies. * elf/dl-lookup.c (add_dependency): Only increment reference counter of the object itself and not also its dependencies. * elf/dl-open.c: Increment reference counters here. * elf/dl-deps.c: Remove reference counter handling here. * elf/dl-load.c: Likewise. * elf/rtld.c: Adjust for _dl_map_deps not handling reference counters. * elf/loadtest.c: Print loaded objects at the beginning.
* (struct link_map): Add l_idx field.Ulrich Drepper2000-10-241-0/+3
|
* Update.Andreas Jaeger2000-10-241-0/+4
| | | | | | 2000-10-24 Andreas Jaeger <aj@suse.de> * sysdeps/mips/dl-machine.h: Partly revert patch from 2000-10-18.
* Partly revert patch from 2000-10-18.Andreas Jaeger2000-10-241-12/+3
|
* Update.Ulrich Drepper2000-10-246-11/+19
| | | | | | | | | * include/link.h (struct link_map): New bit field l_faked. * elf/dl-deps.c: Use l_faked field in struct link_map instead of the magic l_opencount==0. * elf/dl-load.c: Likewise. * elf/dl-version.c: Likewise. * elf/rtld.c: Likewise.
* Update.Ulrich Drepper2000-10-242-4/+8
| | | | | | 2000-10-23 Ulrich Drepper <drepper@redhat.com> * elf/dl-close.c (_dl_close): Add a few more __builtin_expect.
* Update.Ulrich Drepper2000-10-232-4/+17
| | | | | | | | | 2000-10-23 Jim Meyering <meyering@ascend.com> Allow this code to be used outside of glibc. * sysdeps/generic/memrchr.c: Undef __memrchr, too. [!weak_alias]: Define __memrchr to memrchr. Guard weak_alias use with `#ifdef weak_alias'.
* Update.Ulrich Drepper2000-10-235-11/+175
| | | | | | | | * elf/unload.c: Generate more debugging output. * elf/neededtest.c: Make it more complicated. * elf/neededtest2.c: New file. * elf/Makefile: Add rules to build and run neededtest2.
* Update.Ulrich Drepper2000-10-232-27/+37
| | | | | | * elf/dl-sym.c (_dl_sym): Use exact check for caller PC in range of DSO address space. (_dl_vsym): Likewise.
* Update.Ulrich Drepper2000-10-232-2/+12
| | | | | | | 2000-10-23 Ulrich Drepper <drepper@redhat.com> * elf/dl-sym.c (_dl_sym): For RTLD_DEFAULT, search in objects global scope if we can determine it.
* Update.Ulrich Drepper2000-10-231-0/+6
| | | | | | | | * sysdeps/unix/sysv/linux/ia64/bits/resource.h (RLIMIT_LOCKS): Added. (RLIMIT_NLIMITS): Sync with kernel definition. (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Also define as macros. 2000-10-23 Andreas Schwab <schwab@suse.de>
* (RLIMIT_LOCKS): Added. (RLIMIT_NLIMITS): Sync with kernel definition. ↵Ulrich Drepper2000-10-231-3/+10
| | | | (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Also define as macros.
* * sysdeps/m68k/fpu/libm-test-ulps: Updated.Andreas Schwab2000-10-231-0/+4
|
* Updated.Andreas Schwab2000-10-231-6/+198
|
* Update.Ulrich Drepper2000-10-232-0/+6
| | | | | | 2000-10-23 Ulrich Drepper <drepper@redhat.com> * elf/elf.h (R_IA64_GPREL32MSB, R_IA64_GPREL32LSB): New definitions.
* Update.Ulrich Drepper2000-10-239-2/+50
| | | | | | | | | | | | | | | | | | 2000-10-22 Bruno Haible <haible@clisp.cons.org> * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Add irreversible mappings for 0x8BF8, 0xA27E..0xA2A7. * iconvdata/BIG5HKSCS.irreversible: New file. 2000-10-23 Jakub Jelinek <jakub@redhat.com> * timezone/zdump.c (main): setlocale LC_CTYPE as well as LC_MESSAGES. * timezone/zic.c (main): Likewise. 2000-10-23 Thorsten Kukuk <kukuk@suse.de> * nscd/connections.c (invalidate_cache): Don't invalidate a cache if it is not enabled.
* (TIMEOUT): Override default timeout.Ulrich Drepper2000-10-231-0/+1
|