aboutsummaryrefslogtreecommitdiff
path: root/gold/object.cc
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-15Cosmetic improvements for OSABI access.Cary Coutant1-4/+4
2020-12-14Keep input SHF_GNU_RETAIN sections and strip output SHF_GNU_RETAIN for GNU/Fr...Cary Coutant1-1/+3
2020-12-13Fix incremental tests using gcc 9, which adds Gnu properties sections.Cary Coutant1-0/+4
2020-11-29gold: Get linkonce/comdate sections for debugging sectionsH.J. Lu1-4/+6
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-11-19[GOLD] OSABI not set when STT_GNU_IFUNC or STB_GNU_UNIQUE symbols outputAlan Modra1-0/+4
2019-09-20[GOLD] Fix spurious "plugin needed to handle lto object" warningsAlan Modra1-4/+9
2019-08-16Fix detection of missing plugin for LTO objects.Martin Liska1-3/+3
2019-07-29Support .gnu.lto_.lto section in ELF files (PR 24768).Martin Liska1-1/+30
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-02gold: Get alignment of uncompressed section from ch_addralignH.J. Lu1-2/+9
2018-08-07Fix "may be used uninitialized" warning.Tulio Magno Quites Machado Filho1-2/+2
2018-07-14Fix internal error when using --emit-relocs with plugins.Cary Coutant1-3/+7
2018-06-22Update support for .note.gnu.property sections.Cary Coutant1-1/+4
2018-06-22Add support for .note.gnu.property sections.Cary Coutant1-0/+104
2018-04-06Further improve warnings for relocations referring to discarded sections.Cary Coutant1-60/+119
2018-04-02Fix problem where mixed section types can cause internal error during a -r link.Cary Coutant1-33/+43
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-28Allow multiple .eh_frame sections per object file.Cary Coutant1-13/+10
2017-11-27Fix symbol values and relocation addends for relocatable links.Cary Coutant1-16/+26
2017-11-08Fix problems with -r.James Clarke1-19/+8
2017-11-08Apply:Eric Christopher1-2/+2
2017-01-12Fix incorrect byte counts.Cary Coutant1-3/+3
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-12-28Add explicit instantiations for build_compressed_section_map().Cary Coutant1-0/+32
2016-12-05Fix problem where absolute local symbols are omitted when output has many sec...Cary Coutant1-2/+3
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-11Make output views accessible to Target during do_relocate().Cary Coutant1-1/+2
2015-12-03Take addend into account when making GOT entries for local symbols.Vladimir Radosavljevic1-1/+2
2015-11-25Adjust local symbol value in relocatable link to be relative to section.Cary Coutant1-2/+6
2015-08-25Fix --no-as-needed when shared library is listed twice on the command line.Cary Coutant1-2/+11
2015-07-12Add SHF_COMPRESSED section decompression to goldH.J. Lu1-16/+35
2015-06-04Change default to discard temporary local symbols in merge sections.Cary Coutant1-1/+7
2015-04-17Use LIFO instead of FIFO to implement gc's transitive closure.Rafael Ávila de Espíndola1-1/+1
2015-03-27Avoid looking up Input_merge_map multiple times.Rafael Ávila de Espíndola1-7/+10
2015-03-23Remove is_merge_section_for.Rafael Ávila de Espíndola1-6/+4
2015-03-21Support compressed debug sections in dynamic object files.Cary Coutant1-11/+14
2015-03-05Remove typename on elfcpp::Elf_types<size>::Elf_AddrH.J. Lu1-4/+4
2015-03-04Remove empty class Merge_map.Rafael Ávila de Espíndola1-0/+63
2015-02-17avoid std::vector copy.Rafael Ávila de Espíndola1-1/+1
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-11-25Fix corrupted .eh_frame section with LTO and --gc-sections.Cary Coutant1-6/+14
2014-09-26Fix handling of relocations against TLS section symbols.Cary Coutant1-1/+3
2014-07-212014-07-21 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-1/+3
2014-07-08Fix internal error with LTO on ARM.Cary Coutant1-1/+11
2014-05-082014-05-08 Martin Liška <mliska@suse.cz>Martin Liška1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2013-11-06Fix assert failure with --emit-relocs and .eh_frame sections.Cary Coutant1-22/+22
2013-07-31gold/Cary Coutant1-0/+29