aboutsummaryrefslogtreecommitdiff
path: root/ld/plugin.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-02bfd_cleanup for object_pAlan Modra1-4/+9
2020-03-01plugin: Copy the no_export field to the IR dummy objectH.J. Lu1-0/+1
2020-02-26Indent labelsAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-03bfd, ld: add CTF section linkingNick Alcock1-0/+1
2019-09-11Tidy ld/plugin.cAlan Modra1-10/+8
2019-08-29Segfault in ld building SPEC CPU2017 527.cam4_r with -fltoAlan Modra1-1/+1
2019-06-25ld/plugins: avoid shadowing a C library symbolJan Beulich1-15/+15
2019-05-17PR24567, assertion failure in ldlang.c:6868 when compiling with -fltoAlan Modra1-18/+24
2019-04-25LTO: Properly handle wrapper symbols in IRH.J. Lu1-7/+28
2019-03-26Provide string description of definition, visibility and resolution in LTO pl...marxin1-2/+71
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-07-04ld: Set non_ir_ref_regular for --undefined SYMBOLH.J. Lu1-7/+0
2018-06-05PR23254, ld.bfd mishandles file pointers while scanning archiveAlan Modra1-10/+0
2018-02-26ld error/warning messagesAlan Modra1-14/+14
2018-02-19Use %pA and %pB in messages rather than %A and %BAlan Modra1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-10-12ld whitespace fixesAlan Modra1-1/+1
2017-10-11ld internationalization fixesAlan Modra1-1/+1
2017-05-16Rename non_ir_ref to non_ir_ref_regularAlan Modra1-4/+4
2017-05-16non_ir_ref_dynamicAlan Modra1-30/+35
2017-04-20Handle symbol defined in IR and referenced in DSOH.J. Lu1-6/+17
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-31Initialize input statement created in add_archive_memberThomas Preud'homme1-0/+1
2016-10-06-Wimplicit-fallthrough error fixesAlan Modra1-0/+2
2016-07-19ld: Restore file offset after a plugin fails to claim a fileAndrew Burgess1-0/+5
2016-07-16Don't include libbfd.h outside of bfd, part 6Alan Modra1-37/+16
2016-07-04Warn and return for duplicated pluginH.J. Lu1-0/+13
2016-06-20PR ld/20276: Set non_ir_ref on common symbolAlan Modra1-13/+23
2016-06-18Rename bfd_plugin_uknown to bfd_plugin_unknownH.J. Lu1-1/+1
2016-06-14Delete bfd_my_archive macroAlan Modra1-3/+3
2016-06-14Set my_archive for thin archivesAlan Modra1-3/+6
2016-05-25Skip an archive element if not added by linkerH.J. Lu1-2/+0
2016-05-12Handle symbols defined/referenced only within IRH.J. Lu1-1/+18
2016-03-21Remove use of alloca.Nick Clifton1-5/+7
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-10ld: Fix LTO for MinGW targetsKwok Cheung Yeung1-2/+4
2015-08-19Remove link_info.picAlan Modra1-5/+4
2015-08-18Add output_type to bfd_link_infoH.J. Lu1-5/+5
2015-04-11Remove an extra ';'H.J. Lu1-1/+1
2015-02-14PR ld/17973 LTO file symsAlan Modra1-4/+12
2015-02-11Output "warning:" or "error:" in plugin messagesH.J. Lu1-4/+8
2015-02-11Merge linker plugin handling into BFD plugin supportH.J. Lu1-32/+73
2015-02-10Initialize use_mmapH.J. Lu1-0/+1
2015-02-10Unmap the buffer if plugin didn't claim the fileH.J. Lu1-12/+41
2015-02-10Add the missing HAVE_GETPAGESIZE check in get_viewH.J. Lu1-0/+4
2015-02-10Align offset passed to mmapH.J. Lu1-3/+12
2015-02-08Check format against bfd_object directlyH.J. Lu1-1/+1
2015-02-07Replace entry->the_bfd with ibfdH.J. Lu1-1/+1
2015-02-07Update plugin_maybe_claimH.J. Lu1-21/+64