Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix fenv.h fallback returns (bug 14027). | Joseph Myers | 2012-04-27 | 5 | -10/+18 |
| | |||||
* | Remove unused sysdeps/unix/i386 files. | Joseph Myers | 2012-04-26 | 8 | -180/+8 |
| | |||||
* | Move sysdeps/unix/common/tcsendbrk.c to sysdeps/unix/sysv/linux/. | Joseph Myers | 2012-04-26 | 2 | -0/+3 |
| | |||||
* | Don't handle unsupported OSes in configure (base_os settings). | Joseph Myers | 2012-04-26 | 3 | -24/+29 |
| | |||||
* | Fix ctan, ctanh overflow for ldbl-128ibm (bug 11521). | Adhemerval Zanella | 2012-04-26 | 5 | -33/+148 |
| | |||||
* | Fix missing long-double compat symbols on sparc v9. | David S. Miller | 2012-04-26 | 15 | -0/+103 |
| | | | | | | | | | | | | | | | | | | * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate long-double compat symbols. * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise. | ||||
* | Restore non-v9 32-bit sparc build. | David S. Miller | 2012-04-25 | 2 | -1/+41 |
| | | | | | | | | * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get HWCAP_* values only after the memory barriers have been defined. (atomic_full_barrier): Define. (atomic_read_barrier): Define. (atomic_write_barrier): Define. | ||||
* | move libgcc_s soname definition to shlib-versions | Siddhesh Poyarekar | 2012-04-26 | 8 | -10/+27 |
| | |||||
* | Delete everything under sysdeps/unix/sparc/ | David S. Miller | 2012-04-25 | 11 | -299/+91 |
| | | | | | | | | | | | | | | | | | | * sysdeps/unix/sparc/brk.S: Delete. * sysdeps/unix/sparc/dl-brk.S: Delete. * sysdeps/unix/sparc/pipe.S: Delete. * sysdeps/unix/sparc/sysdep.S: Delete. * sysdeps/unix/sparc/sysdep.h: Delete. * sysdeps/unix/sparc/vfork.S: Delete. * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG, SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define. * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Define. (JUMPTARGET): Remove. * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include sysdeps/unix/sparc/sysdep.h (ENTRY, END): Remove. * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise. | ||||
* | Use more defines and makefile variables in $(native-compile). | Joseph Myers | 2012-04-25 | 2 | -2/+7 |
| | |||||
* | Update zdump and zic from tzcode 2012b. | Joseph Myers | 2012-04-25 | 4 | -12/+80 |
| | |||||
* | Remove --as-needed configure test. | Joseph Myers | 2012-04-25 | 5 | -57/+11 |
| | |||||
* | Parse hexadecimal and octal strings correctly | Siddhesh Poyarekar | 2012-04-25 | 2 | -7/+31 |
| | | | | | | | | The current implementation of __strtoul_internal seems to only pretend to support hex and octal strings by detecting a preceding 0x or 0 and marking base as 8 or 16. When it comes to the actual processing of the string, it only considers numeric values within, thus breaking hex values that may have [a-f] in them. Fixed with this commit. | ||||
* | SH: Replace <endian.h> usage with pre-processor macros. | Chung-Lin Tang | 2012-04-25 | 3 | -8/+12 |
| | | | | Follow-up to f8887d0a5feda97244613135822b0439addc2b1f. | ||||
* | Remove unused fork implementations. | Joseph Myers | 2012-04-24 | 4 | -94/+4 |
| | |||||
* | Remove unused sysdeps/unix/system.c. | Joseph Myers | 2012-04-24 | 3 | -4/+3 |
| | |||||
* | Add flexibility to localplt-*.data files, using an awk script rather than ↵ | Roland McGrath | 2012-04-24 | 4 | -2/+62 |
| | | | | diff to check the results. | ||||
* | Remove unused sysdeps/unix/getegid.S and sysdeps/unix/geteuid.S. | Joseph Myers | 2012-04-24 | 3 | -58/+5 |
| | |||||
* | Hurd: fix symlink/symlinkat error case not to do an extraneous ↵ | Roland McGrath | 2012-04-24 | 3 | -23/+35 |
| | | | | __mach_port_deallocate. | ||||
* | Merge branch 'master' of git://sourceware.org/git/glibc | Andreas Jaeger | 2012-04-24 | 6 | -142/+37 |
|\ | |||||
| * | Make $(native-compile) run in source directory like other compilation commands. | Joseph Myers | 2012-04-24 | 2 | -5/+9 |
| | | |||||
| * | Correct powerpc64 s_floorl edge cases (bug 13886). | Adhemerval Zanella | 2012-04-24 | 5 | -137/+28 |
| | | | | | | | | | | [BZ #13886] Remove powerpc64/fpu/s_floorl. Use fully correct ldbl-128bim/s_floorl.c. | ||||
* | | Cleanup generated header files during make check | Andreas Jaeger | 2012-04-24 | 2 | -0/+6 |
|/ | | | | | * Makerules (common-clean): Also remove gen-as-const-headers files. | ||||
* | Remove unused sysdeps/unix/{,sysv/}getdents.c. | Joseph Myers | 2012-04-24 | 4 | -74/+4 |
| | |||||
* | Merge sysdeps/unix/mman into sysdeps/unix. | Joseph Myers | 2012-04-24 | 5 | -18/+15 |
| | |||||
* | Don't handle libgcc_s suffixes. | Joseph Myers | 2012-04-24 | 5 | -37/+12 |
| | |||||
* | * NEWS: Add bug 13970. | Paul Eggert | 2012-04-23 | 1 | -1/+2 |
| | |||||
* | Add BZ number | Andreas Jaeger | 2012-04-23 | 1 | -4/+4 |
| | |||||
* | Move sysdeps/unix/sysv/gethostname.c to sysdeps/posix/. | Joseph Myers | 2012-04-23 | 2 | -0/+3 |
| | |||||
* | Remove unused sysdeps/unix/execve.S. | Joseph Myers | 2012-04-23 | 2 | -32/+2 |
| | |||||
* | Remove unused sysdeps/unix/_exit.S. | Joseph Myers | 2012-04-23 | 2 | -24/+4 |
| | |||||
* | Remove standalone manual support | Andreas Jaeger | 2012-04-23 | 2 | -42/+17 |
| | | | | | | [BZ #13739] We don't need a separate manual distribution tar ball anymore, remove support for it from manual/Makefile. | ||||
* | * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc. | Paul Eggert | 2012-04-23 | 2 | -16/+27 |
| | | | | | | | | | | [BZ #13970] (strtod, strtof, strtold, strtol, strtoul, strtoq) (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l) (strtod_l, strtof_l, strtold_l): Remove __wur. It is not necessarily an error to ignore strtol's return value. One can reliably look at the stored endptr to decide whether the number had valid syntax. | ||||
* | Add BZ#13739 to entry. | Andreas Jaeger | 2012-04-21 | 1 | -0/+1 |
| | |||||
* | Remove last distribute variable | Andreas Jaeger | 2012-04-21 | 2 | -2/+4 |
| | | | | make dist support has been removed, remove the last remains of it. | ||||
* | Update name and email address | Andreas Jaeger | 2012-04-21 | 1 | -1/+1 |
| | |||||
* | Merge sysdeps/unix/sysv/Versions into sysdeps/unix/sysv/linux/Versions. | Joseph Myers | 2012-04-21 | 3 | -6/+6 |
| | |||||
* | Update sysdeps/x86_64/fpu/libm-test-ulps | Markus Trippelsdorf | 2012-04-21 | 3 | -1/+12 |
| | | | | | [BZ #13927] * sysdeps/x86_64/fpu/libm-test-ulps: Update. | ||||
* | Put vm86 into libc.a | Nix | 2012-04-21 | 3 | -11/+17 |
| | | | | | | [BZ #7064] vm86 was not included in libc.a at all due to the default symbol explicitely added to the weak symbol. | ||||
* | Remove unused sysdeps/unix/common/lxstat.c. | Joseph Myers | 2012-04-20 | 3 | -39/+3 |
| | |||||
* | Remove sysdeps/unix/sysv/Makefile. | Joseph Myers | 2012-04-20 | 2 | -19/+2 |
| | |||||
* | Remove unused sysdeps/unix/sysv/direct.h. | Joseph Myers | 2012-04-20 | 2 | -10/+2 |
| | |||||
* | Remove unused sysdeps/unix/sysv/bits/*.h. | Joseph Myers | 2012-04-20 | 8 | -350/+8 |
| | |||||
* | Remove unused sysdeps/unix/sysv/setrlimit.c. | Joseph Myers | 2012-04-20 | 2 | -56/+2 |
| | |||||
* | Remove unused sysdeps/unix/xmknod.c. | Joseph Myers | 2012-04-20 | 3 | -42/+3 |
| | |||||
* | Remove unused sysdeps/unix/sysv/settimeofday.c. | Joseph Myers | 2012-04-20 | 2 | -47/+2 |
| | |||||
* | Remove unused sysdeps/unix/sysv/i386/time.S. | Joseph Myers | 2012-04-20 | 2 | -29/+2 |
| | |||||
* | Remove unused sysdeps/unix/{xstat,fxstat}.c. | Joseph Myers | 2012-04-20 | 4 | -79/+4 |
| | |||||
* | Remove unused sysdeps/unix/sysv/sigaction.c. | Joseph Myers | 2012-04-20 | 2 | -83/+2 |
| | |||||
* | Remove unused sysdeps/unix/sysv termio code. | Joseph Myers | 2012-04-20 | 11 | -787/+15 |
| |