gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / reloc.cc
2020-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2019-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2018-01-03  Alan ModraUpdate year range in copyright notice of binutils files
2017-01-10  Cary CoutantRefactor Sized_relobj_file::do_relocate_sections.
2017-01-02  Alan ModraUpdate year range in copyright notice of all files.
2016-02-06  Marcin Kościelnickigold: Add view and view_size parameters to is_call_to_n...
2016-01-12  Cary CoutantRefactor gold to enable support for MIPS-64 relocation...
2016-01-01  Alan ModraCopyright update for binutils
2015-12-13  Cary CoutantRemove const from return type of get_output_view.
2015-12-11  Cary CoutantPass relocations to Target::do_calls_non_split.
2015-12-11  Cary CoutantMake output views accessible to Target during do_reloca...
2015-12-09  Alan Modra[GOLD] Relocate::relocate() params
2015-07-12  H.J. LuAdd SHF_COMPRESSED section decompression to gold
2015-05-16  Alan Modra[GOLD] Add PowerPC64 -fsplit-stack support
2015-03-04  Rafael Ávila de... Remove empty class Merge_map.
2015-01-01  Alan ModraChangeLog rotatation and copyright year update
2014-03-05  Alan ModraUpdate copyright years
2012-09-05  Alan Modra * object.h (Sized_relobj_file::emit_relocs): Delete.
2011-06-25  Ian Lance Taylor * layout.cc: Include "object.h".
2011-05-31  Ian Lance Taylor * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore...
2011-05-24  Cary Coutant * incremental-dump.cc (dump_incremental_inputs): Print...
2011-04-14  Cary Coutant * gold/layout.cc (Layout::symtab_section_offset):...
2011-04-12  Cary Coutant * archive.cc (Archive::include_member): Adjust call to
2011-02-10  Ian Lance Taylor PR gold/12316
2010-12-14  Ralf WildenhuesFix typos in gold.
2010-12-01  Ian Lance Taylor * dwarf_reader.h (class Sized_dwarf_line_info): Add
2010-10-14  Cary Coutant * debug.h (DEBUG_INCREMENTAL): New flag.
2010-08-25  Nick Clifton * archive.cc: Formatting fixes: Remove whitespa...
2010-08-12  Cary Coutantelfcpp/ChangeLog:
2010-07-12  Cary Coutant * compressed_output.cc (zlib_decompress): New function.
2010-03-11  Ian Lance Taylor * reloc.cc (Sized_relobj::split_stack_adjust_reltype...
2010-03-10  Cary Coutant * fileread.cc (File_read::~File_read): Don't delete...
2010-02-12  Ian Lance Taylor * gold.cc (queue_middle_gc_tasks): Use a separate...
2009-12-14  Ian Lance Taylor Revert -Wshadow changes, all changes from:
2009-12-11  Nick CliftonAdd -Wshadow to the gcc command line options used when...
2009-11-09  Ian Lance Taylor PR 10925
2009-10-29  Ian Lance Taylor * object.h (class Relobj): Drop options parameter...
2009-10-25  Doug Kwan2009-10-25 Doug Kwan <dougkwan@google.com>
2009-10-15  Ian Lance Taylor * object.h (class Relocate_info): Add reloc_shdr and...
2009-10-13  Sriraman Tallam * gc.h (gc_process_relocs): Check if icf is enabled...
2009-10-06  Ian Lance Taylor * options.h (class General_options): Define
2009-09-30  Ian Lance Taylor * object.h (class Object): Remove target_ field, and...
2009-08-05  Sriraman Tallam*** empty log message ***
2009-06-24  Ian Lance Taylor PR 10244
2009-03-04  Ian Lance Taylor PR 9918
2009-01-28  Sriraman Tallam2009-01-20 Sriraman Tallam <tmsriram@google.com>
2008-12-12  Ian Lance Taylor * target-reloc.h (Default_scan_relocatable_relocs...
2008-11-15  Cary Coutant * reloc.cc (Sized_relobj::do_read_relocs): Use constan...
2008-09-29  Cary Coutant * mapfile.cc (Mapfile::print_input_section): Change...
2008-07-10  Ian Lance Taylor Handle output sections with more than 0x7fffffff bytes.
2008-04-19  Ian Lance Taylor * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-16  Ian Lance Taylor * copy-relocs.cc: New file.
2008-04-02  Ian Lance Taylor * fileread.cc (File_read::find_view): Add byteshift...
2008-03-13  Ian Lance TaylorUpdate copyright years. Update language files.
2008-02-28  Ian Lance TaylorRead input scripts which look like input objects with...
2008-02-28  Ian Lance TaylorFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-27  Ian Lance TaylorImplement -q/--emit-relocs.
2008-02-06  Ian Lance TaylorInitial -r support.
2008-01-02  Ian Lance TaylorReduce the number of system calls. Use readv instead...
2007-12-21  Ian Lance TaylorCorrect handling of non-section symbol in merged sectio...
2007-12-21  Ian Lance TaylorSpeed up relocations against local symbols in merged...
2007-12-20  Ian Lance TaylorConvert more instances of off_t to be 32-bit types.
2007-12-14  Ian Lance TaylorRewrite workqueue. This version eliminates the master...
2007-12-06  Ian Lance TaylorFrom Cary Coutant: More support for generating shared...
2007-12-01  Ian Lance TaylorCompress all debug sections.
2007-11-22  Ian Lance TaylorAdd threading support.
2007-11-15  Ian Lance TaylorFrom Cary Coutant: Count textrel with output sections...
2007-11-12  Ian Lance TaylorFrom Craig Silverstein: Track_relocs doesn't need to...
2007-11-09  Ian Lance TaylorGenerate a complete exception frame header. Discard...
2007-10-14  Ian Lance TaylorRun all error handling through an Errors object. Delet...
2007-10-02  Ian Lance TaylorFrom Craig Silverstein: avoid some signed/unsigned...
2007-09-25  Ian Lance TaylorAdd cache parameter to get_view. Discard uncached...
2007-09-22  Ian Lance TaylorAdd licensing text to every source file.
2007-09-04  Ian Lance TaylorAdd support for --enable-target to control which template
2007-05-16  Ian Lance TaylorAdd support for SHF_MERGE sections.
2006-12-06  Ian Lance TaylorGenerate version information.
2006-12-01  Ian Lance TaylorCan now dynamically link hello, world.
2006-11-30  Ian Lance TaylorAdded a testsuite. More support for COPY relocations.
2006-11-29  Ian Lance TaylorHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-16  Ian Lance TaylorSnapshot. Includes first cut at output relocation...
2006-11-14  Ian Lance TaylorMore dynamic object support, initial scripting support.
2006-11-07  Ian Lance TaylorAdd Elf_file interface which can be used by both Sized_...
2006-11-06  Ian Lance TaylorSplit Object into Dynobj and Relobj, incorporate elfcpp...
2006-11-03  Ian Lance TaylorCan now do a full static link of hello, world in C...
2006-10-20  Ian Lance TaylorFramework for relocation scanning. Implement simple...
2006-09-29  Ian Lance TaylorSnapshot. Now able to produce a minimal executable...
This page took 1.118103 seconds and 92 git commands to generate.