aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2015-05-16[GOLD] Add PowerPC64 -fsplit-stack supportAlan Modra3-6/+139
2015-05-02Change Section_id type to use Relobj* instead of Object*.Cary Coutant12-43/+80
2015-04-29Updated translations for various binutils components.Nick Clifton2-629/+1856
2015-04-28Tidy PowerPC gold find_global_entry usesAlan Modra2-17/+35
2015-04-28PowerPC gold assertion on missing global entry stubAlan Modra2-14/+23
2015-04-27[gold] Rename '--fix-cortex-a53' to '--fix-cortex-a53-843419'.Han Shen3-6/+14
2015-04-27If a range is missing, assume the input address is mapped.Rafael Ávila de Espíndola6-6/+77
2015-04-23Add option --weak-unresolved-symbols to treat unresolved symbols as weak ref.Sriraman Tallam6-5/+69
2015-04-23Add option --weak-unresolved-symbols to treat unresolved as weak references.Sriraman Tallam1-0/+45
2015-04-20Ensure that dynamically loaded libraries won't use separate copies of GNU_UNI...Ian Coolidge2-1/+10
2015-04-17Use LIFO instead of FIFO to implement gc's transitive closure.Rafael Ávila de Espíndola6-9/+19
2015-04-16[gold] The first patch to address cortex-a53 erratum-843419.Han Shen3-2/+600
2015-04-09Allow gold to resolve defined TLS symbols in a PIE link.Cary Coutant5-148/+378
2015-04-09Improve ODR checking in gold.Cary Coutant5-17/+57
2015-04-07Add AArch32 support for arm gold linker.Han Shen2-1/+28
2015-04-06Fix the signature of a virtual method to match the one in the parent class.Rafael Ávila de Espíndola2-6/+8
2015-04-06Avoid a call to find by using the return value of insert.Rafael Ávila de Espíndola2-9/+7
2015-04-06Avoid a copy constructor call.Rafael Ávila de Espíndola2-2/+8
2015-04-06[Gold,x86_64] Convert mov foo@GOTPCREL(%rip), %reg to lea foo(%rip), %regIlya Tocar8-6/+275
2015-04-02Regenerate configure in bfd/binutils/gas/gdb/goldH.J. Lu2-2/+6
2015-04-01Convert mov foo@GOT(%reg), %reg to lea foo@GOTOFF(%reg), %regIlya Tocar9-33/+252
2015-04-01Regenerate configure in goldH.J. Lu10-420/+397
2015-03-30Support AARCH64_TLSLD_ADD_DTPREL_* relocations.Jing Yu3-9/+34
2015-03-27Avoid looking up Input_merge_map multiple times.Rafael Ávila de Espíndola5-29/+67
2015-03-24PR18147, relocation overflow when --unresolved-symbols=ignore-allAlan Modra2-1/+7
2015-03-23Remove is_merge_section_for.Rafael Ávila de Espíndola7-115/+71
2015-03-22Fix support for i386 TLS GD-to-IE optimization.Cary Coutant2-19/+14
2015-03-21Fix internal error with -z relro when .tbss is last relro section.Cary Coutant2-3/+10
2015-03-21Fix bug when optimizing string pools of aligned strings.Cary Coutant2-1/+9
2015-03-21PR gold/18048: Fix INCLUDE directive support for goldCary Coutant10-22/+112
2015-03-21Support compressed debug sections in dynamic object files.Cary Coutant5-129/+128
2015-03-21Fix internal error in do_relocate_sections when using plugins.Cary Coutant2-3/+9
2015-03-11Fix gold incremental test failures.Cary Coutant4-36/+53
2015-03-09Fix failure in exception_static_test.Cary Coutant6-40/+91
2015-03-05Remove typename on elfcpp::Elf_types<size>::Elf_AddrH.J. Lu2-4/+9
2015-03-04Fix a race condition when setting default target for ARM targets.Cary Coutant2-4/+10
2015-03-04Remove empty class Merge_map.Rafael Ávila de Espíndola10-208/+199
2015-03-02Fix crash when processing merge section with entsize of 0.Cary Coutant2-0/+10
2015-03-02Fix an internal error in do_print_to_mapfile on Arm.Cary Coutant2-0/+10
2015-02-24PowerPC64 GOLD: complain on misaligned _DS relocsAlan Modra2-3/+12
2015-02-22Set GOLD_DEFAULT_SIZE to 32 for x32H.J. Lu3-0/+7
2015-02-18Fix gold error: hidden symbol '...' is not defined locallyAlan Modra2-0/+7
2015-02-17Simplify Garbage_collection::add_reference a bit.Rafael Ávila de Espíndola2-5/+6
2015-02-17avoid std::vector copy.Rafael Ávila de Espíndola2-1/+5
2015-02-17Use std::upper_bound to simplify code a bit.Rafael Ávila de Espíndola2-8/+9
2015-02-17[gold] Recognize DWARF5/GCC5 DW_LANG_Fortran03 and DW_LANG_Fortran08.Mark Wielaard2-1/+8
2015-02-16Fix --dynamic-list so that symbols not in the list are still exported.Cary Coutant6-14/+20
2015-02-16Remove redundant include of "output.h".Cary Coutant2-1/+5
2015-02-12Add missing TLSLE relocations for gold aarch64 backend.Jing Yu3-5/+52
2015-02-11gold/arm.cc: Output mapping symbol for PLT codeWill Newton2-0/+13