Age | Commit message (Expand) | Author | Files | Lines |
2016-03-08 | Add unused attribute where necessary to quiet GCC 6 warnings. | Cary Coutant | 1 | -1/+1 |
2016-01-12 | Fix breakage for SHT_REL targets where get_r_addend() gives internal error. | Cary Coutant | 1 | -0/+8 |
2016-01-11 | Refactor gold to enable support for MIPS-64 relocation format. | Cary Coutant | 1 | -20/+73 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-12-17 | Implement --long-plt flag (ARM only). | Peter Collingbourne | 1 | -21/+106 |
2015-12-09 | [GOLD] Relocate::relocate() params | Alan Modra | 1 | -15/+10 |
2015-11-09 | Remove unnecessary target dependencies on relocation format. | Cary Coutant | 1 | -1/+3 |
2015-10-28 | Support 64-bit entry size in SHT_HASH (for s390). | Marcin KoĆcielnicki | 1 | -2/+4 |
2015-07-23 | 2015-07-23 Ian Coolidge <icoolidge@google.com> | Han Shen | 1 | -3/+4 |
2015-07-20 | Properly set arm-specific elf flags wrt hardfp. | Han Shen | 1 | -0/+1 |
2015-07-09 | Drop 'missing mapping symbols' warning for arm and aarch64. | Han Shen | 1 | -9/+2 |
2015-04-07 | Add AArch32 support for arm gold linker. | Han Shen | 1 | -1/+22 |
2015-02-11 | gold/arm.cc: Output mapping symbol for PLT code | Will Newton | 1 | -0/+7 |
2015-01-29 | This patch adds IFUNC support for arm gold backend. | Han Shen | 1 | -47/+546 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-12-25 | ARM: Add support for value 3 of Tag_ABI_VFP_args attribute | Alan Modra | 1 | -6/+6 |
2014-12-25 | ARM: Add support for value 3 of Tag_ABI_VFP_args attribute | Terry Guo | 1 | -3/+11 |
2014-07-08 | Fix internal error with LTO on ARM. | Cary Coutant | 1 | -2/+2 |
2014-05-13 | With -pie and x86, the linker complains if it sees a PC-relative relocation | Sriraman Tallam | 1 | -2/+4 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2013-10-11 | gold/ | Roland McGrath | 1 | -4/+2 |
2013-07-30 | gold/ | Cary Coutant | 1 | -2/+4 |
2013-04-27 | * target-reloc.h (relocate_section): If the reloc offset is out of | Ian Lance Taylor | 1 | -0/+3 |
2013-01-09 | * arm.cc (Target_arm::attributes_accept_div): New function. | Ian Lance Taylor | 1 | -22/+83 |
2012-12-03 | * layout.h (Layout::get_executable_sections): Declare. | Alan Modra | 1 | -5/+1 |
2012-11-15 | bfd/ | Roland McGrath | 1 | -2/+2 |
2012-11-01 | gold/ | Roland McGrath | 1 | -4/+6 |
2012-10-30 | bfd: | Nick Clifton | 1 | -3/+19 |
2012-10-18 | * target-reloc.h (class Default_comdat_behavior): New, package up.. | Alan Modra | 1 | -2/+3 |
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 | -1/+1 |
2012-09-05 | * object.h (Sized_relobj_file::emit_relocs): Delete. | Alan Modra | 1 | -16/+16 |
2012-07-11 | * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef. | Ian Lance Taylor | 1 | -5/+0 |
2012-05-02 | * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF. | Roland McGrath | 1 | -447/+769 |
2012-04-26 | * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const | Ian Lance Taylor | 1 | -4/+4 |
2012-03-19 | 2012-03-19 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -26/+59 |
2012-03-15 | 2012-03-15 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -2/+13 |
2012-03-14 | 2012-03-14 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -1/+3 |
2012-02-03 | 2012-02-03 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -8/+3 |
2012-02-02 | 2012-02-02 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -5/+7 |
2012-01-28 | * reloc.h (Bits): New class with static functions, copied from | Ian Lance Taylor | 1 | -103/+46 |
2011-11-11 | 2011-11-11 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -1/+4 |
2011-11-10 | 2011-11-10 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -5/+5 |
2011-11-10 | 2011-11-09 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -2/+3 |
2011-11-03 | * arm.cc (Target_arm::may_use_v5t_interworking): Check whether | Ian Lance Taylor | 1 | -3/+10 |
2011-11-02 | * arm.cc (Target_arm::Target_arm): Remove initialisation of | Ian Lance Taylor | 1 | -23/+30 |
2011-07-06 | 2011-07-05 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -26/+25 |
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 | -18/+19 |
2011-06-27 | 2011-06-27 Doug Kwan <dougkwan@google.com> | Doug Kwan | 1 | -10/+12 |