summaryrefslogtreecommitdiff
path: root/gold/object.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2014-05-08 Martin Liška <mliska@suse.cz>Martin Liška2014-05-081-1/+1
* Update copyright yearsAlan Modra2014-03-051-2/+1
* Fix assert failure with --emit-relocs and .eh_frame sections.Cary Coutant2013-11-061-22/+22
* gold/Cary Coutant2013-07-311-0/+29
* gold/Cary Coutant2013-05-211-7/+6
* GCC PR c++/56840Ian Lance Taylor2013-04-041-11/+23
* * gold.cc (queue_middle_tasks): Move detect_odr_violations..Alan Modra2013-03-101-7/+25
* PR gold/14727Alan Modra2012-10-181-1/+3
* * object.h (Sized_relobj_file::adjust_local_symbol,Alan Modra2012-09-251-1/+2