summaryrefslogtreecommitdiff
path: root/gold/reloc.cc
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* PR28098 Skip R_*_NONE relocation entries with zero r_sym without countingMichael Krasnyk2021-07-181-1/+4
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Refactor Sized_relobj_file::do_relocate_sections.Cary Coutant2017-01-101-3/+70
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* gold: Add view and view_size parameters to is_call_to_non_split.Marcin Kościelnicki2016-02-061-1/+2
* Refactor gold to enable support for MIPS-64 relocation format.Cary Coutant2016-01-111-85/+27
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Remove const from return type of get_output_view.Cary Coutant2015-12-131-5/+5
* Pass relocations to Target::do_calls_non_split.Cary Coutant2015-12-111-0/+1
* Make output views accessible to Target during do_relocate().Cary Coutant2015-12-111-0/+57
* [GOLD] Relocate::relocate() paramsAlan Modra2015-12-091-16/+16
* Add SHF_COMPRESSED section decompression to goldH.J. Lu2015-07-121-1/+3
* [GOLD] Add PowerPC64 -fsplit-stack supportAlan Modra2015-05-161-4/+12
* Remove empty class Merge_map.Rafael Ávila de Espíndola2015-03-041-7/+5
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-1/+1
* * object.h (Sized_relobj_file::emit_relocs): Delete.Alan Modra2012-09-051-77/+13
* * layout.cc: Include "object.h".Ian Lance Taylor2011-06-251-2/+32
* * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty relocIan Lance Taylor2011-05-311-0/+3
* * incremental-dump.cc (dump_incremental_inputs): Print dynamic relocCary Coutant2011-05-241-81/+81
* * gold/layout.cc (Layout::symtab_section_offset): New function.Cary Coutant2011-04-141-1/+1
* * archive.cc (Archive::include_member): Adjust call toCary Coutant2011-04-121-7/+15
* PR gold/12316Ian Lance Taylor2011-02-101-4/+1
* Fix typos in gold.Ralf Wildenhues2010-12-141-1/+1
* * dwarf_reader.h (class Sized_dwarf_line_info): AddIan Lance Taylor2010-12-011-0/+14
* * debug.h (DEBUG_INCREMENTAL): New flag.Cary Coutant2010-10-141-2/+2
* * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton2010-08-251-3/+3
* elfcpp/ChangeLog:Cary Coutant2010-08-121-2/+191
* * compressed_output.cc (zlib_decompress): New function.Cary Coutant2010-07-121-6/+27
* * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call theIan Lance Taylor2010-03-111-5/+8
* * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.Cary Coutant2010-03-101-1/+1
* * gold.cc (queue_middle_gc_tasks): Use a separate blocker for eachIan Lance Taylor2010-02-121-12/+26
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-90/+90
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-90/+90
* PR 10925Ian Lance Taylor2009-11-091-0/+40
* * object.h (class Relobj): Drop options parameter fromIan Lance Taylor2009-10-291-68/+39
* 2009-10-25 Doug Kwan <dougkwan@google.com>Doug Kwan2009-10-251-1/+45
* * object.h (class Relocate_info): Add reloc_shdr and data_shdrIan Lance Taylor2009-10-151-0/+2
* * gc.h (gc_process_relocs): Check if icf is enabled using newSriraman Tallam2009-10-131-2/+5
* * options.h (class General_options): DefineIan Lance Taylor2009-10-061-24/+259
* * object.h (class Object): Remove target_ field, and target,Ian Lance Taylor2009-09-301-3/+6
* *** empty log message ***Sriraman Tallam2009-08-051-7/+7
* PR 10244Ian Lance Taylor2009-06-241-1/+4
* PR 9918Ian Lance Taylor2009-03-041-1/+3
* 2009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam2009-01-281-4/+143