summaryrefslogtreecommitdiff
path: root/ports/ChangeLog.alpha
AgeCommit message (Collapse)Author
2012-10-09Add missing magic to GLIBC_PROVIDES.Roland McGrath
2012-10-02Split my last ChangeLog entry into respective arch-specific filesSiddhesh Poyarekar
2012-10-01Get rid of unused __swblk_t type.Roland McGrath
2012-09-28alpha: Fix all users of SYSCALL_ERROR_HANDLERRichard Henderson
The fix begun in 64e65bc1 was incomplete. Fixed by adding a new SYSCALL_ERROR_FALLTHRU macro.
2012-09-13alpha: Streamline __setfpucwRichard Henderson
The convert_bit macro allows the compiler to translate the bit positions more efficiently. The assumption of only running at program startup allows eliding the __ieee_get_fp_control call.
2012-09-13alpha: Update localplt.dataRichard Henderson
2012-09-13alpha: Update ulpsRichard Henderson
2012-09-13alpha: Add get-rounding-mode.hRichard Henderson
2012-09-12alpha: Work around gcc 4.8 aliasing difference/bugRichard Henderson
2012-08-27alpha: add conditional fdatasync supportMike Frysinger
While most arches have had the fdatasync syscall for a long time, the alpha port didn't add it until the 2.6.22 release. This is heavily based on Aurelien Jarno's initial work. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-08-16Fifth argument of la_pltenter() is not constant.Carlos O'Donell
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.
2012-08-13alpha: Don't test toolchain support for TLS or GPRELRichard Henderson
2012-08-13alpha: Fix compat version number for nearbyintlRichard Henderson
2012-08-08Remove __ASSUME_TGKILL.Joseph Myers
2012-08-08alpha: Purge __ASSUME_IEEE_RAISE_EXCEPTIONRichard Henderson
2012-08-08alpha: Tidy up ieee_get/set_fp_control syscallsRichard Henderson
2012-08-08alpha: Purge __ASSUME_STAT64_SYSCALLRichard Henderson
2012-08-07Remove pre-2.6.16 Linux kernel support.Joseph Myers
2012-08-06Clean up {alphasort,versionsort,scandir,scandirat}{,64} for struct dirent == ↵Roland McGrath
struct dirent64.
2012-08-06Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t.Roland McGrath
2012-08-03Remove pre-2.6.0 Linux kernel support (bug 13717).Joseph Myers
2012-07-26Move testsuite audit definitions to sysdeps tst-audit.h files.Joseph Myers
2012-07-26Merge _sigsys changes from Linux 3.5Andreas Jaeger
2012-07-25Fix up ChangeLog entriesFlorian Weimer
2012-07-20Move localplt baselines to sysdeps directories.Joseph Myers
2012-07-17Move c++-types baselines to sysdeps directories.Joseph Myers
2012-07-01Move all files into ports/ subdirectory in preparation for merge with glibcJoseph Myers