summaryrefslogtreecommitdiff
path: root/gold/object.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2012-09-06 Cary Coutant <ccoutant@google.com>Cary Coutant2012-09-071-1/+2
* Patch adds support to allow plugins to map selected subset of sections to uniqueSriraman Tallam2012-08-241-46/+64
* PR ld/14265Nick Clifton2012-08-141-0/+1
* * object.h (Sized_relobj_file::find_shdr): New function.Alan Modra2012-08-111-38/+95
* * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.Roland McGrath2012-05-021-311/+313
* 2012-03-21 Cary Coutant <ccoutant@google.com>Cary Coutant2012-03-211-47/+111
* * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.Cary Coutant2012-03-011-0/+4
* * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):Cary Coutant2012-02-291-5/+125
* * object.h (Relobj::local_symbol_value): New function.Ian Lance Taylor2011-12-191-1/+2
* * incremental.cc (can_incremental_update): New function.Cary Coutant2011-09-181-3/+1
* * object.cc (Sized_relobj_file::do_layout): Remove unused localIan Lance Taylor2011-09-131-3/+0
* * object.cc (Sized_relobj_file::do_layout): Remove assertion whichIan Lance Taylor2011-09-121-2/+0
* * layout.cc (Layout::set_segment_offsets): Don't realign textCary Coutant2011-08-011-0/+1
* * object.cc (Sized_relobj_file::include_section_group): AddIan Lance Taylor2011-07-051-4/+5
* PR gold/12629Ian Lance Taylor2011-06-301-37/+90
* PR gold/12675Ian Lance Taylor2011-06-291-1/+3
* * object.cc (Sized_relobj_file::do_layout): Keep warning sectionsIan Lance Taylor2011-06-171-3/+2
* PR gold/12804Cary Coutant2011-06-091-2/+7