aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-14Make tilegx32 install libraries in lib32 directories.Joseph Myers3-0/+29
2016-11-14Forgot to add the ChangeLog to the previous commit, doh.Zack Weinberg1-0/+3
2016-11-14Fix build-and-build-again bug in sunrpc tests.Zack Weinberg1-0/+1
2016-11-14Fix typo in string/bits/string2.h.Zack Weinberg2-1/+5
2016-11-14[BZ #19239] Issue deprecation warnings on macro expansion.Zack Weinberg3-35/+39
2016-11-11Add script to build many glibc configurations.Joseph Myers2-0/+1144
2016-11-11Ignore -Wmaybe-uninitialized in stdlib/bug-getcontext.c.Joseph Myers2-0/+13
2016-11-11Make SH <sys/user.h> self-contained.Joseph Myers2-0/+5
2016-11-10Make sure tilepro uses kernel atomics fo atomic_storeChris Metcalf2-0/+15
2016-11-10Refactor some libm type-generic macros.Joseph Myers5-99/+70
2016-11-10Fix sh4 build with __ASSUME_ST_INO_64_BIT redefinitionAdhemerval Zanella2-0/+8
2016-11-10Consolidate Linux access implementationAdhemerval Zanella2-7/+13
2016-11-10Add definitions to sysdeps/tile/tilepro/bits/wordsize.h.Steve Ellcey2-0/+7
2016-11-10Regenerate ULPs for aarch64Siddhesh Poyarekar2-2/+6
2016-11-09Consolidate Linux truncate implementationsAdhemerval Zanella11-159/+40
2016-11-09Consolidate Linux ftruncate implementationsAdhemerval Zanella14-275/+155
2016-11-08Fix rpcgen buffer overrun (bug 20790).Joseph Myers4-1/+22
2016-11-08Add localplt.data for sh.Joseph Myers2-0/+22
2016-11-08Add localplt.data for hppa.Joseph Myers2-0/+25
2016-11-08Update alpha localplt.data.Joseph Myers2-11/+16
2016-11-08Update nios2 localplt.data.Joseph Myers2-0/+6
2016-11-08Consolidate lseek/lseek64/llseek implementationsAdhemerval Zanella13-111/+106
2016-11-07Write messages to stdout and use write_message instead of writeGabriel F. T. Gomes9-54/+70
2016-11-07Use write_message instead of writeGabriel F. T. Gomes5-26/+37
2016-11-07Make check-installed-headers.sh ignore sys/sysctl.h for x32.Joseph Myers2-0/+27
2016-11-07Define __ASSUME_ST_INO_64_BIT on all platforms.Steve Ellcey7-4/+18
2016-11-07nptl: Document the reason why __kind in pthread_mutex_t is part of the ABIFlorian Weimer16-14/+49
2016-11-07Document do_test in test-skeleton.cSteve Ellcey2-1/+20
2016-11-06gconv.h: fix build with GCC 7Aurelien Jarno2-1/+6
2016-11-04Speed up math/test-tgmath2.cSteve Ellcey2-9/+126
2016-11-04Do not generate UNRESOLVED results for run-built-tests = no.Joseph Myers2-1/+11
2016-11-04Handle tests-unsupported if run-built-tests = no.Joseph Myers2-1/+7
2016-11-04Fix sparc build due missing __WORDSIZE_TIME64_COMPAT32 definitionAdhemerval Zanella2-0/+7
2016-11-04Fix alpha sqrt fegetenv namespace (bug 20768).Joseph Myers2-1/+5
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers23-30/+61
2016-11-04Make MIPS <sys/user.h> self-contained.Joseph Myers2-0/+3
2016-11-04XFAIL check-execstack for MIPS.Joseph Myers2-0/+9
2016-11-04Add localplt.data for MIPS.Joseph Myers2-0/+7
2016-11-04Define wordsize.h macros everywhereSteve Ellcey21-10/+142
2016-11-04An optimized memchr was missing for AArch64. This version is similar toWilco Dijkstra2-0/+162
2016-11-04Handle tilegx* machine names.Joseph Myers2-1/+5
2016-11-03Fix linknamespace parallel test failures.Joseph Myers2-0/+6
2016-11-02Fix -Wformat-length warning in time/tst-strptime2.cSteve Ellcey2-0/+15
2016-11-02Bug 20729: Fix build failures on ppc64 and other arches.Carlos O'Donell2-2/+10
2016-11-01Fix warning from latest GCC in tst-printf.cSteve Ellcey2-0/+9
2016-11-01Correct clog10 documentation (bug 19673).Joseph Myers2-2/+8
2016-10-31Bug 20729: Include libc-internal.h where required.Carlos O'Donell4-1/+13
2016-10-31hurd: Fix spurious port deallocationBrent W. Baccala2-1/+7
2016-10-31Properly initialize glob structure with GLOB_BRACE|GLOB_DOOFFS (bug 20707)Andreas Schwab3-39/+50
2016-10-29Bug 20729: Fix building with -Os.Carlos O'Donell8-1/+91