summaryrefslogtreecommitdiff
path: root/sysdeps/mips
AgeCommit message (Expand)Author
2015-01-28Disable 64-bit atomics for MIPS n32.Joseph Myers
2015-01-07Fix libm feupdateenv namespace (bug 17748).Joseph Myers
2015-01-07Fix libm fesetround namespace (bug 17748).Joseph Myers
2015-01-06Fix libm fesetenv namespace (bug 17748).Joseph Myers
2015-01-05Merge branch 'master' of ssh://sourceware.org/git/glibcSteve Ellcey
2015-01-052015-01-05 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey
2015-01-05Fix libm feholdexcept namespace (bug 17748).Joseph Myers
2015-01-052015-01-05 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey
2015-01-052015-01-05 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey
2015-01-02Fix libm fegetround namespace (bug 17748).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-31Fix libm fegetenv namespace (bug 17748).Joseph Myers
2014-12-31Add support for MIPS O32 FPXX and .MIPS.abiflagsMatthew Fortune
2014-12-30Fix libm feraiseexcept namespace (bug 17723).Joseph Myers
2014-12-22Fix preprocessor indentation in sysdeps/mips/memcpy.S.Steve Ellcey
2014-12-19Remove trailing white space.Steve Ellcey
2014-12-192014-12-19 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey
2014-12-192014-12-19 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey
2014-12-11 * sysdeps/mips/dl-trampoline.c: Modify switch expression to haveSteve Ellcey
2014-12-02mips: Do not use jal to reach __libc_start_mainPetar Jovanovic
2014-11-26Fix sysdeps/mips/__longjmp.c warning.Joseph Myers
2014-11-20Add arch-specific configuration for C11 atomics support.Torvald Riegel
2014-11-04Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers
2014-10-01Remove extra whitespace from end of line.Steve Ellcey
2014-10-01 * sysdeps/mips/strcmp.S: New.Steve Ellcey
2014-09-29Require autoconf 2.69H.J. Lu
2014-09-09Put mips preconfigure code inside mips* case statement.Steve Ellcey
2014-09-09Modify ABI tests in MIPS preconfigure.Steve Ellcey
2014-07-17Move architecture shlib-versions files to Linux-specific directories.Joseph Myers
2014-06-30Regenerate MIPS libm-test-ulps.Joseph Myers
2014-06-26Fix Wundef warning for ELF_MACHINE_NO_RELASiddhesh Poyarekar
2014-06-23MIPS: Move NPTL public headers to sysdeps/mips/nptl/.Roland McGrath
2014-06-09MIPS: Define TLS_DEFINE_INIT_TPRoland McGrath
2014-05-27Remove second argument from TLS_INIT_TP macroAndreas Schwab
2014-05-13Clean up __exit_thread.Roland McGrath
2014-05-072014-05-07 Steve Ellcey <sellcey@mips.com>Steve Ellcey
2014-03-21Fix -Wundef warnings for _ABI* on MIPS.Joseph Myers
2014-03-14Compile with -Wundef.Roland McGrath
2014-03-11Fix MIPS libc_feresetround*_ctx to preserve exceptions.Joseph Myers
2014-03-05Don't include individual test ulps in libm-test-ulps.Joseph Myers
2014-02-26Add macros and inline functions to mips math_private.h file.Steve Ellcey
2014-02-13Update MIPS math-tests.h for GCC 4.9 using soft-fp.Joseph Myers
2014-02-12soft-fp: support after-rounding tininess detection.Joseph Myers
2014-02-11Merge MIPS dl-lookup.c into generic file.Joseph Myers
2014-02-10Fix whitespace in MIPS files to allow move.Joseph Myers
2014-02-10Move mips from ports to libc.Joseph Myers
2006-02-21[BZ #2329]Roland McGrath
2006-02-01* math/divtc3.c: New file.Roland McGrath
2006-01-31* sysdeps/unix/sysv/linux/mips/bits/errno.h (ECANCELED,Roland McGrath
2006-01-15[BZ #1950, BZ #2153]Andreas Jaeger