about summary refs log tree commit diff
path: root/ports/sysdeps/mips
Commit message (Collapse)AuthorAgeFilesLines
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-018-16/+8
|
* Fix warnings from MIPS soft-float _FPU_GETCW.Joseph Myers2012-12-041-4/+3
|
* Update MIPS libm-test-ulps.Joseph Myers2012-11-302-50/+1249
|
* Add 64-bit support to MIPS register-dump.h (bug 14893).Joseph Myers2012-11-291-0/+4
|
* Cast to uintptr_t in MIPS jmpbuf-unwind.h.Joseph Myers2012-11-211-1/+1
|
* Add sotruss-lib.c for MIPS.Joseph Myers2012-11-211-0/+117
|
* Fix int-to-pointer-cast warnings for MIPS.Joseph Myers2012-11-201-3/+5
|
* Fix warnings from aborting MIPS atomic macros.Joseph Myers2012-11-201-3/+3
|
* Fix unused-variable warnings from MIPS RESOLVE_GOTSYM macro.Joseph Myers2012-11-201-1/+1
|
* Fix "set but not used" warnings from MIPS bits/atomic.h.Joseph Myers2012-11-171-4/+4
|
* Use memcpy in memmove when possibleMaxim Kuvyrkov2012-11-061-0/+23
|
* Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers2012-11-031-1/+2
|
* Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers2012-11-031-18/+27
|
* Remove 'Contributed' line, glibc is not using them anymore.Steve Ellcey2012-10-311-2/+0
|
* Remove trailing white spaces.Steve Ellcey2012-10-311-5/+5
|
* 2012-10-31 Steve Ellcey <sellcey@mips.com>Steve Ellcey2012-10-312-243/+603
| | | | | | * 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 Myers2012-10-301-0/+1
|
* 2012-10-03 Steve Ellcey <sellcey@mips.com>Steve Ellcey2012-10-034-0/+4
| | | | | | | | | * 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.
* 2012-10-03 Steve Ellcey <sellcey@mips.com>Steve Ellcey2012-10-031-0/+0
| | | | | | | | | * 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.
* Clean up init-first.c files.Roland McGrath2012-10-011-65/+0
|
* Remove mips VERSYMIDX macro definitionH.J. Lu2012-09-281-2/+0
|
* mips: clear condition bit 23 in fpu tooGuido Guenther2012-08-271-1/+1
| | | | | | | | | | | | | | | | 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>
* Fifth argument of la_pltenter() is not constant.Carlos O'Donell2012-08-161-3/+3
| | | | | | | | | | | | 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.
* Add generic versions of pthread_spin_lock and pthread_spin_trylock.Maxim Kuvyrkov2012-08-152-59/+6
|
* Update MIPS dl-lookup.c from generic version.Joseph Myers2012-08-151-1/+2
|
* Add explicit acquire/release semantics to MIPS' atomic_exchange_and_add.Maxim Kuvyrkov2012-08-131-9/+13
|
* Fix MIPS PREF/PREFX macro definitions in empty case.Steve Ellcey2012-08-011-2/+2
|
* Remove TLS configure check for MIPS.Joseph Myers2012-07-172-147/+0
|
* Rewrite MIPS' atomic.h to use __atomic_* builtins.Maxim Kuvyrkov2012-07-111-43/+168
|
* Do not store data below the stack pointer on MIPS.Petar Jovanovic2012-07-061-2/+3
|
* Move all files into ports/ subdirectory in preparation for merge with glibc glibc-2.16-ports-before-mergeJoseph Myers2012-07-01123-0/+14445