summaryrefslogtreecommitdiff
path: root/ld/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* Add LDPT_REGISTER_CLAIM_FILE_HOOK_V2 linker plugin hook [GCC PR109128]Joseph Myers2023-05-111-6/+24
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* PR12265, Compiling ld/ fails on Solaris 8Alan Modra2022-08-261-1/+3
* LTO: Handle __real_SYM reference in IRH.J. Lu2022-05-041-2/+5
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* ld: Check archive only for archive memberH.J. Lu2021-07-071-1/+3
* ld: Cache and reuse the IR archive file descriptorH.J. Lu2021-07-051-8/+18
* PR27719, lang_mark_undefineds trashes memoryAlan Modra2021-04-121-1/+1
* Use bool in ldAlan Modra2021-03-311-41/+41
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* ld: Override the IR definition for non-ELF targetsH.J. Lu2020-09-301-2/+4
* Tidy elf_symbol_fromAlan Modra2020-09-161-1/+1
* ld: Properly override the IR definitionH.J. Lu2020-07-221-6/+10
* Do without ld ENABLE_PLUGINSAlan Modra2020-06-211-0/+2
* Use bfd_get_filename throughout ldAlan Modra2020-05-191-3/+3
* bfd_cleanup for object_pAlan Modra2020-03-021-4/+9
* plugin: Copy the no_export field to the IR dummy objectH.J. Lu2020-03-011-0/+1
* Indent labelsAlan Modra2020-02-261-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd, ld: add CTF section linkingNick Alcock2019-10-031-0/+1
* Tidy ld/plugin.cAlan Modra2019-09-111-10/+8
* Segfault in ld building SPEC CPU2017 527.cam4_r with -fltoAlan Modra2019-08-291-1/+1
* ld/plugins: avoid shadowing a C library symbolJan Beulich2019-06-251-15/+15
* PR24567, assertion failure in ldlang.c:6868 when compiling with -fltoAlan Modra2019-05-171-18/+24
* LTO: Properly handle wrapper symbols in IRH.J. Lu2019-04-251-7/+28
* Provide string description of definition, visibility and resolution in LTO pl...marxin2019-03-261-2/+71
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* ld: Set non_ir_ref_regular for --undefined SYMBOLH.J. Lu2018-07-041-7/+0
* PR23254, ld.bfd mishandles file pointers while scanning archiveAlan Modra2018-06-051-10/+0
* ld error/warning messagesAlan Modra2018-02-261-14/+14
* Use %pA and %pB in messages rather than %A and %BAlan Modra2018-02-191-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* ld whitespace fixesAlan Modra2017-10-121-1/+1
* ld internationalization fixesAlan Modra2017-10-111-1/+1
* Rename non_ir_ref to non_ir_ref_regularAlan Modra2017-05-161-4/+4
* non_ir_ref_dynamicAlan Modra2017-05-161-30/+35
* Handle symbol defined in IR and referenced in DSOH.J. Lu2017-04-201-6/+17
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Initialize input statement created in add_archive_memberThomas Preud'homme2016-10-311-0/+1
* -Wimplicit-fallthrough error fixesAlan Modra2016-10-061-0/+2
* ld: Restore file offset after a plugin fails to claim a fileAndrew Burgess2016-07-191-0/+5
* Don't include libbfd.h outside of bfd, part 6Alan Modra2016-07-161-37/+16
* Warn and return for duplicated pluginH.J. Lu2016-07-041-0/+13
* PR ld/20276: Set non_ir_ref on common symbolAlan Modra2016-06-201-13/+23
* Rename bfd_plugin_uknown to bfd_plugin_unknownH.J. Lu2016-06-181-1/+1
* Delete bfd_my_archive macroAlan Modra2016-06-141-3/+3
* Set my_archive for thin archivesAlan Modra2016-06-141-3/+6
* Skip an archive element if not added by linkerH.J. Lu2016-05-251-2/+0
* Handle symbols defined/referenced only within IRH.J. Lu2016-05-121-1/+18
* Remove use of alloca.Nick Clifton2016-03-211-5/+7