summaryrefslogtreecommitdiff
path: root/gold/object.cc
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-11-28Allow multiple .eh_frame sections per object file.Cary Coutant
2017-11-27Fix symbol values and relocation addends for relocatable links.Cary Coutant
2017-11-08Fix problems with -r.James Clarke
2017-11-08Apply:Eric Christopher
2017-01-12Fix incorrect byte counts.Cary Coutant
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-12-28Add explicit instantiations for build_compressed_section_map().Cary Coutant
2016-12-05Fix problem where absolute local symbols are omitted when output has many sec...Cary Coutant
2016-01-01Copyright update for binutilsAlan Modra
2015-12-11Make output views accessible to Target during do_relocate().Cary Coutant
2015-12-03Take addend into account when making GOT entries for local symbols.Vladimir Radosavljevic
2015-11-25Adjust local symbol value in relocatable link to be relative to section.Cary Coutant
2015-08-25Fix --no-as-needed when shared library is listed twice on the command line.Cary Coutant
2015-07-12Add SHF_COMPRESSED section decompression to goldH.J. Lu
2015-06-04Change default to discard temporary local symbols in merge sections.Cary Coutant
2015-04-17Use LIFO instead of FIFO to implement gc's transitive closure.Rafael Ávila de Espíndola
2015-03-27Avoid looking up Input_merge_map multiple times.Rafael Ávila de Espíndola
2015-03-23Remove is_merge_section_for.Rafael Ávila de Espíndola
2015-03-21Support compressed debug sections in dynamic object files.Cary Coutant
2015-03-05Remove typename on elfcpp::Elf_types<size>::Elf_AddrH.J. Lu
2015-03-04Remove empty class Merge_map.Rafael Ávila de Espíndola
2015-02-17avoid std::vector copy.Rafael Ávila de Espíndola
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-11-25Fix corrupted .eh_frame section with LTO and --gc-sections.Cary Coutant
2014-09-26Fix handling of relocations against TLS section symbols.Cary Coutant
2014-07-212014-07-21 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam
2014-07-08Fix internal error with LTO on ARM.Cary Coutant
2014-05-082014-05-08 Martin Liška <mliska@suse.cz>Martin Liška
2014-03-05Update copyright yearsAlan Modra
2013-11-06Fix assert failure with --emit-relocs and .eh_frame sections.Cary Coutant
2013-07-31gold/Cary Coutant
2013-05-21gold/Cary Coutant
2013-04-04 GCC PR c++/56840Ian Lance Taylor
2013-03-10 * gold.cc (queue_middle_tasks): Move detect_odr_violations..Alan Modra
2012-10-18 PR gold/14727Alan Modra
2012-09-25 * object.h (Sized_relobj_file::adjust_local_symbol,Alan Modra
2012-09-072012-09-06 Cary Coutant <ccoutant@google.com>Cary Coutant
2012-08-24Patch adds support to allow plugins to map selected subset of sections to uniqueSriraman Tallam
2012-08-14 PR ld/14265Nick Clifton
2012-08-11 * object.h (Sized_relobj_file::find_shdr): New function.Alan Modra
2012-05-02 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.Roland McGrath
2012-03-212012-03-21 Cary Coutant <ccoutant@google.com>Cary Coutant
2012-03-01 * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.Cary Coutant
2012-02-29 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):Cary Coutant
2011-12-19 * object.h (Relobj::local_symbol_value): New function.Ian Lance Taylor
2011-09-18 * incremental.cc (can_incremental_update): New function.Cary Coutant
2011-09-13 * object.cc (Sized_relobj_file::do_layout): Remove unused localIan Lance Taylor
2011-09-12 * object.cc (Sized_relobj_file::do_layout): Remove assertion whichIan Lance Taylor
2011-08-01 * layout.cc (Layout::set_segment_offsets): Don't realign textCary Coutant