aboutsummaryrefslogtreecommitdiff
path: root/bfd/plugin.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-20plugin: Don't invoke LTO-wrapperH.J. Lu1-443/+10
2020-03-19plugin: Use LDPT_ADD_SYMBOLS_V2 to get symbol typeH.J. Lu1-14/+52
2020-03-02bfd_cleanup for object_pAlan Modra1-4/+4
2020-02-26Indent labelsAlan Modra1-1/+1
2020-02-25Don't call lto-wrapper for ar and ranlibH.J. Lu1-8/+14
2020-02-19plugin: Call dlclose before return in try_load_pluginH.J. Lu1-21/+18
2020-02-13plugin: Search bfd-plugins directories only onceH.J. Lu1-39/+38
2020-02-11Plugin: Treat each object as independentH.J. Lu1-38/+38
2020-02-11Clear plugin_data memoryH.J. Lu1-0/+2
2020-02-10Use GCC LTO wrapper to get real symbols from LTO IR objectsH.J. Lu1-23/+474
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-26PR24262, plugin search dir doesn't respect --libdirAlan Modra1-31/+55
2019-09-11Tidy ld/ldmisc.cAlan Modra1-0/+1
2019-09-05PR24955, libbfd terminating program on out of memoryAlan Modra1-1/+3
2019-05-04PR24511, nm should not mark symbols in .init_array as "t"Alan Modra1-5/+5
2019-04-03BFD whitespace fixesAlan Modra1-8/+8
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-08-23Avoid problems with plugins being loaded multiple times.Zenith4231-14/+37
2018-08-01Close resource leaks in the BFD library's plugin handler.Nick Clifton1-7/+19
2018-06-05PR23254, ld.bfd mishandles file pointers while scanning archiveAlan Modra1-6/+14
2018-05-21ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu1-0/+1
2018-02-16Remove bfd stub function casts.Alan Modra1-7/+7
2018-02-14Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton1-1/+1
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-12-06BFD whitespace fixesAlan Modra1-36/+36
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra1-0/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-09-30Remove syntactic sugarAlan Modra1-1/+1
2016-07-16Don't include libbfd.h outside of bfd, part 6Alan Modra1-28/+29
2016-06-20Use the IR symbol table for the IR input objectH.J. Lu1-0/+10
2016-06-18Rename bfd_plugin_uknown to bfd_plugin_unknownH.J. Lu1-1/+1
2016-06-14Set my_archive for thin archivesAlan Modra1-2/+2
2016-05-25Enable 64-bit archives in ar and ranlibH.J. Lu1-0/+4
2016-04-21Add support for non-ELF targets to check their relocs.Nick Clifton1-0/+1
2016-03-22Binutils fails to build with -O0Alan Modra1-2/+1
2016-02-16Fix BFD format matching for x86_64-w64-mingw32 -m32 LTO.Joseph Myers1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-02-11Merge linker plugin handling into BFD plugin supportH.J. Lu1-7/+56
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-25Use get_symbol_version_string in BFD_JUMP_TABLE_SYMBOLSH.J. Lu1-0/+1
2014-10-15Define bfd_find_line entry of BFD_JUMP_TABLE_SYMBOLS using NAME.Alan Modra1-0/+1
2014-09-24BFD: Add support for more than one plugin in lib/bfd-pluginsMarkus Trippelsdorf1-52/+54
2014-06-13Don't call bfd_link_hash_table_freeAlan Modra1-1/+0
2014-03-05Update copyright yearsAlan Modra1-2/+1
2013-01-10Remove trailing white spaces in bfdH.J. Lu1-2/+2
2012-11-09Remove trailing redundant `;'H.J. Lu1-1/+1
2012-05-17 PR 14072Nick Clifton1-1/+0
2012-05-16 PR binutils/13558Nick Clifton1-2/+2
2012-03-20 PR ld/12742Kai Tietz1-0/+37