Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use <> for include of kernel-features.h. | Richard Henderson | 2012-02-09 | 2 | -1/+4 |
| | |||||
* | Avoid pointer type mismatch warning. | Richard Henderson | 2012-02-09 | 2 | -1/+5 |
| | | | | | | update_get_addr returns a link_map*, but the return expression was of type char*. Fix by relying on gcc's void* arithmetic extension and auto-conversion from void*. | ||||
* | Update ChangeLog | Andreas Schwab | 2012-02-09 | 1 | -0/+5 |
| | |||||
* | Remove _G_HAVE_SYS_CDEFS. | Marek Polacek | 2012-02-09 | 5 | -9/+8 |
| | |||||
* | Reduce ldouble ULPs for jn tests on x86 | Andreas Schwab | 2012-02-08 | 3 | -36/+36 |
| | |||||
* | powerpc: add crt files | Andreas Schwab | 2012-02-08 | 4 | -0/+303 |
| | | | | | | | * sysdeps/powerpc/powerpc32/crti.S: New file. * sysdeps/powerpc/powerpc32/crtn.S: New file. * sysdeps/powerpc/powerpc64/crti.S: New file. * sysdeps/powerpc/powerpc64/crtn.S: New file. | ||||
* | Remove have-initfini and need-nopic-initfini | Andreas Schwab | 2012-02-08 | 8 | -37/+13 |
| | |||||
* | Add missing dependency for pt-crti.o | Andreas Schwab | 2012-02-08 | 2 | -0/+6 |
| | |||||
* | Add 411 to list of fixed bugs. | Joseph Myers | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | Support crti.S and crtn.S provided directly by architectures. | Joseph Myers | 2012-02-08 | 10 | -13/+239 |
| | |||||
* | Remove _G_ARGS macros. | Marek Polacek | 2012-02-07 | 4 | -9/+6 |
| | |||||
* | Add tst-CMPLX2 test. | Marek Polacek | 2012-02-07 | 3 | -1/+155 |
| | |||||
* | Adjust libm test ULPs for powerpc | Andreas Schwab | 2012-02-07 | 2 | -2/+18 |
| | |||||
* | Fix loss of precision in jn tests | Andreas Schwab | 2012-02-07 | 2 | -9/+13 |
| | |||||
* | Remove __ELF__ conditionals | Marek Polacek | 2012-02-07 | 55 | -265/+122 |
| | |||||
* | Undefine and redefine __i686 for assembly code. | Joseph Myers | 2012-02-06 | 2 | -1/+12 |
| | |||||
* | Match x86 PIC thunk names to compiler version. | Joseph Myers | 2012-02-06 | 2 | -3/+22 |
| | |||||
* | Use macro for PIC setup in inline asm. | Joseph Myers | 2012-02-05 | 3 | -10/+28 |
| | |||||
* | Use macros for x86 PIC thunk names. | Joseph Myers | 2012-02-03 | 3 | -15/+28 |
| | |||||
* | Consistently use macros for x86 PIC thunks. | Joseph Myers | 2012-02-03 | 50 | -490/+177 |
| | |||||
* | Include <stdio.h> in math/tst-CMPLX.c. | Joseph Myers | 2012-02-03 | 2 | -0/+5 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2012-01-31 | 7 | -57/+23 |
|\ | |||||
| * | Always define float_t as float for PowerPC, SH and SPARC. | Joseph Myers | 2012-01-31 | 4 | -39/+12 |
| | | |||||
| * | Remove PARAMS macros. | Marek Polacek | 2012-01-31 | 4 | -18/+11 |
| | | |||||
* | | Cleanups of malloc | Ulrich Drepper | 2012-01-31 | 4 | -195/+145 |
|/ | | | | Remove ugly names and unnecessary wrappers. | ||||
* | Handle ARENA_TEST correctly | Ulrich Drepper | 2012-01-31 | 2 | -2/+15 |
| | |||||
* | Don't add CL for generated files!!! | Ulrich Drepper | 2012-01-30 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2012-01-30 | 42 | -206/+476 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Remove miscellaneous __STDC__ conditionals. | Joseph Myers | 2012-01-30 | 30 | -110/+67 |
| | | |||||
| * | Fix makefile/configure problems with sse2avx changes. | Joseph Myers | 2012-01-30 | 5 | -1/+13 |
| | | |||||
| * | Merge remote-tracking branch 'origin/cmetcalf/tile_config' | Roland McGrath | 2012-01-30 | 3 | -86/+142 |
| |\ | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | Update config.guess, config.sub from upstream config git repository. | Chris Metcalf | 2012-01-29 | 3 | -86/+142 |
| | | | |||||
| * | | Add Tile relocation types. | Chris Metcalf | 2012-01-30 | 2 | -3/+223 |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/cmetcalf/tile_epoll_pwait' | Roland McGrath | 2012-01-30 | 3 | -1/+13 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | | Use include/sys/epoll.h to provide libc_hidden_proto for epoll_pwait(). | Chris Metcalf | 2012-01-28 | 3 | -1/+15 |
| | |/ | |||||
| * | | Merge remote-tracking branch 'origin/cmetcalf/tile_not_cancel_h' | Roland McGrath | 2012-01-30 | 2 | -1/+4 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | | Use <> brackets for not-cancel.h in sysdeps/unix/sysv/linux/grantpt.c. | Chris Metcalf | 2012-01-28 | 2 | -1/+6 |
| | |/ | |||||
| * | | Merge remote-tracking branch 'origin/cmetcalf/tile_firstversions' | Roland McGrath | 2012-01-30 | 2 | -2/+8 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: ChangeLog | ||||
| | * | | Fix bug in firstversions.awk version range handling. | Chris Metcalf | 2012-01-28 | 2 | -2/+10 |
| | |/ | |||||
| * | | Merge remote-tracking branch 'origin/cmetcalf/tile_faccessat' | Roland McGrath | 2012-01-30 | 2 | -2/+6 |
| |\ \ | |||||
| | * | | Call __fxstatat64 from faccessat() to avoid PLT in -Os builds. | Chris Metcalf | 2012-01-28 | 2 | -2/+6 |
| | |/ | |||||
* | / | Optimize __get_tls_addr a bit | Ulrich Drepper | 2012-01-30 | 2 | -16/+36 |
|/ / | | | | | | | | | Rearrange code to avoid creation of a stack frame. At least on x86-64 the code for the fast path should be down to the bare minimum. | ||||
* | | Optimize x86-64 math inline header a bit | Ulrich Drepper | 2012-01-28 | 2 | -8/+38 |
| | | |||||
* | | Use -msse2avx option for x86-64 libm functions | Ulrich Drepper | 2012-01-28 | 13 | -60/+83 |
|/ | |||||
* | Simplify use of AVX instructions in internal math macros | Ulrich Drepper | 2012-01-28 | 2 | -59/+24 |
| | |||||
* | PowerPC - A2 memcpy cache line size initialization | Adhemerval Zanella | 2012-01-27 | 3 | -4/+57 |
| | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2012-01-27 | 135 | -1137/+271 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | Remove __STDC__ conditionals from libm. | Joseph Myers | 2012-01-27 | 135 | -1137/+271 |
| | | |||||
* | | Sort objects before relocations | Ulrich Drepper | 2012-01-27 | 8 | -35/+158 |
|/ | |||||
* | Merge branch 'master' of ssh://sourceware.org/git/glibc | Ulrich Drepper | 2012-01-27 | 20 | -156/+66 |
|\ |