about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add x32 support to x86_64/bits/fcntl.hH.J. Lu2012-05-222-5/+6
|
* Use "neg %eax" in i386 SYSCALL_ERROR_HANDLERH.J. Lu2012-05-222-9/+9
|
* Update copyright years for time/mktime.cH.J. Lu2012-05-222-1/+5
|
* mktime: merge comment-quoting-style change from gnulibPaul Eggert2012-05-222-3/+10
|
* time/mktime.c (compile-command): Add "-I."Paul Eggert2012-05-222-1/+3
|
* mktime: merge mktime-internal.h change from gnulibPaul Eggert2012-05-222-0/+4
|
* mktime: merge time_r change from gnulibPaul Eggert2012-05-222-2/+4
|
* mktime: merge DEBUG change from gnulibPaul Eggert2012-05-222-0/+5
|
* mktime: merge <sys/types.h> change from gnulibPaul Eggert2012-05-222-1/+4
|
* mktime: merge HAVE_CONFIG_H change from gnulibPaul Eggert2012-05-222-1/+6
|
* Use "neg %eax" in x86_64 SYSCALL_SET_ERRNOH.J. Lu2012-05-222-6/+7
|
* Pad each field to __syscall_slong_t in struct rusageH.J. Lu2012-05-222-17/+85
|
* Remove straggling references to .s files.David S. Miller2012-05-213-17/+8
| | | | | | | * Makefules (o-iterator): Remove .s cases. (compile-command.s): Delete. (COMPILE.s): Delete. * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
* Filter out unknown symbols in stack-protector test.Joseph Myers2012-05-213-0/+20
|
* Rename x32 llseek.S to lseek.S and add dummy llseek.SH.J. Lu2012-05-213-44/+46
|
* Add x32 llseek.SH.J. Lu2012-05-214-15/+91
|
* Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32H.J. Lu2012-05-219-12/+28
|
* Fix warnings in wcschr-c.cAndreas Jaeger2012-05-212-3/+14
| | | | | | | | | Fixes: In file included from ../sysdeps/i386/i686/multiarch/wcschr-c.c:8:0: ../wcsmbs/wcschr.c:26:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] ../wcsmbs/wcschr.c:37:1: warning: data definition has no type or storage class [enabled by default] ../wcsmbs/wcschr.c:37:1: warning: type defaults to ‘int’ in declaration of ‘__hidden_ver1’ [enabled by default] ../wcsmbs/wcschr.c:37:1: warning: parameter names (without types) in function declaration [enabled by default]
* x32: Don't lose high bits of %rbp in setjmp/longjmp mangling/demangling.Roland McGrath2012-05-214-10/+41
|
* Fix sunrpc static libraryAndreas Jaeger2012-05-214-2/+20
| | | | | | * include/shlib-compat.h (libc_sunrpc_symbol): New macro. * sunrpc/svc_simple.c: Use it for registerrpc. * sunrpc/xcrypt.c: Use it for passwd2des.
* Fix last changeAndreas Jaeger2012-05-212-0/+6
| | | | Include shlib-compat.h for SHLIB_COMPAT.
* Define __SYSCALL_WORDSIZE for x86-64H.J. Lu2012-05-213-2/+15
|
* [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.Andreas Jaeger2012-05-2110-159/+30
| | | | | | | | | | | | | | | | | | * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider inptr and inend for must_buffer_ch. * wcsmbs/tst-mbsnrtowcs.c: Remove file. * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs. * stdio-common/Makefile (tests): Remove bug15. (bug15-ENV): Remove macro. * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1 anymore. localedata: * SUPPORTED: Remove vi_VN.TCVN/TCVN5712-1. * tst-strptime.c: Remove, we do not support vi_VN.TCVN5712-1 anymore. * Makefile (LOCALES): Remove vi_VN.TCVN5712-1 from list. (tests): Remove tst-strptime.
* Rewrite manual/contrib.texiAndreas Jaeger2012-05-212-102/+241
| | | | | * manual/contrib.texi: Completely rewritten. It contains now an alphabetical list of contributors and their contributions.
* Add x32 syscalls.listH.J. Lu2012-05-212-0/+10
|
* * misc/getauxval.c (__getauxval): Use unsigned long int.Richard Henderson2012-05-213-4/+11
| | | | | * misc/sys/auxv.h: Include <sys/cdefs.h>. (getauxval): Use unsigned long int.
* Set MALLOC_ALIGNMENT to at least __alignof__ (long double) for new ABIs.Roland McGrath2012-05-212-11/+22
|
* PowerPC: ULPs updateAdhemerval Zanella2012-05-212-12/+50
| | | | | | Adjustments for libm ulps added with commit d8b82cad1b525bdcbfff88d218c7c45032e4a3af, 495fd99f3a119e5c0c542ccc6cf9c93b1fb9e892, and 5ba3cc691c856e5c67a7d4cd4713f20a79f7ba81. I also adjusted some exp10 ulps definition that was higher than needed.
* Fix spelling of Steven MunroeAndreas Jaeger2012-05-211-1/+1
|
* We no longer have foo.s files in the tree.David S. Miller2012-05-201-1/+1
| | | | * Makerules (sysd-rules): Remove .s from asm.
* Add <sys/auxv.h> and getauxval.Richard Henderson2012-05-2024-61/+326
|
* Update powerpc ULPs for ccos, csin, ccosh, csinh tests.Adhemerval Zanella2012-05-192-0/+160
|
* Update sparc ULPs for ccos, csin, ccosh, csinh tests.David S. Miller2012-05-192-0/+294
|
* Fix ccos, csin, ccosh, csinh overflows (bug 14123).Joseph Myers2012-05-1914-64/+801
|
* Add 64-bit preadv.c and pwritev.cH.J. Lu2012-05-193-0/+149
|
* Add a comment to sysdeps/x86_64/x32/_itoa.hH.J. Lu2012-05-192-0/+5
|
* Use __syscall_slong_t in bits/timex.hH.J. Lu2012-05-192-23/+29
|
* Remove sysdeps/powerpc/soft-fp.Joseph Myers2012-05-1932-1182/+34
|
* Delete unused csu/.gitignoreAndreas Jaeger2012-05-192-1/+4
|
* Fix INSTALL description for modified files in source dirAndreas Jaeger2012-05-183-4/+11
|
* Use RAX_LP and "or" to operate on return valueH.J. Lu2012-05-183-5/+12
|
* [PowerPC] Remove -ftree-loop-linear from MakefilesTulio Magno Quites Machado Filho2012-05-185-6/+18
| | | | | | | | | | | | | | | | In the past the "-ftree-loop-linear" switch provided a measurable improvement in performance for certain functions. At some point it was assigned as the responsibility of Graphite in GCC. It has been found that even with Graphite enabled these flags no longer perform any appreciable improvement over the baseline. Graphite now has some open bugs which need to be fixed in order for it to provide measurable performance improvements but it lacks active development. As a result some compiler distributors may disable Graphite. If Graphite is disabled then building GLIBC will fail if the "-ftree-loop-linear" switch is used. This patch removes the use of "-ftree-loop-linear" as unnecessary.
* Add sysdeps/x86_64/x32/_itoa.hH.J. Lu2012-05-182-0/+5
|
* Check d_ino/d_off before using getdents syscallH.J. Lu2012-05-182-3/+16
|
* Check _ITOA_NEEDED and use _ITOA_WORD_TYPEH.J. Lu2012-05-182-5/+11
|
* Fold copyright yearsH.J. Lu2012-05-185-4/+10
|
* Add x32 support to x86_64/bits/sigcontext.hH.J. Lu2012-05-182-30/+38
|
* Use anonymous union in x86_64/sys/user.hH.J. Lu2012-05-182-8/+15
|
* Avoid runtime GOT relocations in ld.so on powerpcAndreas Schwab2012-05-188-17/+53
|
* Fix undefined reference to _dl_prof_resolve in profiled libcAndreas Schwab2012-05-182-4/+15
|