language_get_symbol_name_matcher -> get_symbol_name_matcher
[binutils-gdb.git] / bfd / elflink.c
2018-01-03 Alan ModraUpdate year range in copyright notice of binutils files
2017-12-18 Alan ModraPR22626, invalid dynindx used for dynamic relocs agains...
2017-12-06 Alan ModraBFD whitespace fixes
2017-11-28 Alan ModraPR22471, undefined reference to linker-defined symbols
2017-11-28 H.J. Luld: Set non_ir_ref_regular on symbols referenced in...
2017-11-23 Alan ModraRename u.weakdef and make it a circular list
2017-11-12 Alan Modraweakdef list handling
2017-10-30 Alan Modrarelocs_compatible test for gc-sections
2017-10-28 Alan ModraPR22300, Abort in elf32_hppa_relocate_section building...
2017-10-24 Renlin Li[BFD][PR21703]Override the new defined symbol with...
2017-10-23 Nick CliftonMake sure that undefined symbols added to the linker...
2017-10-16 H.J. LuELF: Call check_relocs after opening all inputs
2017-10-12 Alan Modra_bfd_elf_link_hash_hide_symbol calls in generic ELF...
2017-10-05 Alan Modrabfd_error_on_input is for archives
2017-09-28 Alan ModraPR22220, BFD linker wrongly marks symbols as PREVAILING...
2017-09-19 Alan ModraPR22150, ld keeps a version reference for gc'd symbols
2017-09-02 Alan Modra-Og warning fixes
2017-08-31 Alan ModraRemove .eh_frame zero terminators
2017-08-31 Alan ModraPR22048, Incorrect .eh_frame section in libc.so
2017-08-21 Alan ModraMake __start/__stop symbols protected visibility
2017-08-13 Alan ModraPR21441, Unnecessary padding of .eh_frame section
2017-08-07 H.J. LuMove common symbol check after bed->common_definition
2017-08-07 Alan ModraPR21910, segfault in common symbol override test when...
2017-08-06 H.J. LuTreat common symbol as undefined for --no-define-common
2017-07-18 Yuri ChornovianFix spelling typos.
2017-07-12 Alan Modrabfd_error_handler bfd_vma and bfd_size_type args
2017-07-03 Alan ModraSupport %Lx, %Lu, %Ld in _bfd_error_handler format
2017-06-25 Alan ModraDon't attach linker created section to --just-syms bfd
2017-06-16 Nick CliftonFixing linking configure generated tests of ifunc support.
2017-06-16 Alan ModraRewrite __start and __stop symbol handling
2017-06-13 H.J. LuAlways define referenced __start_SECNAME/__stop_SECNAME
2017-06-13 Nick CliftonPrevent a call to abort when a relocatable link encount...
2017-06-06 Andrew Burgessld: Allow section groups to be resolved as part of...
2017-06-06 Jose E. Marchesibfd: remove unused local variable in elflink.c:init_rel...
2017-06-06 Maciej W. RozyckiELF/BFD: Hold the number of internal static relocs...
2017-05-19 Alan Modragarbage collect debug sections when no alloc sections...
2017-05-18 Alan ModraDon't compare boolean values against TRUE or FALSE
2017-05-17 H.J. LuMark debug sections referenced by kept debug sections
2017-05-16 Alan ModraRename non_ir_ref to non_ir_ref_regular
2017-05-16 Alan Modranon_ir_ref_dynamic
2017-05-08 Thomas Preud'hommeMake import libraries relocatable objects
2017-05-02 Alan ModraPR 21384, --dynamic-list regression with f02cb058
2017-04-27 Alan ModraEdit .eh_frame symbols
2017-04-27 Alan ModraClear dynstr_index when forcing symbols local
2017-04-26 Maciej W. RozyckiPR ld/21334: Always call `_bfd_elf_link_renumber_dynsym...
2017-04-26 Maciej W. RozyckiELF/BFD: Limit `_bfd_elf_link_renumber_dynsyms' call...
2017-04-21 H.J. LuRequire --no-dynamic-linker with -static -E/--dynamic...
2017-04-20 Maciej W. RozyckiELF/LD: Always consider STB_LOCAL symbols local
2017-04-20 H.J. LuHandle symbol defined in IR and referenced in DSO
2017-04-19 Alan ModraImplement -z dynamic-undefined-weak
2017-04-17 H.J. LuPut soname in the version definition section
2017-04-17 Alan ModraUndo dynamic symbol state after regular object sym...
2017-04-13 Alan ModraWrap long lines
2017-04-13 Alan ModraRewrite bfd error handler
2017-04-07 H.J. LuELF: Check ELF_COMMON_DEF_P for common symbols
2017-04-04 Nick CliftonFix null pointer dereferences when using a link built...
2017-02-28 Alan ModraDon't make dynamic .data.rel.ro SEC_READONLY
2017-02-22 Maciej W. RozyckiPR ld/20828: Move symbol version processing ahead of...
2017-02-20 Alan ModraAlpha executables segfault when linked with -z,now
2017-02-02 Maciej W. RozyckiBFD: Wrap overlong error handler call line in `elf_gc_s...
2017-01-24 Maciej W. RozyckiPR ld/20828: Reorder the symbol sweep stage of section GC
2017-01-18 Maciej W. RozyckiPR ld/20828: Fix linker script symbols wrongly forced...
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-12-29 Alan Modralink_hash_copy_indirect and symbol flags
2016-12-28 Alan ModraUse dynrelro for symbols in relro sections too
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
next