Age | Commit message (Expand) | Author | Files | Lines |
2015-07-22 | Don't compare symbol addresses directly | H.J. Lu | 1 | -0/+24 |
2015-07-22 | Mark global with hidden attribute | H.J. Lu | 1 | -0/+7 |
2015-07-22 | GOLD aarch64 warning fix | Alan Modra | 1 | -0/+4 |
2015-07-21 | Fix problem where __start_ and __stop_ section symbols do not honor version s... | Cary Coutant | 1 | -0/+8 |
2015-07-21 | Fix typo in PR number. | Cary Coutant | 1 | -1/+1 |
2015-07-21 | Fix internal error when linking an archive library with no preceding objects. | Cary Coutant | 1 | -0/+7 |
2015-07-20 | Optimize erratum 843419 fix. | Han Shen | 1 | -0/+13 |
2015-07-20 | Properly set arm-specific elf flags wrt hardfp. | Han Shen | 1 | -0/+6 |
2015-07-20 | Clear SHF_COMPRESSED flag bit from input to output | H.J. Lu | 1 | -0/+16 |
2015-07-20 | Remove warning about references from shared objects to hidden symbols. | Yiran Wang | 1 | -0/+11 |
2015-07-14 | Make default compression gABI compliant | H.J. Lu | 1 | -0/+10 |
2015-07-12 | Extend --compress-debug-sections in gold | H.J. Lu | 1 | -0/+43 |
2015-07-12 | Add SHF_COMPRESSED section decompression to gold | H.J. Lu | 1 | -0/+43 |
2015-07-09 | Use "gold_info" instead of "gold_warning" for erratum fix. | Han Shen | 1 | -0/+8 |
2015-07-09 | Drop 'missing mapping symbols' warning for arm and aarch64. | Han Shen | 1 | -0/+8 |
2015-07-07 | Make gold aarch64 accept long form of mapping symbols. | Han Shen | 1 | -2/+9 |
2015-07-06 | Align text section ends so that stub tables appears at expected addresses. | Doug Kwan | 1 | -0/+15 |
2015-06-29 | Patch for gold internal error while fixing erratum 843419. | Han Shen | 1 | -0/+9 |
2015-06-12 | [gold][aarch64] Fix erratum 835769. | Han Shen | 1 | -0/+27 |
2015-06-11 | Fix gold build error at -O0. | Cary Coutant | 1 | -0/+6 |
2015-06-11 | Fix bug where SECTIONS clause does not handle compressed debug sections. | Cary Coutant | 1 | -0/+9 |
2015-06-11 | Fix broken gold/testsuite/script_test_12 in some setup. | Jing Yu | 1 | -0/+5 |
2015-06-11 | [GOLD] Fix handling of __start/__stop symbols | Davide Italiano | 1 | -0/+4 |
2015-06-10 | Patch for erratum-843419 (2 of 2 - fix erratum occurrences). | Han Shen | 1 | -0/+53 |
2015-06-08 | Update French Translations for LD and GOLD. | Nick Clifton | 1 | -0/+4 |
2015-06-07 | Fix incorrect handling of STT_COMMON symbols in shared libraries. | Cary Coutant | 1 | -0/+10 |
2015-06-04 | Add diststuff target to Makefile. | Cary Coutant | 1 | -0/+6 |
2015-06-04 | Change default to discard temporary local symbols in merge sections. | Cary Coutant | 1 | -0/+18 |
2015-06-03 | Fix SIZEOF_HEADERS in gold. | Cary Coutant | 1 | -0/+12 |
2015-06-03 | Fix gold to group sections correctly via linker script. | Cary Coutant | 1 | -0/+15 |
2015-06-02 | Fix Sniff_file to get an aligned view. | Cary Coutant | 1 | -0/+5 |
2015-06-02 | PR 17819: Fix --build-id=tree when using --compress-debug-sections. | Cary Coutant | 1 | -0/+30 |
2015-06-01 | Use a std::vector instead of a std::map to hold Input_merge_map. | Rafael Ávila de Espíndola | 1 | -0/+7 |
2015-05-16 | [GOLD] Add PowerPC64 -fsplit-stack support | Alan Modra | 1 | -0/+7 |
2015-05-02 | Change Section_id type to use Relobj* instead of Object*. | Cary Coutant | 1 | -0/+35 |
2015-04-29 | Updated translations for various binutils components. | Nick Clifton | 1 | -0/+4 |
2015-04-28 | Tidy PowerPC gold find_global_entry uses | Alan Modra | 1 | -0/+10 |
2015-04-28 | PowerPC gold assertion on missing global entry stub | Alan Modra | 1 | -11/+17 |
2015-04-27 | [gold] Rename '--fix-cortex-a53' to '--fix-cortex-a53-843419'. | Han Shen | 1 | -1/+8 |
2015-04-27 | If a range is missing, assume the input address is mapped. | Rafael Ávila de Espíndola | 1 | -0/+10 |
2015-04-23 | Add option --weak-unresolved-symbols to treat unresolved symbols as weak ref. | Sriraman Tallam | 1 | -0/+10 |
2015-04-20 | Ensure that dynamically loaded libraries won't use separate copies of GNU_UNI... | Ian Coolidge | 1 | -0/+5 |
2015-04-17 | Use LIFO instead of FIFO to implement gc's transitive closure. | Rafael Ávila de Espíndola | 1 | -0/+10 |
2015-04-16 | [gold] The first patch to address cortex-a53 erratum-843419. | Han Shen | 1 | -0/+13 |
2015-04-09 | Allow gold to resolve defined TLS symbols in a PIE link. | Cary Coutant | 1 | -0/+8 |
2015-04-09 | Improve ODR checking in gold. | Cary Coutant | 1 | -0/+14 |
2015-04-07 | Add AArch32 support for arm gold linker. | Han Shen | 1 | -0/+6 |
2015-04-06 | Fix the signature of a virtual method to match the one in the parent class. | Rafael Ávila de Espíndola | 1 | -0/+4 |
2015-04-06 | Avoid a call to find by using the return value of insert. | Rafael Ávila de Espíndola | 1 | -0/+5 |
2015-04-06 | Avoid a copy constructor call. | Rafael Ávila de Espíndola | 1 | -0/+5 |