summaryrefslogtreecommitdiff
path: root/bfd/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* bfd: Add bfd_find_nearest_line_with_altAaron Merey2022-09-061-0/+1
* bfd: remove use of PTRAlan Modra2022-05-101-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* bfd: Close the file descriptor if there is no archive fdH.J. Lu2021-07-281-0/+8
* ld: Check archive only for archive memberH.J. Lu2021-07-071-12/+13
* ld: Cache and reuse the IR archive file descriptorH.J. Lu2021-07-051-31/+74
* Warn when the plugin interface runs out of file descriptors.Nick Clifton2021-05-191-1/+29
* Use bool in bfdAlan Modra2021-03-311-29/+29
* ELF: Don't generate unused section symbolsH.J. Lu2021-01-071-0/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Stop the plugin handler from ignoring unknown symbol types when conanicalizin...Nick Clifton2020-09-081-0/+2
* PR26132, ar creates invalid libraries for some targets with plugins enabledAlan Modra2020-06-211-1/+1
* Silence warnings about incompatible plugins.Nick Clifton2020-06-191-15/+21
* Extend the error message displayed when a plugin fails to load.Nick Clifton2020-05-261-1/+2
* Use bfd_get_filename throughout bfdAlan Modra2020-05-191-1/+1
* plugin: Don't invoke LTO-wrapperH.J. Lu2020-03-201-443/+10
* plugin: Use LDPT_ADD_SYMBOLS_V2 to get symbol typeH.J. Lu2020-03-191-14/+52
* bfd_cleanup for object_pAlan Modra2020-03-021-4/+4
* Indent labelsAlan Modra2020-02-261-1/+1
* Don't call lto-wrapper for ar and ranlibH.J. Lu2020-02-251-8/+14
* plugin: Call dlclose before return in try_load_pluginH.J. Lu2020-02-191-21/+18
* plugin: Search bfd-plugins directories only onceH.J. Lu2020-02-131-39/+38
* Plugin: Treat each object as independentH.J. Lu2020-02-111-38/+38
* Clear plugin_data memoryH.J. Lu2020-02-111-0/+2
* Use GCC LTO wrapper to get real symbols from LTO IR objectsH.J. Lu2020-02-101-23/+474
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* PR24262, plugin search dir doesn't respect --libdirAlan Modra2019-09-261-31/+55
* Tidy ld/ldmisc.cAlan Modra2019-09-111-0/+1
* PR24955, libbfd terminating program on out of memoryAlan Modra2019-09-051-1/+3
* PR24511, nm should not mark symbols in .init_array as "t"Alan Modra2019-05-041-5/+5
* BFD whitespace fixesAlan Modra2019-04-031-8/+8
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Avoid problems with plugins being loaded multiple times.Zenith4232018-08-231-14/+37
* Close resource leaks in the BFD library's plugin handler.Nick Clifton2018-08-011-7/+19
* PR23254, ld.bfd mishandles file pointers while scanning archiveAlan Modra2018-06-051-6/+14
* ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu2018-05-211-0/+1
* Remove bfd stub function casts.Alan Modra2018-02-161-7/+7
* Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton2018-02-141-1/+1
* Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton2018-02-131-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-36/+36
* Rewrite __start and __stop symbol handlingAlan Modra2017-06-161-0/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Remove syntactic sugarAlan Modra2016-09-301-1/+1
* Don't include libbfd.h outside of bfd, part 6Alan Modra2016-07-161-28/+29
* Use the IR symbol table for the IR input objectH.J. Lu2016-06-201-0/+10
* Rename bfd_plugin_uknown to bfd_plugin_unknownH.J. Lu2016-06-181-1/+1
* Set my_archive for thin archivesAlan Modra2016-06-141-2/+2
* Enable 64-bit archives in ar and ranlibH.J. Lu2016-05-251-0/+4