aboutsummaryrefslogtreecommitdiff
path: root/gold/reloc.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-07-18PR28098 Skip R_*_NONE relocation entries with zero r_sym without countingMichael Krasnyk1-1/+4
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-10Refactor Sized_relobj_file::do_relocate_sections.Cary Coutant1-3/+70
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-02-06gold: Add view and view_size parameters to is_call_to_non_split.Marcin Kościelnicki1-1/+2
2016-01-11Refactor gold to enable support for MIPS-64 relocation format.Cary Coutant1-85/+27
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-13Remove const from return type of get_output_view.Cary Coutant1-5/+5
2015-12-11Pass relocations to Target::do_calls_non_split.Cary Coutant1-0/+1
2015-12-11Make output views accessible to Target during do_relocate().Cary Coutant1-0/+57
2015-12-09[GOLD] Relocate::relocate() paramsAlan Modra1-16/+16
2015-07-12Add SHF_COMPRESSED section decompression to goldH.J. Lu1-1/+3
2015-05-16[GOLD] Add PowerPC64 -fsplit-stack supportAlan Modra1-4/+12
2015-03-04Remove empty class Merge_map.Rafael Ávila de Espíndola1-7/+5
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-1/+1
2012-09-05 * object.h (Sized_relobj_file::emit_relocs): Delete.Alan Modra1-77/+13
2011-06-25 * layout.cc: Include "object.h".Ian Lance Taylor1-2/+32
2011-05-31 * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty relocIan Lance Taylor1-0/+3
2011-05-24 * incremental-dump.cc (dump_incremental_inputs): Print dynamic relocCary Coutant1-81/+81
2011-04-14 * gold/layout.cc (Layout::symtab_section_offset): New function.Cary Coutant1-1/+1
2011-04-12 * archive.cc (Archive::include_member): Adjust call toCary Coutant1-7/+15
2011-02-10 PR gold/12316Ian Lance Taylor1-4/+1
2010-12-14Fix typos in gold.Ralf Wildenhues1-1/+1
2010-12-01 * dwarf_reader.h (class Sized_dwarf_line_info): AddIan Lance Taylor1-0/+14
2010-10-14 * debug.h (DEBUG_INCREMENTAL): New flag.Cary Coutant1-2/+2
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton1-3/+3
2010-08-12elfcpp/ChangeLog:Cary Coutant1-2/+191
2010-07-12 * compressed_output.cc (zlib_decompress): New function.Cary Coutant1-6/+27
2010-03-11 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call theIan Lance Taylor1-5/+8
2010-03-10 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.Cary Coutant1-1/+1
2010-02-12 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for eachIan Lance Taylor1-12/+26
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-90/+90
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-90/+90
2009-11-09 PR 10925Ian Lance Taylor1-0/+40
2009-10-29 * object.h (class Relobj): Drop options parameter fromIan Lance Taylor1-68/+39
2009-10-252009-10-25 Doug Kwan <dougkwan@google.com>Doug Kwan1-1/+45
2009-10-15 * object.h (class Relocate_info): Add reloc_shdr and data_shdrIan Lance Taylor1-0/+2
2009-10-13 * gc.h (gc_process_relocs): Check if icf is enabled using newSriraman Tallam1-2/+5
2009-10-06 * options.h (class General_options): DefineIan Lance Taylor1-24/+259
2009-09-30 * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor1-3/+6
2009-08-05*** empty log message ***Sriraman Tallam1-7/+7
2009-06-24 PR 10244Ian Lance Taylor1-1/+4
2009-03-04 PR 9918Ian Lance Taylor1-1/+3