summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-24Support cross-testing.Joseph Myers
2012-10-24BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath
2012-10-24change ifunc assembly test to a link testMike Frysinger
The test currently tests the binutils frontend support which passes for all versions of binutils we currently require (2.20+). It doesn't test the backend which is required for ifunc to actually work, and which most targets don't yet support. Change the assembly code so that when we link it, we get a file that has ifunc relocations if the backend supports it. That way we can test to see if binutils supports everything we need. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-10-24Convert MIPS to use <bits/fcntl-linux.h>Andreas Jaeger
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
2012-10-24Don't set resource limits in tst-oddstacklimit-ENV.Joseph Myers
2012-10-24drop -q flag when using grepMike Frysinger
We don't currently want to rely on the -q option to grep. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-10-24Use build directory instead of `pwd` in ftwtest-sh.Joseph Myers
2012-10-24Use build directory instead of /tmp in globtest.sh.Joseph Myers
2012-10-24Always define off_t, mode_t, pid_tAndreas Jaeger
* io/fcntl.h: Always define mode_t, off_t, pid_t and use these types for creat, creat64, lockf, posix_fadvise, posix_fallocate. [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t. [__USE_LARGEFILE64]: Use off64_t in declaration of lock64, posix_fadvise64, posix_fallocate64.
2012-10-24F_GETLK cleanup for <bits/fcntl.h>Andreas Jaeger
2012-10-24Define and use $(run-built-tests).Joseph Myers
2012-10-23Use $(run-program-prefix) in posix/globtest.sh.Joseph Myers
2012-10-23Add and use $(host-built-program-cmd).Jim Blandy
2012-10-23Refactor parts of run-program-prefix and built-program-cmd into new ↵Joseph Myers
run-via-rtld-prefix.
2012-10-22Fix O_RSYNCAndreas Jaeger
(O_RSYNC): Define to __O_RSYNC if it exists, otherwise to O_SYNC.
2012-10-22Don't pass shell loops' stdin to programs run on glibc's host.Jim Blandy
2012-10-22Move ChangeLog entry to correct file.Joseph Myers
2012-10-22Always define __O_LARGEFILEAndreas Jaeger
2012-10-22ARM: Use <bits/fcntl-linux.h>Andreas Jaeger
* sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
2012-10-22Add missed ChangeLog entryAndreas Jaeger
2012-10-22Improve <bits/fcntl-linux.h>: F_GETLK etc.Andreas Jaeger
(F_GETLK, F_SETLK, F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
2012-10-22Install <bits/fcntl-linux.h>Andreas Jaeger
(sysdep_headers): Add bits/fcntl-linux.h.
2012-10-22Use __O_LARGEFILE instead of O_LARGEFILEAndreas Jaeger
2012-10-21Use $(NM) not nm in tst-cancel-wrappers.Jim Blandy
2012-10-21SH: Use <bits/fcntl-linux.h>Andreas Jaeger
Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
2012-10-20Check the main application only if SHARED is definedH.J. Lu
2012-10-20Reorganization of bits/fcntl.h for LinuxAndreas Jaeger
Create a new bits/fcntl-linux.h that contains Linux generic code and a include it from the architecture specific bits/fcntl.h. Architectures done: x86, SPARC, s390
2012-10-20Alsways include <bits/types.h> in <fcntl.h>.Roland McGrath
Move include of <bits/types.h> to the top and include it unconditionally.
2012-10-19Add wcsmbs IFUNC testsH.J. Lu
2012-10-19Add string IFUNC testsH.J. Lu
2012-10-19Add debug IFUNC testsH.J. Lu
2012-10-20Retry read in ld.so if the entire ELF header is not read inSiddhesh Poyarekar
[BZ #13601] A read operation could return less than requested data for a number of reasons.
2012-10-19Use $(built-program-cmd) in io/ftwtest-sh.Joseph Myers
2012-10-19Use $(run-program-prefix) in more shell script tests.Joseph Myers
2012-10-19Remove relics of support for configuring in the source directory.Joseph Myers
2012-10-19Use working directory, not /tmp, in io/ftwtest-sh.Joseph Myers
2012-10-19Use $(built-program-cmd) in posix/tst-getconf.sh.Joseph Myers
2012-10-19Clean up localedata/tst-wctype.sh to match how it is called.Jim Blandy
2012-10-19Add a testcase for BZ #14716H.J. Lu
2012-10-19Fix case of February month name in de_AT locale.Florian Pritz
2012-10-19mr_IN locale fixesPravin Satpute
[BZ #14694] Fix Wednesday in DAY and August, September and October in ABMON and MON.
2012-10-18Comment on slow compilation of math/test-tgmath2.cMarkus Trippelsdorf
The math/test-tgmath2.c testcase uses very long lines (>3 million), so it may take a while to compile it. See: http://llvm.org/bugs/show_bug.cgi?id=14106 and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54402
2012-10-18Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h.Joseph Myers
2012-10-18Add note on free list pointers overwriting M_PERTURB bytesSiddhesh Poyarekar
Fixes BZ #12140.
2012-10-17Don't call feclearexcept in gamma function tests.Joseph Myers
2012-10-17Fix typo in nptl/ChangeLogSiddhesh Poyarekar
2012-10-17Don't check error return for pthread_cancel in tst-cond25Siddhesh Poyarekar
2012-10-16Adjust mutex lock in condvar_cleanup if we got it from requeue_piSiddhesh Poyarekar
This completes the fix to bz #14652.
2012-10-16__alloc_dir: avoid integer overflow in malloc argumentFlorian Weimer
2012-10-15Fix BZ #14716: memmem crashMaxim Kuvyrkov