summaryrefslogtreecommitdiff
path: root/bfd/plugin.c
AgeCommit message (Expand)Author
2022-05-10bfd: remove use of PTRAlan Modra
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-07-28bfd: Close the file descriptor if there is no archive fdH.J. Lu
2021-07-07ld: Check archive only for archive memberH.J. Lu
2021-07-05ld: Cache and reuse the IR archive file descriptorH.J. Lu
2021-05-19Warn when the plugin interface runs out of file descriptors.Nick Clifton
2021-03-31Use bool in bfdAlan Modra
2021-01-07ELF: Don't generate unused section symbolsH.J. Lu
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-09-08Stop the plugin handler from ignoring unknown symbol types when conanicalizin...Nick Clifton
2020-06-21PR26132, ar creates invalid libraries for some targets with plugins enabledAlan Modra
2020-06-19Silence warnings about incompatible plugins.Nick Clifton
2020-05-26Extend the error message displayed when a plugin fails to load.Nick Clifton
2020-05-19Use bfd_get_filename throughout bfdAlan Modra
2020-03-20plugin: Don't invoke LTO-wrapperH.J. Lu
2020-03-19plugin: Use LDPT_ADD_SYMBOLS_V2 to get symbol typeH.J. Lu
2020-03-02bfd_cleanup for object_pAlan Modra
2020-02-26Indent labelsAlan Modra
2020-02-25Don't call lto-wrapper for ar and ranlibH.J. Lu
2020-02-19plugin: Call dlclose before return in try_load_pluginH.J. Lu
2020-02-13plugin: Search bfd-plugins directories only onceH.J. Lu
2020-02-11Plugin: Treat each object as independentH.J. Lu
2020-02-11Clear plugin_data memoryH.J. Lu
2020-02-10Use GCC LTO wrapper to get real symbols from LTO IR objectsH.J. Lu
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-09-26PR24262, plugin search dir doesn't respect --libdirAlan Modra
2019-09-11Tidy ld/ldmisc.cAlan Modra
2019-09-05PR24955, libbfd terminating program on out of memoryAlan Modra
2019-05-04PR24511, nm should not mark symbols in .init_array as "t"Alan Modra
2019-04-03BFD whitespace fixesAlan Modra
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-08-23Avoid problems with plugins being loaded multiple times.Zenith423
2018-08-01Close resource leaks in the BFD library's plugin handler.Nick Clifton
2018-06-05PR23254, ld.bfd mishandles file pointers while scanning archiveAlan Modra
2018-05-21ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu
2018-02-16Remove bfd stub function casts.Alan Modra
2018-02-14Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-12-06BFD whitespace fixesAlan Modra
2017-06-16Rewrite __start and __stop symbol handlingAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-09-30Remove syntactic sugarAlan Modra
2016-07-16Don't include libbfd.h outside of bfd, part 6Alan Modra
2016-06-20Use the IR symbol table for the IR input objectH.J. Lu
2016-06-18Rename bfd_plugin_uknown to bfd_plugin_unknownH.J. Lu
2016-06-14Set my_archive for thin archivesAlan Modra
2016-05-25Enable 64-bit archives in ar and ranlibH.J. Lu
2016-04-21Add support for non-ELF targets to check their relocs.Nick Clifton
2016-03-22Binutils fails to build with -O0Alan Modra