aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps/unix/alpha
AgeCommit message (Collapse)AuthorFilesLines
2014-02-12Relocate alpha from ports to libcRichard Henderson8-563/+0
Also fixed the following whitespace nits to satisfy the push: sysdeps/alpha/alphaev6/memset.S:142: space before tab in indent. sysdeps/alpha/configure:1: new blank line at EOF. sysdeps/alpha/fpu/e_sqrt.c:126: space before tab in indent. sysdeps/alpha/preconfigure:1: new blank line at EOF. sysdeps/unix/sysv/linux/alpha/syscalls.list:1: new blank line at EOF.
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae6-6/+6
2013-10-01alpha: Improve conditions under which PTR_MANGLE is definedRichard Henderson1-31/+21
After 0b1f8e35640f5b3f7af11764ade3ff060211c309, we now have a __pointer_chk_guard_local for the static libc.
2013-06-05Remove trailing whitespace in ports.Joseph Myers1-1/+1
2013-02-20alpha: Include errno.h in sysdep.hRichard Henderson1-0/+3
Recent changes in malloc-sysdep.h exposed this error, the symptom being __set_errno was not defined early enough.
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers6-7/+6
2012-09-28alpha: Fix all users of SYSCALL_ERROR_HANDLERRichard Henderson1-14/+21
The fix begun in 64e65bc1 was incomplete. Fixed by adding a new SYSCALL_ERROR_FALLTHRU macro.
2012-07-01Move all files into ports/ subdirectory in preparation for merge with glibcglibc-2.16-ports-before-mergeJoseph Myers8-0/+564