Age | Commit message (Expand) | Author | Files | Lines |
2016-11-23 | Fix the linker so that it will not silently generate ELF binaries with invali... | Nick Clifton | 20 | -10/+33 |
2016-11-04 | ld: Create test object files based on source file name | Andrew Burgess | 1 | -2/+2 |
2016-10-11 | Enhance objdump so that it will use .got, .plt and .plt.got section symbols w... | Nick Clifton | 1 | -1/+1 |
2016-10-07 | Add is_generic_elf to ld/ld-lib.exp | Alan Modra | 1 | -13/+1 |
2016-09-30 | Fix pr20528 testsuite | Alan Modra | 2 | -0/+6 |
2016-09-29 | Don't merge 2 sections with different SHF_EXCLUDE | H.J. Lu | 4 | -0/+30 |
2016-09-02 | Limit pr20513c/pr20513d to Linux and GNU targets | H.J. Lu | 2 | -0/+2 |
2016-09-01 | Add tests for PR ld/20513 | H.J. Lu | 8 | -0/+72 |
2016-07-25 | Revise targets able to run ELF 64k section test | Alan Modra | 1 | -8/+4 |
2016-07-21 | Use variable args in run_ld_link_exec_tests | Alan Modra | 6 | -14/+14 |
2016-07-21 | Fix implib test failures | Alan Modra | 4 | -19/+38 |
2016-07-20 | Early expression evaluation | Alan Modra | 1 | -1/+2 |
2016-07-15 | Add support for creating ELF import libraries | Thomas Preud'homme | 4 | -0/+51 |
2016-06-28 | Fix more linker testsuite failures. | Nick Clifton | 4 | -1/+15 |
2016-06-28 | Fix RX and M68HC11 linker testsuite failures. | Nick Clifton | 1 | -1/+1 |
2016-06-28 | Don't convert R_SPARC_32 to R_SPARC_RELATIVE if class is ELFCLASS64. | James Clarke | 1 | -1/+1 |
2016-06-07 | ld/testsuite/ld-elf/init-fini-arrays.d: Remove `ft32-*-*' xfail | Maciej W. Rozycki | 1 | -2/+2 |
2016-05-19 | [ARC] Fixed-linker-related-testsuite-for-ARC | Claudiu Zissulescu | 12 | -12/+12 |
2016-05-19 | ld-elf/shared.exp mix_pic_and_non_pic | Alan Modra | 1 | -15/+12 |
2016-05-18 | Fix lots of linker testsuite failures for the FT32 target. | Nick Clifton | 10 | -11/+14 |
2016-05-16 | ld/testsuite/ld-elf/flags1.d: Update the xfail list | Maciej W. Rozycki | 1 | -8/+0 |
2016-05-15 | ld/testsuite/ld-elf/flags1.d: Update for `*-*-nacl*' xfail removal | Maciej W. Rozycki | 1 | -1/+0 |
2016-05-10 | 2016-05-10 Christophe Lyon <christophe.lyon@linaro.org> | Christophe Lyon | 1 | -1/+1 |
2016-05-09 | Update section merge test. | Pitchumani Sivanupandi | 2 | -10/+7 |
2016-05-06 | Strip global symbol defined in discarded section | H.J. Lu | 8 | -0/+94 |
2016-05-04 | Fix some AVR test failures. | Senthil Kumar Selvaraj | 2 | -5/+5 |
2016-04-27 | Limit ld-elf/compressed1b.d to Linux/GNU targets | H.J. Lu | 1 | -0/+1 |
2016-04-27 | Pass --compress-debug-sections=none to ld | H.J. Lu | 2 | -2/+2 |
2016-04-20 | Check R_386_NONE/R_X86_64_NONE in eh6.d | H.J. Lu | 1 | -1/+4 |
2016-04-20 | Replace .long with .dc.a on my_personality_v0 | H.J. Lu | 1 | -1/+1 |
2016-04-05 | ld/arc: Fix linker for big-endian arc targets | Andrew Burgess | 15 | -15/+15 |
2016-04-05 | [ARC] Fix ld testsuite failures. | Claudiu Zissulescu | 9 | -9/+9 |
2016-03-30 | ld/testing: Fix error and warning checks in run_dump_test | Andrew Burgess | 2 | -4/+4 |
2016-03-08 | Don't create dynamic sections when relocatable | H.J. Lu | 2 | -0/+19 |
2016-03-04 | Treat common symbol in executable as definition | H.J. Lu | 3 | -0/+53 |
2016-03-02 | Skip ld-elf/pr19162.d for hppa-*-* | H.J. Lu | 1 | -1/+2 |
2016-03-02 | Xfail mix_pic_and_non_pic on arm and aarch64 | H.J. Lu | 1 | -3/+7 |
2016-03-01 | Skip ld-elf/pr19162.d for arc target | H.J. Lu | 1 | -0/+2 |
2016-02-29 | Add a testcase for PR ld/19162 | H.J. Lu | 3 | -0/+13 |
2016-02-29 | [ARC] Local symbols relocation cleanup | Claudiu Zissulescu | 3 | -3/+3 |
2016-02-26 | Properly implement STT_COMMON | H.J. Lu | 1 | -4/+25 |
2016-02-26 | [x86] Resolve non-PIC undefweak symbols in executable | H.J. Lu | 5 | -0/+93 |
2016-02-24 | Update symbol version for symbol from linker script | H.J. Lu | 3 | -0/+26 |
2016-02-20 | Skip pr19539 test for cris*-*-* targets | H.J. Lu | 1 | -0/+1 |
2016-02-18 | Enable PR ld/19617 tests only for Linux/GNU/Solaris | H.J. Lu | 3 | -0/+3 |
2016-02-18 | Always create dynamic sections for -E/--dynamic-list | H.J. Lu | 4 | -0/+49 |
2016-02-17 | Skip eh-frame-hdr test for arc-elf targets. | Nick Clifton | 1 | -2/+2 |
2016-02-01 | Don't add DT_NEEDED for unmatched symbol | H.J. Lu | 9 | -1/+64 |
2016-01-30 | Check reloc against IFUNC symbol only with dynamic symbols | H.J. Lu | 3 | -0/+11 |
2016-01-19 | Fix PR18735 test for RL78. | Nick Clifton | 1 | -0/+1 |