about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* Atomic operations for m68020 and up.Andreas Schwab2003-03-221-0/+227
* * sysdeps/mips/elf/ldsodefs.h: Add mips-specific elf64 relocation data struct...Alexandre Oliva2003-03-221-1/+85
* * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Fix harmless typo in #i...Alexandre Oliva2003-03-221-1/+1
* UpdateAndreas Jaeger2003-03-222-508/+451
* 2003-03-21 Roland McGrath <roland@redhat.com>Roland McGrath2003-03-222-13/+17
* * sysdeps/mips/mips64/memcpy.S: Fix porting bug that broke unaligned copying ...Alexandre Oliva2003-03-214-41/+58
* * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add trailing semicolon.Roland McGrath2003-03-211-2/+2
* * sysdeps/mips/mips64/memcpy.S, sysdeps/mips/mips64/memset.S: New. * sysdeps/...Alexandre Oliva2003-03-214-32/+232
* 2003-03-21 Roland McGrath <roland@redhat.com>Roland McGrath2003-03-211-12/+12
* Update.Ulrich Drepper2003-03-211-38/+38
* Don't use matching memory constraints.Ulrich Drepper2003-03-211-48/+48
* (__arch_compare_and_exchange_val_*_acq): Remove setne instruction.Ulrich Drepper2003-03-211-4/+4
* Update.Ulrich Drepper2003-03-216-77/+80
* * sysdeps/mips/bits/setjmp.h: n32 has only 6 call-saved fpregs. * sysdeps/mip...Alexandre Oliva2003-03-203-4/+22
* * sysdeps/unix/sysv/linux/mips/pread.c: Don't break up offset into high and l...Alexandre Oliva2003-03-204-10/+74
* * sysdeps/mips/ieee754.h: Remove excess #endif.Alexandre Oliva2003-03-201-1/+0
* * sysdeps/powerpc/bits/atomic.h (atomic_exchange): Remove unusedRoland McGrath2003-03-201-2/+2
* * sysdeps/mips/bits/setjmp.h: Store all N32 and N64 registers, including pc, ...Alexandre Oliva2003-03-204-33/+34
* Update.Ulrich Drepper2003-03-204-12/+111
* Change atomic_exchange_and_add to return the old value.Ulrich Drepper2003-03-201-21/+12
* * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S: Sign-extend with a single ...Alexandre Oliva2003-03-201-2/+1
* * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_MASK): Define properly for n64...Alexandre Oliva2003-03-201-5/+12
* Update.Ulrich Drepper2003-03-2014-528/+1352
* * sysdeps/mips/ieee754.h: New file, suitable to replace both ../ieee754/ieee7...Alexandre Oliva2003-03-201-0/+326
* 2003-03-18 Roland McGrath <roland@redhat.com>Roland McGrath2003-03-191-1/+1
* Update.Ulrich Drepper2003-03-181-1/+1
* Update.Ulrich Drepper2003-03-181-0/+210
* Update.Ulrich Drepper2003-03-181-2/+2
* * sysdeps/mips/mips64/Implies: Move wordsize-64 to... * sysdeps/mips/mips64/n...Alexandre Oliva2003-03-1720-1/+817
* * sysdeps/unix/sysv/linux/configure.in (libc_cv_slibdir): Use lib64 for mips6...Alexandre Oliva2003-03-174-4/+38
* * sysdeps/mips/machine-gmon.h (MCOUNT): Define for N32 and N64 as well.Alexandre Oliva2003-03-171-6/+77
* * sysdeps/unix/sysv/linux/mips/configure.in: New. Pre-process asm/unistd.h i...Alexandre Oliva2003-03-175-1/+156
* * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: New file. * sysdeps/unix/sysv/li...Alexandre Oliva2003-03-172-0/+247
* * sysdeps/mips/bits/wordsize.h: New file, appropriate for all 3 ABIs. * sysde...Alexandre Oliva2003-03-1717-169/+281
* Update.Ulrich Drepper2003-03-162-2/+2
* * nscd/cache.c (cache_search): Give first arg type `request_type'.Roland McGrath2003-03-162-4/+4
* Use the generic Linux code for most parts.Ulrich Drepper2003-03-151-40/+1
* * sysdeps/unix/sysv/linux/i386/system.c: Moved to ...Roland McGrath2003-03-155-77/+74
* * dlfcn/tst-dlinfo.c: New file.Roland McGrath2003-03-151-0/+10
* * sysdeps/powerpc/elf/libc-start.c (AUX_VECTOR_INIT): Define it.Roland McGrath2003-03-155-194/+102
* 2003-03-15 Roland McGrath <roland@redhat.com>Roland McGrath2003-03-151-21/+67
* * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Fix a typo.Roland McGrath2003-03-142-2/+2
* * sysdeps/mips/fpu/bits/mathdef.h: New. (__NO_LONG_DOUBLE_MATH): Define for o32.Alexandre Oliva2003-03-141-0/+48
* * sysdeps/mips/sys/asm.h: Formatting changes. (PTR, PTRSIZE, PTRLOG): Adjust ...Alexandre Oliva2003-03-141-163/+258
* * sysdeps/mips/dl-machine.h: Include sys/asm.h. (elf_machine_matches_host): P...Alexandre Oliva2003-03-142-656/+159
* * sysdeps/unix/sysv/linux/mips/readelflib.c: New file.Alexandre Oliva2003-03-141-0/+71
* * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h (_KERNEL_NSIG_BPW): Define ...Alexandre Oliva2003-03-142-1/+46
* * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Don't .set mips2 on...Alexandre Oliva2003-03-141-1/+3
* Update.Ulrich Drepper2003-03-147-9/+70
* * sysdeps/generic/ldconfig.h (FLAG_MIPS64_LIBN32, FLAG_MIPS64_LIBN64): Define...Alexandre Oliva2003-03-141-1/+3