about summary refs log tree commit diff
path: root/ChangeLog.alpha
Commit message (Collapse)AuthorAgeFilesLines
* alpha: Define FP_TRAPPING_EXCEPTIONSRichard Henderson2012-06-151-0/+2
|
* alpha: Always handle inexact in rint implementationsRichard Henderson2012-06-151-0/+30
|
* alpha: Fix end-of-count checks in strncmpRichard Henderson2012-06-061-0/+3
| | | | | | | | This routine suffered a similar problem as stxncpy in needing to bias a potentially very large unsigned number with wraparound. This exposed a secondary problem where we didn't properly handle end-of-count condition for the second string input resulting in stratcliff failures.
* alpha: Fix [BZ #13718]Richard Henderson2012-06-061-0/+4
| | | | | | The routines expect to be able to bias the count by a small number. If the count is near -1ull, the count will overflow. Since we cannot use the whole 64-bit address space, bound the count to LONG_MAX.
* alpha: Fix ev4 build with ev6 compilerRichard Henderson2012-06-061-0/+3
|
* alpha: Use cfi_startproc instead of dual procedure descriptorsRichard Henderson2012-06-061-0/+9
|
* alpha: put mcount prologue at correct locationRichard Henderson2012-06-061-0/+4
|
* alpha: Use .cfi_signal_frame in rt_sigactionRichard Henderson2012-06-051-0/+3
|
* alpha: Resurrect getppid, getegid, geteuid.Richard Henderson2012-06-051-0/+6
| | | | | The sysdeps/unix files deleted in the main tree weren't unused. Resurrect them in sysdeps/unix/alpha, and using the real syscall names.
* alpha: Use -mieee-with-inexact with math/test-miscRichard Henderson2012-06-011-0/+2
|
* alpha: Update libm-test-ulpsRichard Henderson2012-06-011-0/+4
|
* alpha: Add -mieee-with-inexact for fma compilationRichard Henderson2012-05-311-0/+4
|
* alpha: Fix error path for PIC __brkRichard Henderson2012-05-311-0/+2
|
* alpha: Update libm-test-ulpsRichard Henderson2012-05-301-0/+2
|
* alpha: Remove __connect_internal aliasRichard Henderson2012-05-301-0/+3
|
* alpha: Avoid fgets plt entryRichard Henderson2012-05-301-0/+3
| | | | And since the FILE is function local, avoid locking too.
* alpha: Use dbl-64/wordsize-64Richard Henderson2012-05-301-0/+2
|
* alpha: Use dynamic rounding with sqrt insnRichard Henderson2012-05-301-0/+5
|
* alpha: Use hidden_def for pthread_onceRichard Henderson2012-05-301-0/+3
|
* alpha: Purge __ASSUME_TIMEVAL64Richard Henderson2012-05-301-0/+19
|
* alpha: Add abilist files.Richard Henderson2012-05-241-0/+14
|
* alpha: Re-add imaxdiv.Richard Henderson2012-05-241-0/+2
|
* alpha: Remove __ASSUME_32BITUIDS.Richard Henderson2012-05-241-0/+4
|
* alpha: Update bits/mman.h.Richard Henderson2012-05-241-0/+5
|
* alpha: Rename *.s to *.SRichard Henderson2012-05-201-0/+17
|
* alpha: Add __SYSCALL_SLONG_TYPE, __SYSCALL_ULONG_TYPE, __FSWORD_T_TYPERichard Henderson2012-05-181-0/+5
|
* alpha: Correct kernel version needed to define __ASSUME_ACCEPT4.Matt Turner2012-04-271-8/+3
|
* alpha: Use fopen "rce" in iopermMatt Turner2012-04-271-0/+5
|
* alpha: Update bits/mman.h.Matt Turner2012-04-271-0/+5
|
* alpha: Remove __STDC__ conditionals.Matt Turner2012-04-271-0/+6
|
* alpha: Use const instead of __const.Matt Turner2012-04-271-0/+6
|
* alpha: Define O_PATH.Matt Turner2012-04-271-0/+4
|
* Merge sysdeps/alpha/elf/ into sysdeps/alpha/.Richard Henderson2012-03-271-0/+12
|
* alpha: Update _itoa.h include.Richard Henderson2012-03-211-0/+5
|
* alpha: Tell math_private.h that we have __isnan et al.Richard Henderson2012-03-191-0/+4
|
* alpha: replace bits/socket.h with bits/socket_type.h.Richard Henderson2012-03-111-0/+5
|
* Replace FSF snail mail address by URL.Paul Eggert2012-03-091-0/+5
|
* alpha: Avoid -Winline warning in ioperm.c.Richard Henderson2012-03-041-0/+5
| | | | | | Specifically: warning: inlining failed in call to 'inline_sethae.part.1': call is unlikely and code size would grow [-Winline]
* alpha: Update recvmmsg and sendmmsg declarations.Richard Henderson2012-03-041-0/+6
|
* alpha: Update for pthread_attr_t typedef changes.Richard Henderson2012-03-041-0/+9
|
* alpha: Convert to bits/timerfd.h and bits/epoll.h.Richard Henderson2012-02-211-0/+7
|
* Whitespace cleanupAndreas Schwab2012-02-201-6/+6
|
* alpha: Add support for Linux error EHWPOISONAndreas Schwab2012-02-201-0/+7
|
* alpha: Fix _SC_LEVEL*CACHE*Aurelien Jarno2012-02-201-0/+4
|
* alpha: Eliminate plt entries for __ieee_[sg]et_fp_controlRichard Henderson2012-02-201-0/+5
|
* alpha: Support 6th argument to syscallMike Hommey2012-02-151-0/+5
|
* alpha: Convert to bits/signalfd.h.Richard Henderson2012-02-151-0/+3
|
* alpha: Do signed promotion of 32-bit arguments to syscallsRichard Henderson2012-02-151-1/+10
|
* alpha: Correct relocation markup for PIC SYSCALL_ERROR_HANDLER.Richard Henderson2012-02-151-0/+4
|
* alpha: Don't test USE___THREAD in dl-machine.h.Richard Henderson2012-02-151-0/+2
|