aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sparc
AgeCommit message (Expand)AuthorFilesLines
2010-12-19Make PowerPC64 default to nonexecutable stackRyan S. Arnold1-1/+7
2010-10-11Correct implementation of fmaf.Jakub Jelinek2-2/+4
2010-03-09sparc: Optimize strlen using techniques from powerpc implementation.David S. Miller3-231/+110
2010-03-09sparc32: Fix non-v9 build failure in memcpy.David S. Miller1-3/+20
2010-03-09sparc64: Fix handling of R_SPARC_TLS_LE_* relocations.David S. Miller1-4/+6
2010-03-04sparc32: Remove unused code.David S. Miller2-383/+0
2010-03-04sparc64: Use dbl-64/wordsize-64 math lib code.David S. Miller1-0/+1
2010-03-03sparc: Use ba,a,pt in PLTs and fix bugs in R_SPARC_JMP_IREL handling.David S. Miller4-13/+67
2010-02-25sparc: Add multiarch support for memset/bzero/memcpy.davem/sparcDavid S. Miller22-32/+316
2010-02-25sparc: Pull bcopy/memmove out of memcpy.S implementations.David S. Miller12-1425/+2
2010-02-25sparc: Reimplement 64-bit aligned copy routines and remove from memcpy files.David S. Miller6-84/+89
2010-02-20sparc: Fix v9 memchr with long buffer lengths.David S. Miller1-1/+1
2010-02-20Fix PLT rewrite when prelinking fails on 32-bit sparc.David S. Miller1-6/+10
2010-02-20Fix PLT rewrite when prelinking fails on 64-bit sparc.Joseph Myers1-11/+14
2010-02-10Sparc STT_GNU_IFUNC supportDavid S. Miller6-188/+384
2010-02-09Avoid PLT call to fegetenv on s390Andreas Schwab1-0/+1
2009-09-15configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2-24/+24
2009-04-14* sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty. cvs/fedora-glibc-20090414T2104Jakub Jelinek2-2/+6
2009-02-16* stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek1-3/+3
2008-10-11* sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR, Jakub Jelinek3-4/+14
2008-07-26* Makeconfig: Define pie-ccflag and PIE-ccflag variables.Ulrich Drepper1-0/+2
2008-05-20* sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h cvs/fedora-glibc-20080520T1924Jakub Jelinek1-0/+58
2008-05-20* sysdeps/sparc/machine-gmon.h: New file. Jakub Jelinek3-0/+66
2008-05-06* sysdeps/sparc/sparc32/Makefile: Use -mcpu=v7 for initfini.s build. Jakub Jelinek2-0/+8
2007-10-192007-10-06 David S. Miller <davem@davemloft.net>Jakub Jelinek6-4/+752
2007-09-18* sysdeps/sparc/sparc32/elf/start.S: Remove cfi_* markup. cvs/fedora-glibc-20070918T1931Jakub Jelinek2-12/+2
2007-09-15* misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper1-1/+1
2007-08-16* sysdeps/sparc/sparc32/sparcv9b/memcpy.S: Moved to... Jakub Jelinek3-2/+0
2007-08-15* sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Fix raising cvs/fedora-glibc-20070815T2049Jakub Jelinek2-7/+7
2007-08-14* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup): No Jakub Jelinek1-18/+36
2007-03-17* configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper1-2/+2
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2-4/+4
2007-07-31.Jakub Jelinek2-4/+4
2006-10-27USE_TLS support is now default.Ulrich Drepper2-4/+4
2006-09-09[BZ #1006]Ulrich Drepper1-5/+6
2006-03-25* sysdeps/sparc/sparc32/bits/atomic.hUlrich Drepper3-6/+6
2006-03-06* shlib-versions: Use sparc64.*- for CPU patterns.Roland McGrath14-116/+218
2006-03-01* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.Roland McGrath1-0/+9
2006-03-01* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.Roland McGrath2-7/+36
2006-03-01* configure.in (machine): Match sparcv9v and sparc64v.Roland McGrath4-0/+724
2006-02-25* configure.in: Use sparc/sparc32/sparcv9/sparcv9b in placeRoland McGrath2-2/+1
2006-02-25* elf/elf.h (HWCAP_SPARC_BLKINIT): New macro.Roland McGrath2-7/+6
2006-02-25Typo fix.Roland McGrath2-2/+2
2006-02-25* sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: Moved to ...Roland McGrath30-94/+236
2006-02-01* math/divtc3.c: New file.Roland McGrath3-1/+10
2006-02-01* sysdeps/unix/sysv/linux/i386/fxstatat.c [XSTAT_IS_STAT64]Roland McGrath1-1/+0
2006-01-18* sysdeps/sparc/sparc64/Makefile (long-double-fcts): Move this ...Roland McGrath2-3/+3
2006-01-15[BZ #1950, BZ #2153]Andreas Jaeger2-4/+4
2006-01-14* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath20-67/+571
2006-01-122006-01-12 Roland McGrath <roland@redhat.com>Roland McGrath4-6/+4