summaryrefslogtreecommitdiff
path: root/gold/object.cc
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* [GOLD] Remove addend from Local_got_entry_keyAlan Modra2021-09-181-1/+1
* Use stdout when printing object file names for -t option.Cary Coutant2021-03-191-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Cosmetic improvements for OSABI access.Cary Coutant2020-12-151-4/+4
* Keep input SHF_GNU_RETAIN sections and strip output SHF_GNU_RETAIN for GNU/Fr...Cary Coutant2020-12-141-1/+3
* Fix incremental tests using gcc 9, which adds Gnu properties sections.Cary Coutant2020-12-131-0/+4
* gold: Get linkonce/comdate sections for debugging sectionsH.J. Lu2020-11-291-4/+6
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* [GOLD] OSABI not set when STT_GNU_IFUNC or STB_GNU_UNIQUE symbols outputAlan Modra2019-11-191-0/+4
* [GOLD] Fix spurious "plugin needed to handle lto object" warningsAlan Modra2019-09-201-4/+9
* Fix detection of missing plugin for LTO objects.Martin Liska2019-08-161-3/+3
* Support .gnu.lto_.lto section in ELF files (PR 24768).Martin Liska2019-07-291-1/+30
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* gold: Get alignment of uncompressed section from ch_addralignH.J. Lu2018-12-021-2/+9
* Fix "may be used uninitialized" warning.Tulio Magno Quites Machado Filho2018-08-071-2/+2
* Fix internal error when using --emit-relocs with plugins.Cary Coutant2018-07-141-3/+7
* Update support for .note.gnu.property sections.Cary Coutant2018-06-221-1/+4
* Add support for .note.gnu.property sections.Cary Coutant2018-06-221-0/+104
* Further improve warnings for relocations referring to discarded sections.Cary Coutant2018-04-061-60/+119
* Fix problem where mixed section types can cause internal error during a -r link.Cary Coutant2018-04-021-33/+43
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Allow multiple .eh_frame sections per object file.Cary Coutant2017-11-281-13/+10
* Fix symbol values and relocation addends for relocatable links.Cary Coutant2017-11-271-16/+26
* Fix problems with -r.James Clarke2017-11-081-19/+8
* Apply:Eric Christopher2017-11-081-2/+2
* Fix incorrect byte counts.Cary Coutant2017-01-121-3/+3
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Add explicit instantiations for build_compressed_section_map().Cary Coutant2016-12-281-0/+32
* Fix problem where absolute local symbols are omitted when output has many sec...Cary Coutant2016-12-051-2/+3
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Make output views accessible to Target during do_relocate().Cary Coutant2015-12-111-1/+2
* Take addend into account when making GOT entries for local symbols.Vladimir Radosavljevic2015-12-031-1/+2
* Adjust local symbol value in relocatable link to be relative to section.Cary Coutant2015-11-251-2/+6
* Fix --no-as-needed when shared library is listed twice on the command line.Cary Coutant2015-08-251-2/+11
* Add SHF_COMPRESSED section decompression to goldH.J. Lu2015-07-121-16/+35
* Change default to discard temporary local symbols in merge sections.Cary Coutant2015-06-041-1/+7
* Use LIFO instead of FIFO to implement gc's transitive closure.Rafael Ávila de Espíndola2015-04-171-1/+1
* Avoid looking up Input_merge_map multiple times.Rafael Ávila de Espíndola2015-03-271-7/+10
* Remove is_merge_section_for.Rafael Ávila de Espíndola2015-03-231-6/+4
* Support compressed debug sections in dynamic object files.Cary Coutant2015-03-211-11/+14
* Remove typename on elfcpp::Elf_types<size>::Elf_AddrH.J. Lu2015-03-051-4/+4
* Remove empty class Merge_map.Rafael Ávila de Espíndola2015-03-041-0/+63
* avoid std::vector copy.Rafael Ávila de Espíndola2015-02-171-1/+1
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Fix corrupted .eh_frame section with LTO and --gc-sections.Cary Coutant2014-11-251-6/+14
* Fix handling of relocations against TLS section symbols.Cary Coutant2014-09-261-1/+3
* 2014-07-21 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2014-07-211-1/+3
* Fix internal error with LTO on ARM.Cary Coutant2014-07-081-1/+11