Remove path name from test case
[binutils-gdb.git] / bfd / linker.c
2023-08-23 Alan Modrabfd_get_symbol_leading_char vs. ""
2023-05-03 Alan ModraGenerated docs and include files
2023-02-23 Alan ModraTest SEC_HAS_CONTENTS before reading section contents
2023-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2022-12-17 Alan Modrabfd_get_relocated_section_contents allow NULL data...
2022-05-05 H.J. Lubfd: Check NULL pointer before setting ref_real
2022-05-04 H.J. LuLTO: Handle __real_SYM reference in IR
2022-01-04 H.J. Luld: Improve thin archive member error message
2022-01-02 Alan ModraUpdate year range in copyright notice of binutils files
2021-10-19 Nick CliftonFix a potential illegal memory access when testing...
2021-08-28 Alan ModraPR28264, ld.bfd crash on linking efivar with LTO
2021-07-08 H.J. Luld: Limit cache size and add --max-cache-size=SIZE
2021-03-31 Alan ModraUse bool in bfd
2021-03-22 Martin LiskaAdd startswith function and use it instead of CONST_STRNEQ.
2021-03-01 Alan ModraPR27451, -z start_stop_gc
2021-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2020-12-04 Alan ModraPR26978, Inconsistency for strong foo@v1 and weak foo@@v1
2020-08-28 TuckkerPrevent the linker from overestimating the alignment...
2020-05-21 Alan ModraReplace "if (x) free (x)" with "free (x)", bfd
2020-05-19 Alan ModraUse bfd_get_filename throughout bfd
2020-02-19 Alan Modrabfd_size_type to size_t
2020-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2019-11-25 Christian EggersIntroduce new section flag: SEC_ELF_OCTETS
2019-10-16 Alan ModraPR13616, linker should pad executable sections with...
2019-09-19 Alan Modrabfd_section_* macros
2019-09-18 Alan Modrabfd_asymbol_* macros
2019-09-18 Alan ModraDon't use bfd_get_* macro to set bfd fields
2019-09-11 Alan ModraTidy ld/ldmisc.c
2019-08-16 Martin LiskaFix detection of missing plugin for LTO objects.
2019-07-29 Martin LiskaSupport .gnu.lto_.lto section in ELF files (PR 24768).
2019-05-27 Alan ModraGeneric ELF target group signature symbol
2019-04-03 Alan ModraBFD whitespace fixes
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-12-28 Alan ModraPR24015, glibc-2.28 on little-endian mips32 broken
2018-07-17 Maciej W. RozyckiLD: Export relative-from-absolute symbol marking to BFD
2018-05-22 H.J. Luld: Hide symbols defined by HIDDEN/PROVIDE_HIDDEN
2018-04-17 Nick CliftonFix illegal memory accesses trigeered when linking...
2018-02-25 Alan ModraBFD messages
2018-02-19 Alan ModraUse %pA and %pB in messages rather than %A and %B
2018-02-16 Alan ModraRemove bfd stub function casts.
2018-01-03 Alan ModraUpdate year range in copyright notice of binutils files
2017-12-06 Alan ModraBFD whitespace fixes
2017-12-04 Alan Modrax86 map file textrel
2017-11-28 Alan ModraPR22471, undefined reference to linker-defined symbols
2017-10-25 Alan ModraAllow for __gnu_lto_slim prefixed with extra "_"
2017-06-16 Alan ModraRewrite __start and __stop symbol handling
2017-06-05 Alan ModraPR21529, internal error in linker.c
2017-05-16 Alan ModraRename non_ir_ref to non_ir_ref_regular
2017-05-16 Alan Modranon_ir_ref_dynamic
2017-04-13 Alan ModraUse %A and %B in more error messages
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-12-23 Alan ModraCall target specific add_symbols function
2016-12-23 Alan ModraRemove "collect" forms of generic linker add symbols...
2016-10-19 Nick CliftonAdd c-format tags to translatable strings with more...
2016-10-07 Alan ModraPass link_info to _bfd_merge_private_bfd_data
2016-10-07 Alan Modrabfd_merge_private_bfd_data tidy
2016-09-30 Alan ModraRemove syntactic sugar
2016-05-28 Alan ModraReturn void from linker callbacks
2016-04-21 Nick CliftonAdd support for non-ELF targets to check their relocs.
2016-01-01 Alan ModraCopyright update for binutils
2015-12-10 H.J. Luld -r doesn't need plugin for slim lto object
2015-10-26 H.J. LuCheck symbol defined by assignment in linker script
2015-10-26 H.J. LuProperly convert address load of __start_XXX/__stop_XXX
2015-08-18 H.J. LuAdd output_type to bfd_link_info
2015-02-14 Alan ModraPR ld/17973 LTO file syms
2015-01-19 Alan ModraFallout from recent bfd_reloc_outofrange changes
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-12-24 Alan ModraFix generic linker symbol output when weak is overridde...
2014-12-23 Alan ModraUse a symbol flag bit to mark linker defined symbols
2014-08-12 Alan ModraChange ld "notice" interface for better handling of...
2014-08-12 Alan ModraFix non-plugin warning symbol handling
2014-08-07 H.J. LuDon't issue a warning for references in LTO IR to warni...
2014-08-07 Alan ModraMerge WARN and CWARN cases in _bfd_generic_link_add_one...
2014-08-05 Alan ModraFix load of archive element with common def for -u sym
2014-08-05 Alan ModraFix LTO vs. COFF archives
2014-07-28 Alan ModraWarn for ar/nm/ranlib/ld on lto objects without plugin
2014-07-08 Alan ModraCopy st_other for linker script symbol assignments
2014-06-13 Alan ModraFree linker hash table from bfd_close.
2014-06-13 Alan ModraMake bfd.link_next field a union
2014-06-11 Alan ModraFix silly thinko
2014-06-10 Alan ModraUnwrap symbols for debug information
2014-03-05 Alan ModraUpdate copyright years
2013-01-10 H.J. LuRemove trailing white spaces in bfd
2012-10-21 Hans-Peter Nilsson * linker.c (_bfd_generic_link_output_symbols): Handle a
2012-05-05 Alan Modra PR ld/14052
2012-04-24 Alan Modra PR ld/13991
2012-03-23 Alan Modra * linker.c (_bfd_nearby_section): New function, split...
2012-02-13 Richard HendersonPR ld/13621
2012-01-31 H.J. LuSupport arch-dependent fill
2011-09-16 H.J. LuCheck if a symbol is hidden by linker script.
2011-08-17 Alan Modra PR ld/12762
2011-08-05 Alan Modra PR ld/12762
2011-07-14 Alan Modra * linker.c (_bfd_generic_section_already_linked):...
2011-07-09 Alan Modra PR ld/12942
2011-06-13 Alan Modra * linker.c (bfd_link_hash_traverse): Follow warning...
2011-06-10 Nick Clifton * elflink.c (_bfd_elf_link_create_dynamic_sections...
2011-05-17 Alan Modra PR ld/12760
2011-05-15 Alan Modrainclude/
2011-04-24 Alan Modra PR ld/12365
2011-04-20 Alan Modra PR ld/12365
next