dynrelro section for read-only dynamic symbols copied into executable
[deliverable/binutils-gdb.git] / bfd / elflink.c
2016-12-26  Alan Modradynrelro section for read-only dynamic symbols copied...
2016-12-26  Alan ModraPut .dynbss and .rel.bss shortcuts in main elf hash...
2016-12-16  fincsImplement and document --gc-keep-exported
2016-12-15  Alan ModraLinking non-ELF file broken by PR20908 fix
2016-12-08  Alan ModraPR20932, Internal error during record link assignment
2016-12-07  Nick CliftonFix internal error in the linker by replacing a call...
2016-12-02  Nick CliftonFix seg-fault in linker when passed a corrupt binary...
2016-11-28  H.J. LuProperly hide hidden versioned symbol in executable
2016-11-23  Alan Modraelf_backend_dtrel_excludes_plt
2016-11-23  Alan ModraDelete duplicate target short-cuts to dynamic sections
2016-10-19  Nick CliftonAdd c-format tags to translatable strings with more...
2016-10-11  Alan ModraAlways descend into output section statements in lang_d...
2016-10-05  Alan Modra-Wimplicit-fallthrough warning fixes
2016-09-30  Alan ModraRemove syntactic sugar
2016-09-28  Akihiko OdakiFix seg-fault in the linker introduced by the previous...
2016-09-23  Akihiko OdakiDelete relocations associatesd with deleted exidx entries.
2016-08-12  Alan ModraCorrect .dynsym sh_info
2016-07-21  Alan ModraFix implib test failures
2016-07-16  Alan ModraDon't include libbfd.h outside of bfd, part 6
2016-07-15  Thomas Preud'hommeAdd support for creating ELF import libraries
2016-06-28  H.J. LuSkip version check for unreferenced and undefined symbol
2016-06-24  Joel Brobeckerfix undefined reference to bfd_link_plugin_object_p...
2016-06-20  H.J. LuUse the IR symbol table for the IR input object
2016-06-20  Alan ModraPR ld/20276: Set non_ir_ref on common symbol
2016-06-11  Alan ModraUse size_t rather than bfd_size_type
2016-06-02  Alan ModraRevert PR16467 change
2016-05-28  Alan ModraReturn void from linker callbacks
2016-05-25  H.J. LuSkip an archive element if not added by linker
2016-05-17  Maciej W. RozyckiLD/ELF: Unify STB_GNU_UNIQUE handling
2016-05-13  Alan ModraSet dynamic tag VMA and size from dynamic section when...
2016-05-13  Alan Modrald -z combreloc elf_link_sort_relocs
2016-05-06  H.J. LuStrip global symbol defined in discarded section
2016-04-27  Alan ModraCache result of scan for __start_* and __stop_* sections
2016-04-26  H.J. LuAlways count the NULL entry in dynamic symbol table
2016-04-22  H.J. LuExclude linker created file from dynobj
2016-04-22  H.J. LuSet dynobj to a normal input file if possible
2016-04-21  H.J. LuDon't check relocations in excluded sections
2016-04-20  H.J. LuCheck ELF relocs after opening all input files
2016-04-14  Nick CliftonFix copying Solaris binaries with objcopy.
2016-04-05  Maciej W. RozyckiELF/LD: Avoid producing hidden and internal dynamic...
2016-04-01  Alan ModraPR19886, --as-needed regression
2016-03-11  Dan GisselFix some places where octet to byte conversions are...
2016-03-09  H.J. LuDon't create dynamic sections when relocatable
2016-03-08  H.J. LuGroup common symbol checking together
2016-03-04  H.J. LuTreat common symbol in executable as definition
2016-02-26  H.J. LuProperly implement STT_COMMON
2016-02-24  H.J. LuUpdate symbol version for symbol from linker script
2016-02-23  H.J. LuMake linker assigned symbol dynamic only for shared...
2016-02-23  H.J. LuAlways create dynsym section with dynamic sections
2016-02-18  H.J. LuAlways create dynamic sections for -E/--dynamic-list
2016-02-01  H.J. LuDon't add DT_NEEDED for unmatched symbol
2016-01-21  Nick CliftonFix unexpected failures in the linker testsuite for...
2016-01-01  Alan ModraCopyright update for binutils
2015-12-22  Yury UsishchevARM: Fix exidx coverage for relocatable builds.
2015-10-28  Alan ModraOrphan output section with multiple input sections
2015-10-23  Alan ModraHandle __start_* and __stop_* symbols in --gc-sections
2015-10-22  Alan ModraRe: Always keep sections marked with SEC_KEEP
2015-10-22  H.J. LuAlways keep sections marked with SEC_KEEP
2015-10-15  H.J. LuFix typos in comments in _bfd_elf_merge_symbol
2015-10-12  H.J. LuSkip the unversioned definition after the default version
2015-10-05  H.J. LuDon't re-export common symbols
2015-09-30  Alan ModraRevert "Also check e_machine when merging sections"
2015-09-30  H.J. LuAlso check e_machine when merging sections
2015-09-30  Alan ModraConsistency check for merge sections
2015-09-23  Nick CliftonAdd support for files that contain multiple symbol...
2015-09-20  Rich FelkerAdd --no-dynamic-linker option to ld, for static PIE use
2015-09-18  Alan ModraRemove one unnecessary iteration in insertion sort
2015-09-16  Alan ModraFix slowdown in ld -r for most common case of out-of...
2015-08-31  Alan ModraMore "Make asection->id and asection->index unsigned"
2015-08-26  Alan ModraUse stable sort for ld -r relocs
2015-08-19  Alan ModraAdd bfd_link_pde, and simplify some tests of link_info...
2015-08-18  H.J. LuReturn reloc_class_ifunc for reloc against IFUNC
2015-08-18  H.J. LuAdd output_type to bfd_link_info
2015-08-12  H.J. LuRemove trailing spaces in bfd
2015-08-10  H.J. LuReplace hidden with versioned in elf_link_hash_entry
2015-08-07  H.J. LuProperly merge hidden versioned symbol
2015-07-30  H.J. LuDon't change the default symbol for relocatable link
2015-07-29  H.J. LuDon't set link_info.executable for "ld -r"
2015-07-25  H.J. LuSkip missing symbol version section check for executable
2015-07-09  Catherine Moore2015-07-09 Catherine Moore <clm@codesourcery.com>
2015-06-25  H.J. LuUse strtab with GC and suffix merging for .strtab
2015-05-28  Catherine MooreCompact EH Support
2015-04-15  H.J. LuAdd --compress-debug-sections=[none|zlib|zlib-gnu|zlib...
2015-04-14  H.J. LuAdd -z noextern-protected-data to ld for ELF/x86
2015-04-13  H.J. LuDon't check object claimed by plugin
2015-04-10  H.J. LuAdd extern_protected_data and set it for x86
2015-04-10  Alan ModraDowngrade linker error on protected symbols in .dynbss...
2015-04-10  Alan ModraRevert "Add extern_protected_data and set it for x86"
2015-03-27  Alan ModraRelax PR 15228 protected visibility restriction
2015-03-26  H.J. LuSkip gc-sections if relocation is incompatible
2015-03-25  Senthil Kumar SelvarajGarbage collecting debug sections
2015-03-06  Nick CliftonFix an undefined 32-bit right shift by replacing it...
2015-03-05  Nick CliftonFix a potentially undefined right shift by replacing...
2015-03-05  H.J. LuAdd extern_protected_data and set it for x86
2015-02-19  Alan Modratidy _bfd_elf_define_linkage_sym
2015-02-19  Alan ModraStrip undefined symbols from .symtab
2015-02-17  Alan ModraProperly place the NULL STT_FILE symbol revistited
2015-02-16  H.J. LuProperly place the NULL STT_FILE symbol
2015-02-14  Alan ModraPR ld/17973 LTO file syms
2015-02-09  Alan ModraDon't segfault or assert on NULL tls_sec
next
This page took 0.380596 seconds and 107 git commands to generate.