]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/history - gold/sparc.cc
Change cond. branching to BRC/BRCI and add CLZ instruction
[fpga/lx-cpu1/binutils-tumbl.git] / gold / sparc.cc
2012-11-07 Roland McGrathgold/
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/