Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add sotruss-lib.c for MIPS. | Joseph Myers | 2012-11-21 | 1 | -0/+4 | |
| | ||||||
* | Use parentheses around MIPS syscall macro arguments. | Joseph Myers | 2012-11-20 | 1 | -0/+16 | |
| | ||||||
* | Fix int-to-pointer-cast warnings for MIPS. | Joseph Myers | 2012-11-20 | 1 | -0/+14 | |
| | ||||||
* | Fix warnings from aborting MIPS atomic macros. | Joseph Myers | 2012-11-20 | 1 | -0/+10 | |
| | ||||||
* | Fix unused-variable warnings from MIPS RESOLVE_GOTSYM macro. | Joseph Myers | 2012-11-20 | 1 | -0/+3 | |
| | ||||||
* | Fix unused variable warnings from MIPS syscall macros. | Joseph Myers | 2012-11-19 | 1 | -0/+15 | |
| | ||||||
* | Fix "set but not used" warnings from MIPS bits/atomic.h. | Joseph Myers | 2012-11-17 | 1 | -0/+9 | |
| | ||||||
* | Use memcpy in memmove when possible | Maxim Kuvyrkov | 2012-11-06 | 1 | -0/+4 | |
| | ||||||
* | Define lll_futex_timed_wait_bitset for MIPS. | Joseph Myers | 2012-11-05 | 1 | -0/+5 | |
| | ||||||
* | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge | 2012-11-04 | 1 | -0/+5 | |
| | ||||||
* | Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796). | Joseph Myers | 2012-11-03 | 1 | -0/+3 | |
| | ||||||
* | Make fenv.h FE_* macros usable in #if (bug 3439). | Joseph Myers | 2012-11-03 | 1 | -0/+15 | |
| | ||||||
* | Regenerate all configure scripts. | Thomas Schwinge | 2012-11-01 | 1 | -0/+2 | |
| | ||||||
* | BZ#14743: Move clock_* symbols from librt to libc. | Thomas Schwinge | 2012-11-01 | 1 | -0/+5 | |
| | | | | Change missing from commit 6e6249d0b461b952d0f544792372663feb6d792a. | |||||
* | 2012-10-31 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2012-10-31 | 1 | -0/+6 | |
| | | | | | | * sysdeps/mips/memcpy.S: Add prefetching and more unrolling, make it work in 32 or 64 bit modes. * sysdeps/mips/mips64/memcpy.S: Remove. | |||||
* | Fix strtod handling of underflow (bug 14047). | Joseph Myers | 2012-10-30 | 1 | -0/+5 | |
| | ||||||
* | 2012-10-29 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2012-10-29 | 1 | -0/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/mips/mips32/Makefile: Remove. * sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Remove. * sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Remove. * sysdeps/unix/sysv/linux/mips/configure.in: Create default_abi.make. * sysdeps/unix/sysv/linux/mips/configure: Regenerate. * sysdeps/unix/sysv/linux/mips/Makefile: Include default_abi.make. (abi-variants): Add hard and soft float versions. (abi-o32-options): Remove. (abi-o32-condition): Remove. (abi-n32-options): Remove. (abi-n32-condition): Remove. (abi-n64-options): Remove. (abi-n64-condition): Remove. (abi-o32_soft-options): New. (abi-o32_soft-condition): New. (abi-o32_hard-options): New. (abi-o32_hard-condition): New. (abi-n32_soft-options): New. (abi-n32_soft-condition): New. (abi-n32_hard-options): New. (abi-n32_hard-condition): New. (abi-n64_soft-options): New. (abi-n64_soft-condition): New. (abi-n64_hard-options): New. (abi-n64_hard-condition): New. | |||||
* | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | 2012-10-24 | 1 | -0/+6 | |
| | ||||||
* | Convert MIPS to use <bits/fcntl-linux.h> | Andreas Jaeger | 2012-10-24 | 1 | -0/+6 | |
| | | | | | | * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. | |||||
* | 2012-10-03 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2012-10-03 | 1 | -0/+9 | |
| | | | | | | | | | * sysdeps/mips/ieee754.h: Move to... * sysdeps/mips/ieee754/ieee754.h: Here. * sysdeps/mips/mips32/Implies: Add mips/ieee754. * sysdeps/mips/mips64/Implies: Ditto. * sysdeps/mips/mips64/n32/Implies: Ditto. * sysdeps/mips/mips64/n64/Implies: Ditto. | |||||
* | Split my last ChangeLog entry into respective arch-specific files | Siddhesh Poyarekar | 2012-10-02 | 1 | -0/+5 | |
| | ||||||
* | Clean up init-first.c files. | Roland McGrath | 2012-10-01 | 1 | -0/+4 | |
| | ||||||
* | Fix the ChangeLog entry | H.J. Lu | 2012-09-28 | 1 | -1/+1 | |
| | ||||||
* | Remove mips VERSYMIDX macro definition | H.J. Lu | 2012-09-28 | 1 | -0/+4 | |
| | ||||||
* | Remove __ASSUME_STAT64_SYSCALL. | Joseph Myers | 2012-08-27 | 1 | -0/+5 | |
| | ||||||
* | mips: clear condition bit 23 in fpu too | Guido Guenther | 2012-08-27 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | We've been carrying this in Gentoo for quite a long time to fix some test failures that people hit. Original message: > make[4]: *** [/glibc/glibc-package-2.3/mips-linux/obj/math/test-fpucw.out] Error 1 This test fails since the read back fpu control word is 0x80000 instead of 0x0. I wonder if this patch is correct: ... which additionally masks out the condition bit 23 - note that the other condition bits (25-31) are masked out too? URL: http://sourceware.org/ml/libc-alpha/2002-10/msg00392.html Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
* | Clean up MIPS stat64 handling. | Joseph Myers | 2012-08-22 | 1 | -0/+9 | |
| | ||||||
* | Fifth argument of la_pltenter() is not constant. | Carlos O'Donell | 2012-08-16 | 1 | -0/+6 | |
| | | | | | | | | | | | | The original runtime linker auditing interface described by Solaris allows the 5th argument of la_pltenter() to be modified. This patch cleans up the ldsodefs.h definitions such that the 5th argument is not constant. At one point the 5th argument *was* constant but this was changed with commit 2413fdba7a02ba8916f75d17199a6e9133a8f7b0. This patch updates alpha, ia64, mips, sh and sparc with similar changes. | |||||
* | Optimize __libc_lock_lock and __libc_lock_trylock for MIPS. | Maxim Kuvyrkov | 2012-08-15 | 1 | -0/+6 | |
| | ||||||
* | Add generic versions of pthread_spin_lock and pthread_spin_trylock. | Maxim Kuvyrkov | 2012-08-15 | 1 | -0/+6 | |
| | ||||||
* | Update MIPS dl-lookup.c from generic version. | Joseph Myers | 2012-08-15 | 1 | -0/+4 | |
| | ||||||
* | Add explicit acquire/release semantics to MIPS' atomic_exchange_and_add. | Maxim Kuvyrkov | 2012-08-13 | 1 | -0/+11 | |
| | ||||||
* | Define __ASSUME_UTIMES for MIPS. | Joseph Myers | 2012-08-09 | 1 | -0/+5 | |
| | ||||||
* | Remove pre-2.6.16 Linux kernel support. | Joseph Myers | 2012-08-07 | 1 | -0/+6 | |
| | ||||||
* | Remove __ASSUME_FCNTL64. | Joseph Myers | 2012-08-01 | 1 | -0/+5 | |
| | ||||||
* | Fix MIPS PREF/PREFX macro definitions in empty case. | Steve Ellcey | 2012-08-01 | 1 | -0/+8 | |
| | ||||||
* | Improve MIPS n64 handling of 64-bit fcntl. | Joseph Myers | 2012-07-31 | 1 | -0/+9 | |
| | ||||||
* | Make mmap64 an alias of mmap on MIPS. | Joseph Myers | 2012-07-27 | 1 | -0/+5 | |
| | ||||||
* | Fix up ChangeLog entries | Florian Weimer | 2012-07-25 | 1 | -0/+9 | |
| | ||||||
* | Remove TLS configure check for MIPS. | Joseph Myers | 2012-07-17 | 1 | -0/+3 | |
| | ||||||
* | Add c++-types information for MIPS. | Joseph Myers | 2012-07-17 | 1 | -0/+9 | |
| | ||||||
* | Rewrite MIPS' atomic.h to use __atomic_* builtins. | Maxim Kuvyrkov | 2012-07-11 | 1 | -0/+17 | |
| | ||||||
* | Do not store data below the stack pointer on MIPS. | Petar Jovanovic | 2012-07-06 | 1 | -0/+5 | |
| | ||||||
* | Move all files into ports/ subdirectory in preparation for merge with glibc glibc-2.16-ports-before-merge | Joseph Myers | 2012-07-01 | 1 | -0/+1555 | |