summaryrefslogtreecommitdiff
path: root/gold/incremental.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
* PR28417, std::string no longer allows accepting nullptr_tAlan Modra2021-10-211-1/+1
* [GOLD] Got_offset_list: addend fieldAlan Modra2021-09-181-2/+8
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* gold: Move sym declaration just before useH.J. Lu2020-12-191-2/+2
* Cosmetic improvements for OSABI access.Cary Coutant2020-12-151-2/+2
* 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
* Fix test for availability of emplace_back.Cary Coutant2018-07-091-3/+3
* Silence GCC 9 error about deprecated implicit copy constructor.Cary Coutant2018-06-221-0/+4
* Fix problem where mixed section types can cause internal error during a -r link.Cary Coutant2018-04-021-3/+4
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Disallow --incremental with -pie and force -no-pie for incremental tests.Cary Coutant2017-12-011-2/+2
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Make GOT entry size target-dependentH.J. Lu2015-10-291-4/+5
* Remove redundant include of "output.h".Cary Coutant2015-02-161-1/+0
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Make Elf_file::section_name() a const function, so that it can be used inCary Coutant2014-09-021-4/+4
* Update copyright yearsAlan Modra2014-03-051-1/+1
* gold/Roland McGrath2012-11-011-1/+1
* * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.Ian Lance Taylor2012-07-111-2/+0
* * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.Roland McGrath2012-05-021-103/+104
* * incremental-dump.cc (find_input_containing_global): ReplaceCary Coutant2012-04-241-16/+50
* 2012-03-21 Cary Coutant <ccoutant@google.com>Cary Coutant2012-03-211-8/+64
* Correct incremental relocation offsetH.J. Lu2012-01-281-1/+2
* * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):Cary Coutant2012-01-041-1/+1
* * gold/incremental.cc (Sized_relobj_incr::Sized_relobj_incr):Cary Coutant2011-10-101-9/+39
* * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):Cary Coutant2011-09-291-1/+1
* * incremental.cc (can_incremental_update): Fix typo in comment.Cary Coutant2011-09-191-1/+1
* * incremental.cc (can_incremental_update): New function.Cary Coutant2011-09-181-0/+16
* * incremental.cc (Sized_relobj_incr::do_layout): CallCary Coutant2011-09-141-1/+3
* PR gold/12372Ian Lance Taylor2011-07-081-2/+2
* * gold/incremental.ccCary Coutant2011-07-061-3/+9
* * incremental.cc (Sized_incremental_binary::do_file_has_changed):Cary Coutant2011-07-061-0/+7
* * incremental.cc (Sized_incremental_binary::setup_readers): PassCary Coutant2011-07-061-1/+9
* * incremental.cc (Sized_incremental_binary::do_check_inputs): AddCary Coutant2011-07-061-0/+6
* * incremental.cc (Incremental_inputs::report_command_line): IgnoreCary Coutant2011-07-061-0/+2
* * common.cc (Symbol_table::do_allocate_commons_list): For incrementalCary Coutant2011-06-081-16/+64
* * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_relocCary Coutant2011-06-081-9/+91
* * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups.Cary Coutant2011-05-261-7/+49
* * gold.cc (queue_initial_tasks): Pass incremental base filenameCary Coutant2011-05-241-0/+9
* * dynobj.h (Dynobj::do_dynobj): New function.Cary Coutant2011-05-241-17/+49
* * incremental-dump.cc (dump_incremental_inputs): Print dynamic relocCary Coutant2011-05-241-85/+81
* * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries.Cary Coutant2011-05-231-16/+106
* * incremental-dump.cc (dump_incremental_inputs): Print localCary Coutant2011-04-251-11/+136
* * incremental.cc (Sized_incremental_binary::setup_readers): AllocateCary Coutant2011-04-221-10/+125
* * incremental.cc (Sized_incr_relobj::do_add_symbols): AlwaysIan Lance Taylor2011-04-121-2/+1
* * archive.cc (Archive::include_member): Adjust call toCary Coutant2011-04-121-78/+1191