aboutsummaryrefslogtreecommitdiff
path: root/gold/object.cc
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-21gold/Cary Coutant1-7/+6
2013-04-04 GCC PR c++/56840Ian Lance Taylor1-11/+23
2013-03-10 * gold.cc (queue_middle_tasks): Move detect_odr_violations..Alan Modra1-7/+25
2012-10-18 PR gold/14727Alan Modra1-1/+3
2012-09-25 * object.h (Sized_relobj_file::adjust_local_symbol,Alan Modra1-1/+2
2012-09-072012-09-06 Cary Coutant <ccoutant@google.com>Cary Coutant1-1/+2
2012-08-24Patch adds support to allow plugins to map selected subset of sections to uniqueSriraman Tallam1-46/+64
2012-08-14 PR ld/14265Nick Clifton1-0/+1
2012-08-11 * object.h (Sized_relobj_file::find_shdr): New function.Alan Modra1-38/+95
2012-05-02 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.Roland McGrath1-311/+313
2012-03-212012-03-21 Cary Coutant <ccoutant@google.com>Cary Coutant1-47/+111
2012-03-01 * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.Cary Coutant1-0/+4
2012-02-29 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):Cary Coutant1-5/+125
2011-12-19 * object.h (Relobj::local_symbol_value): New function.Ian Lance Taylor1-1/+2
2011-09-18 * incremental.cc (can_incremental_update): New function.Cary Coutant1-3/+1
2011-09-13 * object.cc (Sized_relobj_file::do_layout): Remove unused localIan Lance Taylor1-3/+0