aboutsummaryrefslogtreecommitdiff
path: root/glibc
AgeCommit message (Expand)AuthorFilesLines
2023-02-19Bump glibc to 2.37Christoph Müllner1-0/+0
2022-02-24Update glibc and newlib pathsFlorian Hofhammer1-0/+0
2016-07-11Move to submodules for GCC, glibcPalmer Dabbelt150-6234/+0
2016-05-22glibc/newlib: unroll strcmp further for RV32Andrew Waterman1-4/+20
2016-04-26Add structs 'flock' and 'flock64' to "bits/fcntl.h"Manuel A. Fernandez Montecelo1-0/+25
2016-04-26Provide bits/fcntl.h for RISC-VManuel A. Fernandez Montecelo1-0/+36
2016-03-14Upgrade to glibc 2.23Andrew Waterman6-14/+7
2016-03-14glibc: remove old MIPS headersAndrew Waterman3-154/+0
2015-11-19glibc: fix rounding mode bugAndrew Waterman2-13/+39
2015-10-20Revert "binutils: relax LA macro to C.LUI when appropriate"Andrew Waterman1-2/+1
2015-10-10binutils: relax LA macro to C.LUI when appropriateAndrew Waterman1-1/+2
2015-09-24glibc: Pass -msoft-float to glibc when necessary.Darius Rad1-0/+6
2015-08-16glibc: revert to old INLINE_SYSCALL definitionAndrew Waterman2-13/+20
2015-08-15Use aarch64's INLINE_SYSCALLPalmer Dabbelt1-10/+13
2015-08-15Use __BYTE_ORDER__ instead of BYTE_ORDERPalmer Dabbelt1-1/+1
2015-08-15undef PSEUDO_END before defining itPalmer Dabbelt1-0/+1
2015-08-15undef END before defining itPalmer Dabbelt1-0/+1
2015-08-10RISC-V's mathinline.h doesn't need FPU supportPalmer Dabbelt1-0/+0
2015-08-10Replace riscv/fpu/bits/mathinline.h with Tilera's versionPalmer Dabbelt1-46/+18
2015-07-05Fix some glibc FP routines for non-FPalmer Dabbelt7-2/+48
2015-05-10glibc: add missing pthread_spin_{init,destroy}Andrew Waterman2-6/+11
2015-03-03glibc: Fix _FPU_GETCW assignment for soft float.Darius Rad1-1/+1
2015-03-03glibc: Cast macro return type to avoid compiler error.Darius Rad1-2/+2
2015-02-24glibc: Ensure __HAVE_64B_ATOMICS is always defined.Darius Rad1-0/+2
2015-02-23Upgrade to glibc 2.21Andrew Waterman21-315/+256
2015-02-09glibc: Allow the prefix riscv- as an alias for riscv64-.Darius Rad1-4/+4
2015-02-09glibc: Combine wordsize.h for 32 and 64 bit.Darius Rad2-19/+4
2015-02-03Include <asm/ptrace.h> from <sys/user.h>Palmer Dabbelt1-1/+2
2015-01-31glibc: Fix dependence on deprecated syscallsAlbert Ou3-1/+4
2015-01-15Merge pull request #16 from ucb-bar/string-inlinePalmer Dabbelt1-1/+1
2015-01-13Change a "inline" to "__inline__"Palmer Dabbelt1-1/+1
2015-01-10glibc: Undefine ELF_MACHINE_DEBUG_SETUPAlbert Ou1-2/+0
2015-01-09glibc: work around libpthread static linking problemAndrew Waterman1-0/+8
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