summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath2012-10-241-0/+58
|
* change ifunc assembly test to a link testMike Frysinger2012-10-241-0/+7
| | | | | | | | | | | | | 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>
* drop -q flag when using grepMike Frysinger2012-10-241-0/+8
| | | | | | We don't currently want to rely on the -q option to grep. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Use build directory instead of `pwd` in ftwtest-sh.Joseph Myers2012-10-241-0/+2
|
* Use build directory instead of /tmp in globtest.sh.Joseph Myers2012-10-241-0/+6
|
* Always define off_t, mode_t, pid_tAndreas Jaeger2012-10-241-0/+6
| | | | | | | | * 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.
* F_GETLK cleanup for <bits/fcntl.h>Andreas Jaeger2012-10-241-0/+21
|
* Define and use $(run-built-tests).Joseph Myers2012-10-241-0/+20
|
* Use $(run-program-prefix) in posix/globtest.sh.Joseph Myers2012-10-231-0/+11
|
* Add and use $(host-built-program-cmd).Jim Blandy2012-10-231-0/+10
|
* Refactor parts of run-program-prefix and built-program-cmd into new ↵Joseph Myers2012-10-231-0/+7
| | | | run-via-rtld-prefix.
* Fix O_RSYNCAndreas Jaeger2012-10-221-0/+5
| | | | (O_RSYNC): Define to __O_RSYNC if it exists, otherwise to O_SYNC.
* Don't pass shell loops' stdin to programs run on glibc's host.Jim Blandy2012-10-221-0/+10
|
* Move ChangeLog entry to correct file.Joseph Myers2012-10-221-7/+0
|
* Always define __O_LARGEFILEAndreas Jaeger2012-10-221-0/+4
|
* Add missed ChangeLog entryAndreas Jaeger2012-10-221-0/+3
|
* Improve <bits/fcntl-linux.h>: F_GETLK etc.Andreas Jaeger2012-10-221-0/+3
| | | | (F_GETLK, F_SETLK, F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
* Use __O_LARGEFILE instead of O_LARGEFILEAndreas Jaeger2012-10-221-0/+7
|
* Use $(NM) not nm in tst-cancel-wrappers.Jim Blandy2012-10-211-0/+5
|
* SH: Use <bits/fcntl-linux.h>Andreas Jaeger2012-10-211-0/+6
| | | | | Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
* Check the main application only if SHARED is definedH.J. Lu2012-10-201-0/+12
|
* Reorganization of bits/fcntl.h for LinuxAndreas Jaeger2012-10-201-0/+10
| | | | | | | 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
* Alsways include <bits/types.h> in <fcntl.h>.Roland McGrath2012-10-201-0/+5
| | | | Move include of <bits/types.h> to the top and include it unconditionally.
* Add wcsmbs IFUNC testsH.J. Lu2012-10-191-0/+9
|
* Add string IFUNC testsH.J. Lu2012-10-191-0/+60
|
* Add debug IFUNC testsH.J. Lu2012-10-191-0/+9
|
* Retry read in ld.so if the entire ELF header is not read inSiddhesh Poyarekar2012-10-201-0/+6
| | | | | | | [BZ #13601] A read operation could return less than requested data for a number of reasons.
* Use $(built-program-cmd) in io/ftwtest-sh.Joseph Myers2012-10-191-0/+7
|
* Use $(run-program-prefix) in more shell script tests.Joseph Myers2012-10-191-0/+36
|
* Remove relics of support for configuring in the source directory.Joseph Myers2012-10-191-0/+11
|
* Use working directory, not /tmp, in io/ftwtest-sh.Joseph Myers2012-10-191-0/+5
|
* Use $(built-program-cmd) in posix/tst-getconf.sh.Joseph Myers2012-10-191-0/+10
|
* Clean up localedata/tst-wctype.sh to match how it is called.Jim Blandy2012-10-191-0/+7
|
* Add a testcase for BZ #14716H.J. Lu2012-10-191-0/+8
|
* Comment on slow compilation of math/test-tgmath2.cMarkus Trippelsdorf2012-10-181-0/+4
| | | | | | | | 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
* Remove _G_OPEN64, _G_LSEEK64, _G_MMAP64, _G_FSTAT64 from _G_config.h.Joseph Myers2012-10-181-0/+56
|
* Add note on free list pointers overwriting M_PERTURB bytesSiddhesh Poyarekar2012-10-181-0/+7
| | | | Fixes BZ #12140.
* Don't call feclearexcept in gamma function tests.Joseph Myers2012-10-171-0/+6
|
* __alloc_dir: avoid integer overflow in malloc argumentFlorian Weimer2012-10-161-0/+6
|
* Fix BZ #14716: memmem crashMaxim Kuvyrkov2012-10-151-0/+6
|
* Use __uint64_t in x86 __bswap_64H.J. Lu2012-10-121-0/+5
|
* Avoid PLT references from __get_clockfreq on powerpcAndreas Schwab2012-10-121-0/+7
|
* Add x86-64 __libc_ifunc_impl_listH.J. Lu2012-10-111-0/+53
|
* Add i686 __libc_ifunc_impl_listH.J. Lu2012-10-111-0/+56
|
* Framework to test IFUNC implementations on targetH.J. Lu2012-10-111-0/+14
|
* Use IFUNC memmove/memset in x86-64 bcopy/bzeroH.J. Lu2012-10-111-0/+16
| | | | Also add separate tests for bcopy and bzero.
* Use $CXX not cc1plus to locate C++ headers.Joseph Myers2012-10-101-0/+3
|
* Don't include link-libc-static in +link-static-before-libc.Joseph Myers2012-10-101-0/+3
|
* Remove _IO_pos_t.Joseph Myers2012-10-101-0/+4
|
* * NEWS: Add note about FIPS mode. Wording suggested by RolandAlexandre Oliva2012-10-101-0/+5
| | | | McGrath.