Age | Commit message (Expand) | Author | Files | Lines |
2012-11-01 | gold/ | Roland McGrath | 1 | -2/+3 |
2012-10-18 | * target-reloc.h (class Default_comdat_behavior): New, package up.. | Alan Modra | 1 | -1/+1 |
2012-10-05 | * i386.cc (Output_data_plt_i386::address_for_global, | Alan Modra | 1 | -7/+8 |
2012-09-12 | * target-reloc.h (scan_relocs): Call scan.local for relocs | Alan Modra | 1 | -2/+7 |
2012-09-10 | * output.h (Output_data_got::add_global_tls, add_local_tls, | Alan Modra | 1 | -2/+1 |
2012-09-05 | * object.h (Sized_relobj_file::emit_relocs): Delete. | Alan Modra | 1 | -16/+17 |
2012-05-02 | * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. | Roland McGrath | 1 | -160/+166 |
2012-04-24 | gold: Add linker relaxation of tail calls on sparc. | David S. Miller | 1 | -0/+152 |
2012-04-23 | gold: Maintain sparc ELF header bits properly | David S. Miller | 1 | -1/+112 |
2012-04-17 | gold: Add support for sparc GOTDATA optimizations in Gold. | David S. Miller | 1 | -1/+102 |
2012-04-17 | gold: Add sparc IFUNC support to Gold. | David S. Miller | 1 | -79/+515 |
2012-04-17 | gold: Allow use_plt_offset to be specified for global relocations. | David S. Miller | 1 | -2/+2 |
2012-04-12 | Support R_SPARC_WDISP10 and R_SPARC_H34. | David S. Miller | 1 | -0/+48 |
2011-12-19 | * object.h (Relobj::local_symbol_value): New function. | Ian Lance Taylor | 1 | -28/+28 |
2011-10-19 | Fix sparc TLS call relaxation when the delay slot sets up %o0. | David S. Miller | 1 | -2/+15 |
2011-10-10 | PR gold/13249 | Cary Coutant | 1 | -2/+2 |
2011-06-28 | PR gold/12934 | Ian Lance Taylor | 1 | -1/+2 |
2011-06-28 | * target.h (Target::can_check_for_function_pointers): Rewrite. | Ian Lance Taylor | 1 | -1/+3 |
2011-05-24 | * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc | Cary Coutant | 1 | -61/+62 |
2010-12-14 | Fix typos in gold. | Ralf Wildenhues | 1 | -1/+1 |
2010-11-11 | gold/ | Richard Sandiford | 1 | -18/+119 |
2010-08-12 | elfcpp/ChangeLog: | Cary Coutant | 1 | -2/+70 |
2010-08-03 | 2010-08-03 Ian Lance Taylor <iant@google.com> | Ian Lance Taylor | 1 | -6/+6 |
2010-08-02 | * arm.cc (Target_arm::gc_process_relocs): Use typename. | Ian Lance Taylor | 1 | -1/+1 |
2010-07-29 | * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template | Sriraman Tallam | 1 | -1/+2 |
2010-07-13 | * output.h (Output_section_lookup_maps::add_merge_section): | Ian Lance Taylor | 1 | -8/+4 |
2010-03-10 | * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30. | David S. Miller | 1 | -0/+1 |
2010-02-13 | 2010-02-12 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 1 | -0/+23 |
2010-02-13 | * output.h (Output_reloc<SHT_REL>::Output_reloc): Add | David S. Miller | 1 | -30/+64 |
2010-02-09 | * output.h (Output_data_dynamic::add_section_size): New method | David S. Miller | 1 | -1/+6 |
2010-02-09 | * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than | David S. Miller | 1 | -35/+32 |
2010-02-09 | * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP* | David S. Miller | 1 | -0/+14 |
2010-02-09 | gold/ | David S. Miller | 1 | -6/+31 |
2010-01-07 | * output.h (class Output_data): Add const version of | Ian Lance Taylor | 1 | -31/+5 |
2009-12-30 | * layout.cc (Layout::Layout): Initialize increase_relro_. | Ian Lance Taylor | 1 | -5/+7 |
2009-12-29 | * symtab.h (class Symbol_table): Add enum Defined. | Ian Lance Taylor | 1 | -0/+2 |
2009-12-14 | Revert -Wshadow changes, all changes from: | Ian Lance Taylor | 1 | -66/+66 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -66/+66 |
2009-12-06 | 2009-12-05 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -2/+6 |
2009-12-03 | 2009-12-03 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -2/+3 |
2009-11-04 | PR 10887 | Ian Lance Taylor | 1 | -2/+4 |
2009-11-04 | * layout.cc (Layout::get_output_section): Add is_interp and | Ian Lance Taylor | 1 | -4/+4 |
2009-10-30 | 2009-10-30 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -2/+4 |
2009-10-29 | * object.h (class Relobj): Drop options parameter from | Ian Lance Taylor | 1 | -18/+5 |
2009-10-13 | * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove | Sriraman Tallam | 1 | -0/+1 |
2009-10-06 | * options.h (class General_options): Define | Ian Lance Taylor | 1 | -3/+6 |
2009-10-01 | 2009-09-30 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -13/+2 |
2009-06-22 | * layout.cc (Layout::make_output_section): Call | Ian Lance Taylor | 1 | -2/+10 |
2009-03-27 | * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is | Cary Coutant | 1 | -0/+1 |
2009-03-24 | 2009-03-23 Ian Lance Taylor <iant@google.com> | Ian Lance Taylor | 1 | -8/+2 |