summaryrefslogtreecommitdiff
path: root/gold/object.h
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-01-10Refactor Sized_relobj_file::do_relocate_sections.Cary Coutant
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-01-11Refactor gold to enable support for MIPS-64 relocation format.Cary Coutant
2016-01-01Copyright update for binutilsAlan Modra
2015-12-13Remove const from return type of get_output_view.Cary Coutant
2015-12-11Make output views accessible to Target during do_relocate().Cary Coutant
2015-12-09[GOLD] Relocate::relocate() paramsAlan Modra
2015-12-03Take addend into account when making GOT entries for local symbols.Vladimir Radosavljevic
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-05-02Change Section_id type to use Relobj* instead of Object*.Cary Coutant
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-04Remove empty class Merge_map.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-02Make Elf_file::section_name() a const function, so that it can be used inCary Coutant
2014-07-08Fix internal error with LTO on ARM.Cary Coutant
2014-03-05Update copyright yearsAlan Modra
2013-08-23 PR binutils/15834Nick Clifton
2013-07-31gold/Cary Coutant
2013-05-21gold/Cary Coutant
2013-03-10 * gold.cc (queue_middle_tasks): Move detect_odr_violations..Alan Modra
2012-10-23gold/Cary Coutant
2012-09-25 * object.h (Sized_relobj_file::adjust_local_symbol,Alan Modra
2012-09-12 PR gold/14570Ian Lance Taylor
2012-09-05 * object.h (Sized_relobj_file::emit_relocs): Delete.Alan Modra
2012-08-11 * object.h (Sized_relobj_file::find_shdr): New function.Alan Modra
2012-04-26 * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a constIan Lance Taylor
2012-03-212012-03-21 Cary Coutant <ccoutant@google.com>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-08-01 * layout.cc (Layout::set_segment_offsets): Don't realign textCary Coutant
2011-06-30 PR gold/12629Ian Lance Taylor
2011-06-25 * layout.cc: Include "object.h".Ian Lance Taylor
2011-05-24 * dynobj.h (Dynobj::do_dynobj): New function.Cary Coutant
2011-05-24 * incremental-dump.cc (dump_incremental_inputs): Print dynamic relocCary Coutant
2011-04-25 * incremental-dump.cc (dump_incremental_inputs): Print localCary Coutant
2011-04-12 * archive.cc (Archive::include_member): Adjust call toCary Coutant
2011-03-30 * archive.cc (Library_base::should_include_member): MoveCary Coutant
2011-02-10 PR gold/12316Ian Lance Taylor
2010-12-14Fix typos in gold.Ralf Wildenhues
2010-09-082010-09-08 Doug Kwan <dougkwan@google.com>Doug Kwan
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton
2010-08-19 PR 10893Ian Lance Taylor