summaryrefslogtreecommitdiff
path: root/patches/glibc/2.25
AgeCommit message (Collapse)AuthorFilesLines
2017-05-30Regenerate with --no-renamesAlexey Neyman1-25/+69
... or older patch(1) breaks over it. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-05-14Fix sh4-*-linux with GCC7Alexey Neyman2-0/+361
GCC7 also checks -fsanitize=divide-by-zero, which generates a trap and in sh4, traps in rtld result in link failure. Pull the fix from upstream, although it is not a complete fix, I think: this still generates a trap (SIGILL) rather than the intended SIGFPE. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-03-09Patch failing grep expression in glibc configureAlexey Neyman1-0/+49
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-03-06Drop the stat64 Cygwin patchDan McGregor1-13/+0
It's not needed now that it's been moved to glibc.sh Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
2017-02-06Add glibc 2.25Alexey Neyman4-0/+86
Signed-off-by: Alexey Neyman <stilor@att.net>