Age | Commit message (Expand) | Author | Files | Lines |
2012-10-18 | PR gold/14727 | Alan Modra | 2 | -1/+9 |
2012-10-18 | * target-reloc.h (class Default_comdat_behavior): New, package up.. | Alan Modra | 8 | -63/+80 |
2012-10-17 | * powerpc.cc (Target_powerpc::Scan::local, global): Always emit | Alan Modra | 2 | -21/+79 |
2012-10-17 | PR gold/14726 | Alan Modra | 2 | -3/+14 |
2012-10-16 | 2012-10-16 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 2 | -1/+7 |
2012-10-16 | * powerpc.cc (Target_powerpc::define_save_restore_funcs): New func. | Alan Modra | 2 | -0/+371 |
2012-10-12 | * powerpc.cc (Powerpc_relobj::add_gc_mark, process_gc_mark): New. | Alan Modra | 2 | -3/+40 |
2012-10-12 | * powerpc.cc (Output_data_plt_powerpc::add_entry, add_ifunc_entry, | Alan Modra | 2 | -18/+17 |
2012-10-05 | * powerpc.cc (Target_powerpc::do_plt_address_for_local, | Alan Modra | 2 | -105/+258 |
2012-10-05 | * i386.cc (Output_data_plt_i386::address_for_global, | Alan Modra | 8 | -61/+63 |
2012-10-03 | Adjust the value of _GLOBAL_OFFSET_TABLE_ for got bigger than 0x8000 | Walter Lee | 2 | -5/+23 |
2012-09-29 | * powerpc.cc (Target_powerpc::iplt_): New output section. | Alan Modra | 2 | -97/+466 |
2012-09-25 | * object.h (Sized_relobj_file::adjust_local_symbol, | Alan Modra | 4 | -5/+122 |
2012-09-15 | Add support for tilegx in gold. | Walter Lee | 8 | -5/+4942 |
2012-09-12 | * target-reloc.h (scan_relocs): Call scan.local for relocs | Alan Modra | 7 | -77/+208 |
2012-09-12 | PR gold/14570 | Ian Lance Taylor | 4 | -61/+110 |
2012-09-10 | PR gold/14566 | Alan Modra | 3 | -3/+15 |
2012-09-10 | * output.h (Output_data_got::add_global_tls, add_local_tls, | Alan Modra | 9 | -59/+242 |
2012-09-10 | * config.in: Disable sanity check for kfreebsd. | Alan Modra | 2 | -1/+5 |
2012-09-10 | 2012-09-10 Sterling Augustine <saugustine@google.com> | Sterling Augustine | 3 | -14/+33 |
2012-09-09 | * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions. | Alan Modra | 6 | -43/+215 |
2012-09-07 | 2012-09-06 Cary Coutant <ccoutant@google.com> | Cary Coutant | 5 | -1/+28 |
2012-09-06 | Add .got.plt output section statement | H.J. Lu | 3 | -0/+8 |
2012-09-05 | * powerpc.cc (Powerpc_relocate_functions): Upcase enum values, | Alan Modra | 2 | -61/+63 |
2012-09-05 | * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc. | Alan Modra | 15 | -10/+43 |
2012-09-05 | * powerpc.cc (Powerpc_relobj::get_opd_ent): Make const. | Alan Modra | 2 | -89/+172 |
2012-09-05 | * object.h (Sized_relobj_file::emit_relocs): Delete. | Alan Modra | 13 | -235/+325 |
2012-09-04 | * powerpc.cc (do_make_elf_object): Allow ET_EXEC files with | Andreas Schwab | 2 | -1/+9 |
2012-08-31 | * powerpc.cc (Powerpc_relobj): Add and use Address typedef. | Alan Modra | 2 | -315/+1477 |
2012-08-30 | * layout.cc (Layout::set_segment_offsets): Set p_align to | Alan Modra | 2 | -2/+9 |
2012-08-30 | * output.h (Output_reloc::Output_reloc <output section>): Add | Alan Modra | 3 | -71/+122 |
2012-08-24 | Patch adds support to allow plugins to map selected subset of sections to unique | Sriraman Tallam | 12 | -114/+484 |
2012-08-22 | 2012-08-22 Cary Coutant <ccoutant@google.com> | Cary Coutant | 2 | -2/+6 |
2012-08-21 | 2012-08-21 Cary Coutant <ccoutant@google.com> | Cary Coutant | 2 | -2/+9 |
2012-08-18 | * powerpc.cc: Formatting and white space. | Alan Modra | 3 | -212/+409 |
2012-08-15 | * x86_64.cc (Target_x86_64::Scan::global): Fix erroneous call to | Ian Lance Taylor | 2 | -1/+6 |
2012-08-14 | PR ld/14265 | Nick Clifton | 11 | -18/+178 |
2012-08-14 | * target.h (Target::output_section_name): New function. | Alan Modra | 4 | -1/+40 |
2012-08-14 | elfcpp/ | Alan Modra | 2 | -21/+47 |
2012-08-14 | * powerpc.cc (Powerpc_relobj::set_got2_shndx): Delete. | Alan Modra | 2 | -61/+50 |
2012-08-12 | * powerpc.cc: Whitespace fixes. Wrap overly long lines. | Alan Modra | 2 | -156/+169 |
2012-08-11 | * object.h (Sized_relobj_file::find_shdr): New function. | Alan Modra | 6 | -599/+1367 |
2012-08-09 | Updated Vietnamese translation. | Nick Clifton | 2 | -98/+107 |
2012-08-07 | * layout.cc (Layout::add_target_dynamic_tags): If | Ian Lance Taylor | 2 | -9/+22 |
2012-07-30 | Updated translations | Nick Clifton | 2 | -5/+10 |
2012-07-19 | 2012-07-18 Cary Coutant <ccoutant@google.com> | Cary Coutant | 10 | -180/+257 |
2012-07-16 | 2012-07-16 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 2 | -8/+13 |
2012-07-11 | * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef. | Ian Lance Taylor | 7 | -16/+14 |
2012-07-10 | PR gold/14309 | Ian Lance Taylor | 6 | -0/+85 |
2012-06-22 | gold/ | Roland McGrath | 2 | -0/+14 |