summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* [GOLD] Add PowerPC64 -fsplit-stack supportAlan Modra2015-05-163-6/+139
* Change Section_id type to use Relobj* instead of Object*.Cary Coutant2015-05-0212-43/+80
* Updated translations for various binutils components.Nick Clifton2015-04-292-629/+1856
* Tidy PowerPC gold find_global_entry usesAlan Modra2015-04-282-17/+35
* PowerPC gold assertion on missing global entry stubAlan Modra2015-04-282-14/+23
* [gold] Rename '--fix-cortex-a53' to '--fix-cortex-a53-843419'.Han Shen2015-04-273-6/+14
* If a range is missing, assume the input address is mapped.Rafael Ávila de Espíndola2015-04-276-6/+77
* Add option --weak-unresolved-symbols to treat unresolved symbols as weak ref.Sriraman Tallam2015-04-236-5/+69
* Add option --weak-unresolved-symbols to treat unresolved as weak references.Sriraman Tallam2015-04-231-0/+45
* Ensure that dynamically loaded libraries won't use separate copies of GNU_UNI...Ian Coolidge2015-04-202-1/+10
* Use LIFO instead of FIFO to implement gc's transitive closure.Rafael Ávila de Espíndola2015-04-176-9/+19
* [gold] The first patch to address cortex-a53 erratum-843419.Han Shen2015-04-163-2/+600
* Allow gold to resolve defined TLS symbols in a PIE link.Cary Coutant2015-04-095-148/+378
* Improve ODR checking in gold.Cary Coutant2015-04-095-17/+57
* Add AArch32 support for arm gold linker.Han Shen2015-04-072-1/+28
* Fix the signature of a virtual method to match the one in the parent class.Rafael Ávila de Espíndola2015-04-062-6/+8
* Avoid a call to find by using the return value of insert.Rafael Ávila de Espíndola2015-04-062-9/+7
* Avoid a copy constructor call.Rafael Ávila de Espíndola2015-04-062-2/+8
* [Gold,x86_64] Convert mov foo@GOTPCREL(%rip), %reg to lea foo(%rip), %regIlya Tocar2015-04-068-6/+275
* Regenerate configure in bfd/binutils/gas/gdb/goldH.J. Lu2015-04-022-2/+6
* Convert mov foo@GOT(%reg), %reg to lea foo@GOTOFF(%reg), %regIlya Tocar2015-04-019-33/+252
* Regenerate configure in goldH.J. Lu2015-04-0110-420/+397
* Support AARCH64_TLSLD_ADD_DTPREL_* relocations.Jing Yu2015-03-303-9/+34
* Avoid looking up Input_merge_map multiple times.Rafael Ávila de Espíndola2015-03-275-29/+67
* PR18147, relocation overflow when --unresolved-symbols=ignore-allAlan Modra2015-03-242-1/+7
* Remove is_merge_section_for.Rafael Ávila de Espíndola2015-03-237-115/+71
* Fix support for i386 TLS GD-to-IE optimization.Cary Coutant2015-03-222-19/+14
* Fix internal error with -z relro when .tbss is last relro section.Cary Coutant2015-03-212-3/+10
* Fix bug when optimizing string pools of aligned strings.Cary Coutant2015-03-212-1/+9
* PR gold/18048: Fix INCLUDE directive support for goldCary Coutant2015-03-2110-22/+112
* Support compressed debug sections in dynamic object files.Cary Coutant2015-03-215-129/+128
* Fix internal error in do_relocate_sections when using plugins.Cary Coutant2015-03-212-3/+9
* Fix gold incremental test failures.Cary Coutant2015-03-114-36/+53
* Fix failure in exception_static_test.Cary Coutant2015-03-096-40/+91
* Remove typename on elfcpp::Elf_types<size>::Elf_AddrH.J. Lu2015-03-052-4/+9
* Fix a race condition when setting default target for ARM targets.Cary Coutant2015-03-042-4/+10
* Remove empty class Merge_map.Rafael Ávila de Espíndola2015-03-0410-208/+199
* Fix crash when processing merge section with entsize of 0.Cary Coutant2015-03-022-0/+10
* Fix an internal error in do_print_to_mapfile on Arm.Cary Coutant2015-03-022-0/+10
* PowerPC64 GOLD: complain on misaligned _DS relocsAlan Modra2015-02-242-3/+12
* Set GOLD_DEFAULT_SIZE to 32 for x32H.J. Lu2015-02-223-0/+7
* Fix gold error: hidden symbol '...' is not defined locallyAlan Modra2015-02-182-0/+7
* Simplify Garbage_collection::add_reference a bit.Rafael Ávila de Espíndola2015-02-172-5/+6
* avoid std::vector copy.Rafael Ávila de Espíndola2015-02-172-1/+5
* Use std::upper_bound to simplify code a bit.Rafael Ávila de Espíndola2015-02-172-8/+9
* [gold] Recognize DWARF5/GCC5 DW_LANG_Fortran03 and DW_LANG_Fortran08.Mark Wielaard2015-02-172-1/+8
* Fix --dynamic-list so that symbols not in the list are still exported.Cary Coutant2015-02-166-14/+20
* Remove redundant include of "output.h".Cary Coutant2015-02-162-1/+5
* Add missing TLSLE relocations for gold aarch64 backend.Jing Yu2015-02-123-5/+52
* gold/arm.cc: Output mapping symbol for PLT codeWill Newton2015-02-112-0/+13