summaryrefslogtreecommitdiff
path: root/ld/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* ld: Fix LTO for MinGW targetsKwok Cheung Yeung2015-12-101-2/+4
* Remove link_info.picAlan Modra2015-08-191-5/+4
* Add output_type to bfd_link_infoH.J. Lu2015-08-181-5/+5
* Remove an extra ';'H.J. Lu2015-04-111-1/+1
* PR ld/17973 LTO file symsAlan Modra2015-02-141-4/+12
* Output "warning:" or "error:" in plugin messagesH.J. Lu2015-02-111-4/+8
* Merge linker plugin handling into BFD plugin supportH.J. Lu2015-02-111-32/+73
* Initialize use_mmapH.J. Lu2015-02-101-0/+1
* Unmap the buffer if plugin didn't claim the fileH.J. Lu2015-02-101-12/+41
* Add the missing HAVE_GETPAGESIZE check in get_viewH.J. Lu2015-02-101-0/+4
* Align offset passed to mmapH.J. Lu2015-02-101-3/+12
* Check format against bfd_object directlyH.J. Lu2015-02-081-1/+1
* Replace entry->the_bfd with ibfdH.J. Lu2015-02-071-1/+1
* Update plugin_maybe_claimH.J. Lu2015-02-071-21/+64
* Use mmap and cache the view buffer for get_viewH.J. Lu2015-02-061-19/+70
* Close fd only if fd != -1H.J. Lu2015-02-051-3/+6
* Add plugin_input_file_tH.J. Lu2015-02-051-16/+105
* Remove plugin_active_plugins_p()H.J. Lu2015-01-291-8/+0