Age | Commit message (Expand) | Author | Files | Lines |
2012-11-03 | elf.h: add new tilegx relocations (copy from binutils trunk) | Chris Metcalf | 1 | -3/+14 |
2012-11-01 | Fix build for !(defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO). | Thomas Schwinge | 1 | -1/+1 |
2012-10-30 | Support cross-testing for elf/tst-array*. | Joseph Myers | 1 | -24/+16 |
2012-10-30 | Invoke DL_AFTER_LOAD if defined | Chris Metcalf | 1 | -0/+4 |
2012-10-30 | [BZ#14767] Remove tests for have-initfini-array in elf/Makefile | Andreas Jaeger | 1 | -12/+5 |
2012-10-30 | Fix fini_array and init_array sections | Andreas Jaeger | 2 | -4/+4 |
2012-10-24 | Support cross-testing. | Joseph Myers | 3 | -7/+16 |
2012-10-24 | Define and use $(run-built-tests). | Joseph Myers | 1 | -3/+3 |
2012-10-23 | Add and use $(host-built-program-cmd). | Jim Blandy | 1 | -1/+1 |
2012-10-20 | Check the main application only if SHARED is defined | H.J. Lu | 3 | -2/+12 |
2012-10-20 | Retry read in ld.so if the entire ELF header is not read in | Siddhesh Poyarekar | 1 | -2/+12 |
2012-10-05 | Move _dl_important_hwcaps to dl-hwcaps.c | H.J. Lu | 4 | -272/+280 |
2012-10-05 | Set GL(dl_nns) to 1 for vDSO in libc.a | H.J. Lu | 1 | -0/+2 |
2012-10-05 | Set up the data structures for vDSO in libc.a | H.J. Lu | 5 | -238/+292 |
2012-10-03 | Clean up conditionalize of ld.so.cache support. | Roland McGrath | 4 | -11/+16 |
2012-10-02 | Use ElfW(Off) rather than off_t for offsets within ELF files. | Roland McGrath | 1 | -2/+2 |
2012-09-28 | Conditionalize elf/dl-sysdep.c contents on [SHARED]. | Roland McGrath | 1 | -2/+9 |
2012-09-28 | Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.h | H.J. Lu | 5 | -30/+0 |
2012-09-25 | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | 2 | -3/+4 |
2012-09-19 | rtld: limit self loading check to normal mode only | Dmitry V. Levin | 3 | -2/+52 |
2012-09-06 | Restore GL(dl_initial_dtv) | H.J. Lu | 1 | -4/+2 |
2012-09-06 | Remove _dl_initial_dtv | H.J. Lu | 1 | -1/+8 |
2012-09-06 | Synchronize with linux/elf.h. | Petr Machata | 1 | -0/+9 |
2012-09-06 | Always check dtv before freeing dtv[-1] | H.J. Lu | 1 | -2/+0 |
2012-08-23 | Check floating-point ABI in ARM VALID_ELF_HEADER. | Steve McIntyre | 1 | -0/+3 |
2012-08-20 | Fix conditional on using DSOCAPS to match condition on defining it. | Roland McGrath | 1 | -1/+1 |
2012-08-17 | Change type of constant to avoid a warning. | Roland McGrath | 1 | -2/+2 |
2012-08-17 | Add a cast to silence a warning. | Roland McGrath | 1 | -2/+6 |
2012-08-17 | Also set r->r_map when unmapping the first object in a namespace. | Gary Benson | 1 | -1/+1 |
2012-08-15 | Fix dl-load.c for [!_LIBC_REENTRANT] case. | Roland McGrath | 1 | -0/+2 |
2012-08-15 | Add a missing #include to dl-sym.c. | Roland McGrath | 1 | -1/+2 |
2012-08-14 | Add a missing #include. | Roland McGrath | 1 | -1/+2 |
2012-08-14 | Add a missing #include. | Roland McGrath | 1 | -1/+2 |
2012-08-08 | Add new AM33 relocs | Mark Salter | 1 | -2/+17 |
2012-08-03 | Distinguish ELOOP diagnosis threshold from SYMLOOP_MAX. | Roland McGrath | 1 | -4/+3 |
2012-08-02 | Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}. | Marek Polacek | 4 | -16/+4 |
2012-07-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | 1 | -0/+2 |
2012-07-27 | Add SystemTap static probes to the runtime linker. [BZ #14298] | Gary Benson | 5 | -3/+149 |
2012-07-26 | Move testsuite audit definitions to sysdeps tst-audit.h files. | Joseph Myers | 7 | -148/+1 |
2012-07-20 | Move localplt baselines to sysdeps directories. | Joseph Myers | 1 | -12/+5 |
2012-07-19 | S/390: Add support for STT_GNU_IFUNC symbols. | Andreas Krebbel | 1 | -1/+2 |
2012-07-18 | Fix a few typos. | Marek Polacek | 1 | -4/+4 |
2012-07-17 | Split tls-macros.h into sysdeps directories. | Joseph Myers | 1 | -737/+1 |
2012-07-10 | Get rid of ASM_GLOBAL_DIRECTIVE. | Marek Polacek | 4 | -4/+4 |
2012-07-03 | Avoid use of libgcc_s and libgcc_eh when building glibc. | Joseph Myers | 2 | -1/+51 |
2012-06-22 | Fix invalid memory access in do_lookup_x. | Andreas Schwab | 4 | -18/+15 |
2012-06-21 | 2012-06-21 Jeff Law <law@redhat.com> | Jeff Law | 3 | -12/+12 |
2012-06-01 | Remove use of INTDEF/INTUSE in stdio-common | Andreas Schwab | 2 | -8/+6 |
2012-05-26 | Fix stack size and address inconsistency due to executable stack | Siddhesh Poyarekar | 1 | -1/+70 |
2012-05-25 | Add --enable-systemtap configuration to define static probe points. | Roland McGrath | 2 | -4/+4 |