summaryrefslogtreecommitdiff
path: root/ld/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make plugin_get_ir_dummy_bfd staticH.J. Lu2015-01-281-2/+6
* The initial support for LDPT_GET_VIEWH.J. Lu2015-01-281-0/+13
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Simplify is_ir_dummy_bfd testAlan Modra2014-08-141-8/+3
* Fix build breakage when ld plugins disabledAlan Modra2014-08-121-9/+0
* Change ld "notice" interface for better handling of indirect symbolsAlan Modra2014-08-121-14/+19
* Fix non-plugin warning symbol handlingAlan Modra2014-08-121-0/+1
* PR14918, lto always links in libgcc_s.soAlan Modra2014-08-061-0/+11
* Reload --as-needed libraries inside groupsAlan Modra2014-07-031-4/+2
* Update copyright yearsAlan Modra2014-03-051-1/+1
* ld/Roland McGrath2013-10-091-6/+4
* 2013-02-19 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore2013-02-191-1/+2
* Don't add DT_NEEDED for references from the dummy bfdH.J. Lu2013-02-161-1/+8
* Also trace symbol from the IR bfdH.J. Lu2013-02-161-4/+4
* Improve plugin error handlingH.J. Lu2012-12-031-13/+17