Supported Tizen version parsing and verification
[external/binutils.git] / gold / sparc.cc
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-04-03 Cary CoutantFix problem where mixed section types can cause interna...
2018-01-03 Alan ModraUpdate year range in copyright notice of binutils files
2017-09-26 Cary CoutantFix incorrect register mask.
2017-05-13 James ClarkeFix assertion failure relaxing TLS for position-indepen...
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-10-05 Alan Modra[GOLD] -Wimplicit-fallthrough warning fixes
2016-08-10 James ClarkeFix improper handling of R_SPARC_GOTDATA_OP_LOX10 reloc...
2016-08-10 James ClarkeAdd support for R_SPARC_32 relocation.
2016-06-28 James ClarkeDon't convert R_SPARC_32 to R_SPARC_RELATIVE if class...
2016-03-04 Cary CoutantAdd support for STT_SPARC_REGISTER symbols.
2016-01-12 Cary CoutantRefactor gold to enable support for MIPS-64 relocation...
2016-01-01 Alan ModraCopyright update for binutils
2015-12-09 Alan Modra[GOLD] Relocate::relocate() params
2015-11-09 Cary CoutantRemove unnecessary target dependencies on relocation...
2015-10-28 Marcin KoƛcielnickiSupport 64-bit entry size in SHT_HASH (for s390).
2015-10-06 Cary CoutantFix bug when applying R_SPARC_GOTDATA_OP* relocations...
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-05-13 Sriraman TallamWith -pie and x86, the linker complains if it sees...
2014-03-05 Alan ModraUpdate copyright years
2013-10-11 Roland McGrathgold/
2013-10-11 Roland McGrathgold/
2013-07-30 Cary Coutant gold/
2013-04-27 Ian Lance Taylor * target-reloc.h (relocate_section): If the reloc...
2012-11-01 Roland McGrathgold/
2012-10-18 Alan Modra * target-reloc.h (class Default_comdat_behavior):...
2012-10-05 Alan Modra * i386.cc (Output_data_plt_i386::address_for_global,
2012-09-12 Alan Modra * target-reloc.h (scan_relocs): Call scan.local for...
2012-09-10 Alan Modra * output.h (Output_data_got::add_global_tls, add_local...
2012-09-05 Alan Modra * object.h (Sized_relobj_file::emit_relocs): Delete.
2012-05-02 Roland McGrath * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targe...
2012-04-24 David S. Millergold: Add linker relaxation of tail calls on sparc.
2012-04-23 David S. Millergold: Maintain sparc ELF header bits properly
2012-04-17 David S. Millergold: Add support for sparc GOTDATA optimizations in...
2012-04-17 David S. Millergold: Add sparc IFUNC support to Gold.
2012-04-17 David S. Millergold: Allow use_plt_offset to be specified for global...
2012-04-12 David S. MillerSupport R_SPARC_WDISP10 and R_SPARC_H34.
2011-12-19 Ian Lance Taylor * object.h (Relobj::local_symbol_value): New function.
2011-10-19 David S. MillerFix sparc TLS call relaxation when the delay slot sets...
2011-10-10 Cary Coutant PR gold/13249
2011-06-28 Ian Lance Taylor PR gold/12934
2011-06-28 Ian Lance Taylor * target.h (Target::can_check_for_function_pointers...
2011-05-24 Cary Coutant * incremental-dump.cc (dump_incremental_inputs): Print...
2010-12-14 Ralf WildenhuesFix typos in gold.
2010-11-11 Richard Sandifordgold/
2010-08-12 Cary Coutantelfcpp/ChangeLog:
2010-08-03 Ian Lance Taylor2010-08-03 Ian Lance Taylor <iant@google.com>
2010-08-02 Ian Lance Taylor * arm.cc (Target_arm::gc_process_relocs): Use typename.
2010-07-29 Sriraman Tallam * arm.cc (Target_arm<big_endian>::gc_process_relocs...
2010-07-13 Ian Lance Taylor * output.h (Output_section_lookup_maps::add_merge_sect...
2010-03-10 David S. Miller * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC...
2010-02-13 Sriraman Tallam2010-02-12 Sriraman Tallam <tmsriram@google.com>
2010-02-13 David S. Miller * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
2010-02-09 David S. Miller * output.h (Output_data_dynamic::add_section_size...
2010-02-09 David S. Miller * sparc.cc (Target_sparc::Scan::local): Do not emit...
2010-02-09 David S. Miller * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC...
2010-02-09 David S. Millergold/
2010-01-07 Ian Lance Taylor * output.h (class Output_data): Add const version of
2009-12-30 Ian Lance Taylor * layout.cc (Layout::Layout): Initialize increase_relro_.
2009-12-29 Ian Lance Taylor * symtab.h (class Symbol_table): Add enum Defined.
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-12-06 Doug Kwan2009-12-05 Doug Kwan <dougkwan@google.com>
2009-12-03 Doug Kwan2009-12-03 Doug Kwan <dougkwan@google.com>
2009-11-04 Ian Lance Taylor PR 10887
2009-11-04 Ian Lance Taylor * layout.cc (Layout::get_output_section): Add is_inter...
2009-10-30 Doug Kwan2009-10-30 Doug Kwan <dougkwan@google.com>
2009-10-29 Ian Lance Taylor * object.h (class Relobj): Drop options parameter...
2009-10-13 Sriraman Tallam * symtab.h: Check for GOLD_SYMTAB_H before header...
2009-10-06 Ian Lance Taylor * options.h (class General_options): Define
2009-10-01 Doug Kwan2009-09-30 Doug Kwan <dougkwan@google.com>
2009-06-22 Ian Lance Taylor * layout.cc (Layout::make_output_section): Call
2009-03-27 Cary Coutant * powerpc.cc (Target_powerpc::check_non_pic): Assert...
2009-03-24 Ian Lance Taylor2009-03-23 Ian Lance Taylor <iant@google.com>
2009-03-17 Ian Lance Taylor * sparc.cc (class Target_sparc): Add has_got_section.
2009-03-04 Ian Lance Taylor PR 9918
2009-01-28 Sriraman Tallam2009-01-20 Sriraman Tallam <tmsriram@google.com>
2008-09-16 Ian Lance Taylor * target-reloc.h (relocate_section): Check whether...
2008-08-04 Ian Lance Taylor * symtab.h (Symbol::use_plt_offset): New function.
2008-07-10 Ian Lance Taylor Handle output sections with more than 0x7fffffff bytes.
2008-05-21 Ian Lance Taylor * mapfile.cc: New file.
2008-05-20 Ian Lance Taylor * options.h (class General_options): Add -z relro.
2008-05-06 Ian Lance Taylor2008-05-05 Ian Lance Taylor <iant@google.com>
2008-04-19 Ian Lance Taylor * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-17 David S. Miller * sparc.cc (Target_sparc::Scan): Change from struct...
2008-04-16 Ian Lance Taylor * copy-relocs.cc: New file.
2008-04-15 Ian Lance Taylor * sparc.cc: Add definitions for Output_data_plt_sparc...
2008-04-15 David S. Millertoplevel/