Convert 703 function definitions to prototype style.
[platform/upstream/glibc.git] / elf /
2015-10-16 Joseph MyersConvert 703 function definitions to prototype style.
2015-10-15 H.J. LuMark internal _dl_XXX functions hidden
2015-10-15 Florian WeimerAlways enable pointer guard [BZ #18928]
2015-09-25 Maciej W. Rozycki[BZ #17250] Fix static dlopen default library search...
2015-09-18 Carlos O'DonellFix error messages in elf/tst-dlmopen1.c.
2015-09-18 Carlos O'DonellUse ALIGN_* macros in _dl_map_object_from_fd.
2015-09-08 Joseph MyersMove bits/libc-lock.h and bits/libc-lockP.h out of...
2015-09-03 Roland McGrathMark elf/tst-protected1[ab] as XFAIL.
2015-08-19 Petar JovanovicFix dynamic linker issue with bind-now
2015-08-19 Joseph MyersFix -Wundef warnings in elf/tst-execstack.c.
2015-08-11 Maxim OstapenkoClear DF_1_NODELETE flag only for failed to load library.
2015-08-06 Arjun ShankarModify several tests to use test-skeleton.c
2015-07-23 Siddhesh PoyarekarAlso use l_tls_dtor_count to decide on object unload...
2015-07-16 Mike Frysingerhppa/ia64: _dl_symbol_address: add PLT bypass for rtld
2015-07-16 Siddhesh PoyarekarAdd comment to clarify how the test can fail
2015-07-16 Siddhesh PoyarekarSet NODELETE flag when opening already open objects...
2015-07-15 Arjun ShankarModify several tests to use test-skeleton.c
2015-07-15 Arjun ShankarModify elf/tst-audit9.c to use test-skeleton.c
2015-07-14 Roland McGrathFactor file identity rules out of generic rtld code.
2015-07-14 Adhemerval ZanellaAvoid C++ tests when the C++ cannot be linked
2015-07-09 Roland McGrathProvide __libc_fatal for rtld.
2015-07-08 Roland McGrathBZ#18383: Conditionalize test-xfail-tst-tlsalign{,...
2015-07-08 Roland McGrathFix some places to use $(LN_S) makefile variable.
2015-07-07 Pavel KopylAdd forced deletion support to _dl_close_worker
2015-06-26 Matthew FortuneAdd support for DT_MIPS_RLD_MAP_REL.
2015-06-25 H.J. LuSupport compilers defaulting to PIE
2015-06-24 H.J. LuAlign TCB offset to the maximum alignment
2015-06-24 H.J. LuDon't issue errors on GDB Python files
2015-06-17 Szabolcs Nagy[BZ 18034][AArch64] Lazy TLSDESC relocation data race fix
2015-06-10 Dmitry V. LevinPrepare for restoration of .interp section in libpthread.so
2015-06-02 Roland McGrathBZ#18383: Another test case, with TLS refs and defs...
2015-05-28 H.J. LuMake sure that calloc is called at least once
2015-05-25 Andrew SenkevichLocalplt testing for vector math library and libmvec_hi...
2015-05-23 H.J. LuDon't issue an error if DT_PLTRELSZ is missing
2015-05-06 Roland McGrathBZ#18383: Add test case for large alignment in TLS...
2015-05-01 Mark Wielaardelf.h: Add section compression constants and structures.
2015-04-28 Mark Wielaardelf.h SHF_EXCLUDE signed int 31 bit shift triggers...
2015-04-17 Roland McGrathAvoid confusing compiler with dynamically impossible...
2015-04-17 Roland McGrathFuller check for invalid NSID in _dl_open.
2015-04-08 Florian Weimerpldd: Use struct scratch_buffer instead of extend_alloca
2015-03-31 H.J. LuAdd a testcase for copy reloc against protected data
2015-03-31 H.J. LuAdd ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86
2015-03-25 Alan Modrapowerpc __tls_get_addr call optimization
2015-03-17 Alexandre OlivaFix DTV race, assert, DTV_SURPLUS Static TLS limit...
2015-03-12 Aurelien JarnoFix ldconfig segmentation fault with corrupted cache...
2015-03-07 H.J. LuReplace __attribute__((visibility("protected")))
2015-03-04 Roland McGrathAvoid more C++ tests.
2015-03-02 Andreas SchwabFix parallel build error
2015-02-27 H.J. LuCompile vismain with -fPIE and link with -pie
2015-02-25 Benno Schulenbergsprof: Make an error message identical to two others...
2015-02-23 Andreas SchwabFix failure of elf/tst-audit2 when compiled with GCC-5
2015-02-18 Carlos O'DonellUse alignment macros, pagesize and powerof2.
2015-02-12 Roland McGrathSupport after-link variable to run a final step on...
2015-02-06 Roland McGrathClean up sysdep-dl-routines variable.
2015-01-25 BramFix segmentation fault when LD_LIBRARY_PATH contains...
2015-01-21 Carlos O'DonellFix recursive dlopen.
2015-01-09 Chung-Lin TangRemove divide from _ELF_DYNAMIC_DO_RELOC in elf/dynamic...
2015-01-08 Richard HendersonAdd -Wno-trampolines as needed
2015-01-08 Chung-Lin TangAdd Nios II definitions to elf/elf.h.
2015-01-02 Joseph MyersUpdate copyright dates not handled by scripts/update...
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-31 Matthew FortuneAdd support for MIPS O32 FPXX and .MIPS.abiflags
2014-12-21 H.J. LuAdd hidden __tls_get_addr/___tls_get_addr alias
2014-12-19 David S. MillerFix array bounds warnings in elf_get_dyanmic_info(...
2014-12-16 Torvald RiegelFix warning in elf/tst-unique4lib.cc.
2014-12-11 Andreas SchwabConstify string parameters
2014-12-02 Joseph MyersFix elf/tst-unique4lib.cc warning.
2014-11-29 Carlos O'DonellExpand comments in elf/ldconfig.c (search_dir)
2014-11-28 H.J. LuResize DTV if the current DTV isn't big enough
2014-11-24 Siddhesh PoyarekarRemove NOT_IN_libc
2014-11-24 Siddhesh PoyarekarRemove IS_IN_rtld
2014-11-24 Siddhesh PoyarekarRemove IS_IN_ldconfig
2014-11-24 Siddhesh PoyarekarDefine IN_MODULE for translation units that define...
2014-11-24 Siddhesh PoyarekarRemove IN_LIB
2014-11-21 Will NewtonAArch64: Update relocations for ILP32
2014-11-19 Siddhesh PoyarekarAdd new macro IN_MODULE to identify module in which...
2014-11-06 Carlos O'DonellRun check-localpltk/textrel/execstack over ld.so.
2014-11-05 Joseph MyersRemove INTDEF / INTUSE / INTVARDEF (bug 14132).
2014-11-05 Arjun ShankarModify several tests to use test-skeleton.c
2014-11-05 Joseph MyersDon't use INTDEF/INTUSE with _dl_mcount (bug 14132).
2014-11-04 Joseph MyersDon't use INTDEF/INTUSE with _dl_init (bug 14132).
2014-11-04 Joseph MyersDon't use INTDEF/INTUSE with _dl_argv (bug 14132).
2014-10-31 Matthew FortuneAdd a hook to enable load-time inspection of program...
2014-10-28 Carlos O'Donellelf/dl-load.c: Use __strdup.
2014-10-10 Joseph MyersDon't use INTVARDEF/INTUSE with __libc_enable_secure...
2014-10-09 Kostya Serebryanyremove nested functions from elf/dl-load.c
2014-10-08 Roland McGrathRemove unnecessarily nested function in do_lookup_unique.
2014-10-01 Kostya Serebryanyremove nested functions from elf/dl-deps.c
2014-09-29 Carlos O'DonellCorrectly size profiling reloc table (bug 17411)
2014-09-16 Siddhesh PoyarekarRemove CFLAGS for interp.c
2014-09-16 Siddhesh PoyarekarInclude .interp section only for libc.so
2014-07-14 Alan ModraCorrect DT_PPC64_NUM
2014-07-03 Richard HendersonRely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAIL
2014-07-03 Richard HendersonRemove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead
2014-06-26 Siddhesh PoyarekarFix Wundef warning for ELF_MACHINE_NO_RELA
2014-06-23 Will Newtonelf/dl-lookup.c: Use __glibc_likely and __glibc_unlikely
2014-06-23 Will Newtonelf/dl-lookup.c: Remove unnecessary static variable
2014-06-23 Will Newtonelf/dl-lookup.c: Move STB_GNU_UNIQUE handling to a...
2014-06-20 Maciej W. Rozycki[BZ #16046] dl_iterate_phdr static executable test
2014-06-18 Joseph MyersUse $(rtld-prefix) more consistently.
next