about summary refs log tree commit diff
path: root/sysdeps/alpha
Commit message (Expand)AuthorAgeFilesLines
* alpha: Fix [BZ #13718]Richard Henderson2012-06-062-16/+26
* alpha: Fix ev4 build with ev6 compilerRichard Henderson2012-06-061-1/+2
* alpha: Use cfi_startproc instead of dual procedure descriptorsRichard Henderson2012-06-066-131/+58
* alpha: put mcount prologue at correct locationRichard Henderson2012-06-061-2/+1
* alpha: Use -mieee-with-inexact with math/test-miscRichard Henderson2012-06-011-0/+2
* alpha: Update libm-test-ulpsRichard Henderson2012-06-011-85/+39
* alpha: Add -mieee-with-inexact for fma compilationRichard Henderson2012-05-312-14/+6
* alpha: Update libm-test-ulpsRichard Henderson2012-05-301-0/+1769
* alpha: Use dbl-64/wordsize-64Richard Henderson2012-05-301-0/+1
* alpha: Use dynamic rounding with sqrt insnRichard Henderson2012-05-303-6/+32
* alpha: Re-add imaxdiv.Richard Henderson2012-05-241-1/+2
* alpha: Rename *.s to *.SRichard Henderson2012-05-2012-0/+0
* alpha: Remove __STDC__ conditionals.Matt Turner2012-04-271-10/+1
* alpha: Use const instead of __const.Matt Turner2012-04-271-4/+4
* Merge sysdeps/alpha/elf/ into sysdeps/alpha/.Richard Henderson2012-03-275-2/+2
* alpha: Update _itoa.h include.Richard Henderson2012-03-211-1/+1
* alpha: Tell math_private.h that we have __isnan et al.Richard Henderson2012-03-191-0/+21
* Replace FSF snail mail address by URL.Paul Eggert2012-03-09171-513/+329
* alpha: Eliminate plt entries for __ieee_[sg]et_fp_controlRichard Henderson2012-02-201-1/+5
* alpha: Don't test USE___THREAD in dl-machine.h.Richard Henderson2012-02-151-7/+0
* alpha: Don't let preconfigure interfere with other targets.Richard Henderson2012-02-151-7/+4
* alpha: Re-enable export of the unwind functions, and relro detection.Richard Henderson2012-02-091-0/+7
* alpha: Add ldsodefs.h and tst-audit.h.Richard Henderson2012-02-082-0/+67
* alpha: Add tls-macros.h.Richard Henderson2012-02-081-0/+25
* alpha: Convert to crt[in].S.Richard Henderson2012-02-083-154/+105
* alpha: Define TLS_DTV_UNALLOCATED.Richard Henderson2012-02-081-1/+3
* alpha: Remove HAVE_TLS_SUPPORT and HAVE___THREAD tests.Richard Henderson2012-02-083-43/+104
* Update alpha files for removal of ia64 from libc.Joseph Myers2012-01-071-1/+1
* alpha: don't call ifunc functions in trace modeAndreas Schwab2011-10-051-3/+5
* alpha: Add libm_hidden_def to feupdateenv and fetestexceptAurelien Jarno2011-03-012-0/+2
* alpha: Define DEFAULT_STACK_PERMSAurelien Jarno2011-03-011-0/+6
* alpha: Fix compile errors in memchrMichael Cree2010-09-261-3/+4
* alpha: rewrite memchr.Richard Henderson2010-09-233-369/+175
* alpha: fix memchr to not cause memory faults.Richard Henderson2010-05-042-24/+24
* alpha: add dl-procinfo support.Aurelien Jarno2010-05-043-0/+144
* alpha: fix corner cases in ceil, floor, rint.Aurelien Jarno2010-05-046-66/+122
* alpha: Add hidden alias for fegetenv.Richard Henderson2010-03-261-1/+2
* alpha: Adjust the libc_cv_alpha_hidden_gprel test for gcc 4.5.Richard Henderson2010-03-262-24/+16
* alpha: Fix the return type of the atomic.h macros.Richard Henderson2010-03-261-7/+7
* Roland McGrath2008-11-262-0/+17
* (__MATH_INLINE): Define to __extern_inline whenever that macro is defined.Ulrich Drepper2007-09-151-1/+1
* Replace lll_private_futex_* (*) with lll_futex_* (*, LLL_PRIVATE).Ulrich Drepper2007-07-281-1/+1
* Adjust use of lll_futex_* macros.Ulrich Drepper2007-06-081-1/+1
* (THREAD_GSCOPE_FLAG_UNUSED, THREAD_GSCOPE_FLAG_USED, THREAD_GSCOPE_FLAG_WAIT,Ulrich Drepper2007-05-281-1/+24
* 2007-05-07 Richard Henderson <rth@redhat.com>Richard Henderson2007-05-079-18/+22
* Use __extern_inline and __extern_always_inline where appropriate.Ulrich Drepper2007-03-171-1/+1
* * sysdeps/alpha/fpu/s_llround.c: New file.Richard Henderson2007-03-1410-6/+281
* * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches.Richard Henderson2007-03-1419-201/+457
* * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding.Richard Henderson2007-03-143-75/+445
* USE_TLS support is now default.Ulrich Drepper2006-10-273-23/+16