Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | 2013-04-02 | 1 | -0/+4 |
| | | | | It is based on draft TS 18661 and currently enabled as a GNU extension. | ||||
* | Use LIBC_CONFIG_VAR for MIPS default-abi setting. | Joseph Myers | 2013-03-21 | 1 | -0/+8 |
| | |||||
* | Avoid duplicate MAP_ANONYMOUS definition for MIPS GNU/Linux. | Thomas Schwinge | 2013-03-15 | 1 | -0/+5 |
| | | | | Follow-up to commit 664a9ce4ca40feabff781fff044c93a43ae15b59. | ||||
* | Use <bits/mman-linux.h> for MIPS | Andreas Jaeger | 2013-03-06 | 1 | -0/+4 |
| | | | | | | | | | * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow definition via __MAP_ANONYMOUS. * sysdeps/unix/sysv/linux/mips/bits/mman.h: Remove all defines provided by bits/mman-linux.h and include <bits/mman-linux.h>. (__MAP_ANONYMOUS): Define. | ||||
* | Sync with Linux 3.8 | Andreas Jaeger | 2013-03-06 | 1 | -0/+4 |
| | |||||
* | Add support for building as MIPS16 code. | Maciej W. Rozycki | 2013-02-27 | 1 | -0/+106 |
| | |||||
* | Respect the user's namespace in installed header files. | Thomas Schwinge | 2013-02-20 | 1 | -0/+3 |
| | | | | Fixup for commit c7b275d6b3bceb6b400fa3044d13d1001bc605ca. | ||||
* | Properly sort a libc.abilist file. | Thomas Schwinge | 2013-02-20 | 1 | -0/+3 |
| | | | | Inconsistency introduced in commit 84b3fd8407cc9a2e7f487b6247681bd8a78a4560. | ||||
* | bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)). | Thomas Schwinge | 2013-02-20 | 1 | -0/+3 |
| | |||||
* | Add missing __attribute_used__. | Thomas Schwinge | 2013-02-20 | 1 | -0/+3 |
| | | | | | Generic IEEE 754 file has been changed in commit b575c52b86fe0c00adec925e356eb72cf95b23a7. | ||||
* | Align to generic file. | Thomas Schwinge | 2013-02-20 | 1 | -0/+4 |
| | |||||
* | Add FUTEX_*_REQUEUE_PI support for MIPS. | Joseph Myers | 2013-02-19 | 1 | -0/+10 |
| | |||||
* | C++11 thread_local destructors support | Siddhesh Poyarekar | 2013-02-18 | 1 | -0/+9 |
| | | | | | | | | | | | This feature is specifically for the C++ compiler to offload calling thread_local object destructors on thread program exit, to glibc. This is to overcome the possible complication of destructors of thread_local objects getting called after the DSO in which they're defined is unloaded by the dynamic linker. The DSO is marked as 'unloadable' if it has a constructed thread_local object and marked as 'unloadable' again when all the constructed thread_local objects defined in it are destroyed. | ||||
* | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 2013-02-13 | 1 | -0/+14 |
| | |||||
* | Add CFI information for MIPS assembly sources. | Joseph Myers | 2013-02-11 | 1 | -0/+45 |
| | |||||
* | Remove CHECK_N and bp-checks.h. | Joseph Myers | 2013-02-08 | 1 | -0/+15 |
| | |||||
* | Use ENTRY and END in more MIPS .S files. | Joseph Myers | 2013-02-08 | 1 | -0/+15 |
| | |||||
* | Remove CHECK_1 and CHECK_1_NULL_OK. | Joseph Myers | 2013-02-08 | 1 | -0/+13 |
| | |||||
* | MIPS: Correct formatting of syscall wrapper `asm' specifiers. | Maciej W. Rozycki | 2013-02-05 | 1 | -0/+5 |
| | |||||
* | MIPS: Respect the legacy syscall restart convention. | Maciej W. Rozycki | 2013-02-05 | 1 | -0/+34 |
| | | | | | | | | | | | | | | | That convention requires the instruction immediately preceding SYSCALL to initialize $v0 with the syscall number. Then if a restart triggers, $v0 will have been clobbered by the syscall interrupted, and needs to be reinititalized. The kernel will decrement the PC by 4 before switching back to the user mode so that $v0 has been reloaded before SYSCALL is executed again. This implies the place $v0 is loaded from must be preserved across a syscall, e.g. an immediate, static register, stack slot, etc. The restriction was lifted with Linux 2.6.36 kernel release and no special requirements are placed around the SYSCALL instruction anymore, however we still support older kernel binaries. | ||||
* | Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. | Joseph Myers | 2013-02-04 | 1 | -0/+16 |
| | |||||
* | Remove bp-semctl.h and CHECK_SEMCTL. | Joseph Myers | 2013-01-31 | 1 | -0/+7 |
| | |||||
* | MIPS: Correct NewABI syscall wrapper whitespace damage. | Maciej W. Rozycki | 2013-01-29 | 1 | -0/+6 |
| | |||||
* | 2013-01-25 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2013-01-25 | 1 | -0/+4 |
| | | | | * sysdeps/mips/memmove.c: Remove. | ||||
* | Use __extension__ with long long in installed headers. | Joseph Myers | 2013-01-10 | 1 | -0/+5 |
| | |||||
* | 2013-01-08 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2013-01-08 | 1 | -0/+5 |
| | | | | | * sysdeps/mips/memcpy.S: Change prefetch hint, reorder partial loads and stores, set and use MAX_PREFETCH_SIZE. | ||||
* | BZ#14985: Remove erroneous EPOLL_NONBLOCK | Andreas Jaeger | 2013-01-08 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | [BZ# 14985] * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK): Remove. * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise. * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise. ChangeLog.mips: [BZ# 14985] * sysdeps/unix/sysv/linux/mips/bits/epoll.h (EPOLL_NONBLOCK): * Remove. ChangeLog.hppa: [BZ# 14985] * sysdeps/unix/sysv/linux/hppa/sys/epoll.h (EPOLL_NONBLOCK): Remove. ChangeLog.alpha: [BZ# 14985] * sysdeps/unix/sysv/linux/alpha/bits/epoll.h (EPOLL_NONBLOCK): Remove. | ||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -0/+5 |
| | |||||
* | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 2013-01-01 | 1 | -0/+15 |
| | |||||
* | Fix typo in ChangeLog.mips. | Joseph Myers | 2012-12-04 | 1 | -1/+1 |
| | |||||
* | Fix warnings from MIPS soft-float _FPU_GETCW. | Joseph Myers | 2012-12-04 | 1 | -0/+7 |
| | |||||
* | Update MIPS libm-test-ulps. | Joseph Myers | 2012-11-30 | 1 | -0/+5 |
| | |||||
* | Add 64-bit support to MIPS register-dump.h (bug 14893). | Joseph Myers | 2012-11-29 | 1 | -0/+17 |
| | |||||
* | Implement MIPS n64 sendfile64 as alias of sendfile syscall (bug 14822). | Joseph Myers | 2012-11-22 | 1 | -0/+8 |
| | |||||
* | Cast to uintptr_t in MIPS jmpbuf-unwind.h. | Joseph Myers | 2012-11-21 | 1 | -0/+3 |
| | |||||
* | 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. |