aboutsummaryrefslogtreecommitdiff
path: root/glibc
AgeCommit message (Expand)AuthorFilesLines
2015-01-07newlib, glibc: fix strcmp regressionAndrew Waterman1-23/+23
2015-01-06glibc: clean up sysdep.h and friendsAndrew Waterman6-89/+47
2015-01-06glibc: terminate stack frame after makecontextAndrew Waterman3-16/+32
2015-01-06glibc: handle negative syscall results properlyAndrew Waterman3-21/+11
2015-01-06glibc: use cfi directives in setcontextAndrew Waterman7-96/+73
2015-01-06glibc: set swapcontext return code to 0 on successAndrew Waterman1-0/+1
2015-01-06glibc, newlib: don't save/restore tp on get/setcontextAndrew Waterman5-6/+0
2014-12-30glibc: fix syscall cancellation wrappersAndrew Waterman1-39/+30
2014-12-22gcc, glibc: use "A" for inline asm AMO constrantsAndrew Waterman1-55/+17
2014-12-20binutils: rework jump pseudoisntructionAndrew Waterman1-1/+1
2014-12-15gcc, glibc, binutils: Complete missing configuration for building tools for R...Darius Rad4-26/+28
2014-12-11binutils: set text start addresses more sensiblyAndrew Waterman1-3/+0
2014-12-10binutils, glibc: avoid DT_TEXTREL in ld.soAndrew Waterman1-4/+2
2014-12-08newlib, glibc: fix memcpy bugAndrew Waterman1-3/+2
2014-12-02glibc: make sure libpthread gets initializedAndrew Waterman1-0/+16
2014-11-19glibc: make fe{get|set}round globally visibleAndrew Waterman3-5/+13
2014-11-18glibc: fix R_RISCV_64 dynamic relocAndrew Waterman1-1/+1
2014-11-06glibc: eliminate historic __socket() wrapperAlbert Ou1-91/+0
2014-11-04Avoid 'multiple definition' errors when using mathinline.h functions with GNU...Martin Maas1-2/+8
2014-10-31glibc: remove unnecessary headerAndrew Waterman1-16/+0
2014-10-28change prefix to riscv64-unknown-{linux-gnu/elf}-Andrew Waterman1-2/+3
2014-10-27glibc: remove dependence on _RISCV_SIM/SZPTRAndrew Waterman12-124/+59
2014-10-27binutils, gcc, glibc: new calling conventionAndrew Waterman23-403/+345
2014-10-24binutils, glibc: PIEs can now linkAndrew Waterman1-5/+5
2014-10-24glibc: fix memcpy link error; improve memcpyAndrew Waterman2-53/+26
2014-10-24glibc: improve memsetAndrew Waterman2-43/+107
2014-10-22binutils, glibc, gcc: support TLS copy relocationsAndrew Waterman1-20/+29
2014-10-21binutils, glibc: renumber relocsAndrew Waterman1-10/+10
2014-10-18binutils, glibc: rewrite bfd; employ sane ELF ABIAndrew Waterman5-240/+68
2014-10-18glibc: simplify ld.so self-relocationAndrew Waterman1-55/+11
2014-10-10glibc: fix preconfigure sh syntaxAlbert Ou1-1/+0
2014-09-30binutils, glibc: remove unused relocAndrew Waterman1-85/+35
2014-09-16glibc: rely on generic linux syscalls, headersAndrew Waterman36-1769/+39
2014-09-11glibc: initial port of glibc 2.20Andrew Waterman181-0/+8578