summaryrefslogtreecommitdiff
path: root/ld/plugin.c
AgeCommit message (Expand)Author
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-07-07ld: Check archive only for archive memberH.J. Lu
2021-07-05ld: Cache and reuse the IR archive file descriptorH.J. Lu
2021-04-12PR27719, lang_mark_undefineds trashes memoryAlan Modra
2021-03-31Use bool in ldAlan Modra
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-09-30ld: Override the IR definition for non-ELF targetsH.J. Lu
2020-09-16Tidy elf_symbol_fromAlan Modra
2020-07-22ld: Properly override the IR definitionH.J. Lu
2020-06-21Do without ld ENABLE_PLUGINSAlan Modra
2020-05-19Use bfd_get_filename throughout ldAlan Modra
2020-03-02bfd_cleanup for object_pAlan Modra
2020-03-01plugin: Copy the no_export field to the IR dummy objectH.J. Lu
2020-02-26Indent labelsAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-10-03bfd, ld: add CTF section linkingNick Alcock
2019-09-11Tidy ld/plugin.cAlan Modra
2019-08-29Segfault in ld building SPEC CPU2017 527.cam4_r with -fltoAlan Modra
2019-06-25ld/plugins: avoid shadowing a C library symbolJan Beulich
2019-05-17PR24567, assertion failure in ldlang.c:6868 when compiling with -fltoAlan Modra
2019-04-25LTO: Properly handle wrapper symbols in IRH.J. Lu
2019-03-26Provide string description of definition, visibility and resolution in LTO pl...marxin
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-07-04ld: Set non_ir_ref_regular for --undefined SYMBOLH.J. Lu
2018-06-05PR23254, ld.bfd mishandles file pointers while scanning archiveAlan Modra
2018-02-26ld error/warning messagesAlan Modra
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-10-12ld whitespace fixesAlan Modra
2017-10-11ld internationalization fixesAlan Modra
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra
2017-05-16non_ir_ref_dynamicAlan Modra
2017-04-20Handle symbol defined in IR and referenced in DSOH.J. Lu
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-10-31Initialize input statement created in add_archive_memberThomas Preud'homme
2016-10-06-Wimplicit-fallthrough error fixesAlan Modra
2016-07-19ld: Restore file offset after a plugin fails to claim a fileAndrew Burgess
2016-07-16Don't include libbfd.h outside of bfd, part 6Alan Modra
2016-07-04Warn and return for duplicated pluginH.J. Lu
2016-06-20PR ld/20276: Set non_ir_ref on common symbolAlan Modra
2016-06-18Rename bfd_plugin_uknown to bfd_plugin_unknownH.J. Lu
2016-06-14Delete bfd_my_archive macroAlan Modra
2016-06-14Set my_archive for thin archivesAlan Modra
2016-05-25Skip an archive element if not added by linkerH.J. Lu
2016-05-12Handle symbols defined/referenced only within IRH.J. Lu
2016-03-21Remove use of alloca.Nick Clifton
2016-01-01Copyright update for binutilsAlan Modra
2015-12-10ld: Fix LTO for MinGW targetsKwok Cheung Yeung
2015-08-19Remove link_info.picAlan Modra
2015-08-18Add output_type to bfd_link_infoH.J. Lu