about summary refs log tree commit diff
path: root/sysdeps/sparc
Commit message (Expand)AuthorAgeFilesLines
* Remove sparc binutils GOTDATA checks in lieu of new minimum version requirement.David S. Miller2012-03-0113-152/+2
* Add sparc optimized sqrt{,f}.David S. Miller2012-02-286-0/+337
* Add optimized copysign for sparc.David S. Miller2012-02-284-0/+124
* Optimized sparc floor{,f} routines.David S. Miller2012-02-274-0/+334
* Fix %fp/%sp typo in new sparc ceil{,f} assembler.David S. Miller2012-02-274-8/+8
* Fix comment formatting in new optimized sparc math files.David S. Miller2012-02-278-120/+112
* Optimized sparc ceil{,f} and rint{,f} routines.David S. Miller2012-02-278-0/+578
* Update long-double sparc math ULPs missed by previous changes.David S. Miller2012-02-212-4/+36
* Tweak sparc32 longjmp to not store a dummy frame pointer onto the stack.David S. Miller2012-02-201-6/+4
* Use PI_STATIC_AND_HIDDEN on sparc if we universally use GOTDATA relocs.David S. Miller2012-02-202-0/+11
* Use sparc GOTDATA relocations whenever possible.David S. Miller2012-02-207-69/+92
* Add sparc configure checks for GOTDATA support.David S. Miller2012-02-202-0/+126
* Consolidate Sparc ELF configure fragments to one spot.David S. Miller2012-02-204-197/+26
* Remove sparc WDISP22 configure checks, no longer used.David S. Miller2012-02-204-94/+0
* Resort ULPs files with gen-libm-test.pl -n in C locale.Joseph Myers2012-02-201-5/+5
* Adjust SPARC ULPs to take into account the new jn tests.Aurelien Jarno2012-02-202-4/+80
* Rework sparc PIC macros so crt{i,n}.S can use them too.David S. Miller2012-02-181-12/+1
* Move sparc away from the deprecated inifini.c scheme.David S. Miller2012-02-165-8/+151
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-09177-531/+354
* Always define float_t as float for PowerPC, SH and SPARC.Joseph Myers2012-01-311-11/+1
* Remove __STDC__ conditionals from installed headers.Joseph Myers2012-01-261-10/+2
* More fallout from supporting only ELFUlrich Drepper2012-01-081-5/+1
* Remove pre-ISO C supportUlrich Drepper2012-01-072-8/+8
* Optimize libmUlrich Drepper2011-10-122-2/+4
* Don't call ifunc functions in trace modeAndreas Schwab2011-10-052-8/+14
* Remove --wth-tls option, TLS support is requiredUlrich Drepper2011-09-114-52/+198
* Remove support for !USE___THREADUlrich Drepper2011-09-102-28/+13
* Remove support for automatic cvs check-insUlrich Drepper2011-09-081-4/+1
* Fixes and optimizations for 32-bit sparc fabs*().David S. Miller2011-09-054-13/+60
* Sanitize HWCAP_SPARC_* defines/usage, and add new entries.David S. Miller2011-09-017-18/+66
* Rewritten v9/64-bit sparc strcmp.David S. Miller2011-08-241-247/+169
* Fix jmpbuf unwind checks on sparc64.David S. Miller2011-08-232-4/+4
* Add an elf_ifunc_invoke interface so that architectures can implementDavid S. Miller2011-06-204-4/+28
* sparc: Fix LD_BIND_NOW with multiarch.David S. Miller2011-06-076-65/+19
* Fix memory leak in TLS of loaded objects.Ulrich Drepper2011-04-101-1/+4
* sparc64: Relax tls linking test.Mike Frysinger2011-03-102-6/+6
* Fix sparc64 bzero on non-Niagara systems.David S. Miller2011-03-031-2/+2
* Make PowerPC64 default to nonexecutable stackRyan S. Arnold2010-12-191-1/+7
* Correct implementation of fmaf.Jakub Jelinek2010-10-112-2/+4
* sparc: Optimize strlen using techniques from powerpc implementation.David S. Miller2010-03-093-231/+110
* sparc32: Fix non-v9 build failure in memcpy.David S. Miller2010-03-091-3/+20
* sparc64: Fix handling of R_SPARC_TLS_LE_* relocations.David S. Miller2010-03-091-4/+6
* sparc32: Remove unused code.David S. Miller2010-03-042-383/+0
* sparc64: Use dbl-64/wordsize-64 math lib code.David S. Miller2010-03-041-0/+1
* sparc: Use ba,a,pt in PLTs and fix bugs in R_SPARC_JMP_IREL handling.David S. Miller2010-03-034-13/+67
* sparc: Add multiarch support for memset/bzero/memcpy. davem/sparcDavid S. Miller2010-02-2522-32/+316
* sparc: Pull bcopy/memmove out of memcpy.S implementations.David S. Miller2010-02-2512-1425/+2
* sparc: Reimplement 64-bit aligned copy routines and remove from memcpy files.David S. Miller2010-02-256-84/+89
* sparc: Fix v9 memchr with long buffer lengths.David S. Miller2010-02-201-1/+1
* Fix PLT rewrite when prelinking fails on 32-bit sparc.David S. Miller2010-02-201-6/+10