summaryrefslogtreecommitdiff
path: root/ports/ChangeLog.mips
AgeCommit message (Expand)Author
2013-07-02Regenerate MIPS ulps.Joseph Myers
2013-07-02Implement fma in soft-fp.Joseph Myers
2013-06-28Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold
2013-06-27_dl_static_init: Remove nested locking.Maciej W. Rozycki
2013-06-15New API to set default thread attributesSiddhesh Poyarekar
2013-06-14Stop MIPS setjmp / longjmp saving / restoring floating-point flags (bug 14909).Joseph Myers
2013-06-14Add math-tests.h for MIPS.Joseph Myers
2013-06-05Remove trailing whitespace in ports.Joseph Myers
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar
2013-05-29Fix ChangeLog formattingSiddhesh Poyarekar
2013-05-22Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado
2013-05-22Don't include expected results in libm-test test names.Joseph Myers
2013-05-21Fix MIPS n32 cancellation in static libc (bug 15506).Joseph Myers
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers
2013-05-16MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge
2013-03-21Use LIBC_CONFIG_VAR for MIPS default-abi setting.Joseph Myers
2013-03-15Avoid duplicate MAP_ANONYMOUS definition for MIPS GNU/Linux.Thomas Schwinge
2013-03-06Use <bits/mman-linux.h> for MIPSAndreas Jaeger
2013-03-06Sync with Linux 3.8Andreas Jaeger
2013-02-27Add support for building as MIPS16 code.Maciej W. Rozycki
2013-02-20Respect the user's namespace in installed header files.Thomas Schwinge
2013-02-20Properly sort a libc.abilist file.Thomas Schwinge
2013-02-20bits/nan.h: Change __attribute_used__ to __attribute__ ((unused)).Thomas Schwinge
2013-02-20Add missing __attribute_used__.Thomas Schwinge
2013-02-20Align to generic file.Thomas Schwinge
2013-02-19Add FUTEX_*_REQUEUE_PI support for MIPS.Joseph Myers
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers
2013-02-11Add CFI information for MIPS assembly sources.Joseph Myers
2013-02-08Remove CHECK_N and bp-checks.h.Joseph Myers
2013-02-08Use ENTRY and END in more MIPS .S files.Joseph Myers
2013-02-08Remove CHECK_1 and CHECK_1_NULL_OK.Joseph Myers
2013-02-05MIPS: Correct formatting of syscall wrapper `asm' specifiers.Maciej W. Rozycki
2013-02-05MIPS: Respect the legacy syscall restart convention.Maciej W. Rozycki
2013-02-04Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.Joseph Myers
2013-01-31Remove bp-semctl.h and CHECK_SEMCTL.Joseph Myers
2013-01-29MIPS: Correct NewABI syscall wrapper whitespace damage.Maciej W. Rozycki
2013-01-252013-01-25 Steve Ellcey <sellcey@mips.com>Steve Ellcey
2013-01-10Use __extension__ with long long in installed headers.Joseph Myers
2013-01-082013-01-08 Steve Ellcey <sellcey@mips.com>Steve Ellcey
2013-01-08BZ#14985: Remove erroneous EPOLL_NONBLOCKAndreas Jaeger
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2012-12-04Fix typo in ChangeLog.mips.Joseph Myers
2012-12-04Fix warnings from MIPS soft-float _FPU_GETCW.Joseph Myers
2012-11-30Update MIPS libm-test-ulps.Joseph Myers
2012-11-29Add 64-bit support to MIPS register-dump.h (bug 14893).Joseph Myers
2012-11-22Implement MIPS n64 sendfile64 as alias of sendfile syscall (bug 14822).Joseph Myers