aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf
AgeCommit message (Expand)AuthorFilesLines
2016-11-28Properly hide hidden versioned symbol in executableH.J. Lu2-0/+7
2016-11-23Fix the linker so that it will not silently generate ELF binaries with invali...Nick Clifton20-10/+33
2016-11-04ld: Create test object files based on source file nameAndrew Burgess1-2/+2
2016-10-11Enhance objdump so that it will use .got, .plt and .plt.got section symbols w...Nick Clifton1-1/+1
2016-10-07Add is_generic_elf to ld/ld-lib.expAlan Modra1-13/+1
2016-09-30Fix pr20528 testsuiteAlan Modra2-0/+6
2016-09-29Don't merge 2 sections with different SHF_EXCLUDEH.J. Lu4-0/+30
2016-09-02Limit pr20513c/pr20513d to Linux and GNU targetsH.J. Lu2-0/+2
2016-09-01Add tests for PR ld/20513H.J. Lu8-0/+72
2016-07-25Revise targets able to run ELF 64k section testAlan Modra1-8/+4
2016-07-21Use variable args in run_ld_link_exec_testsAlan Modra6-14/+14
2016-07-21Fix implib test failuresAlan Modra4-19/+38
2016-07-20Early expression evaluationAlan Modra1-1/+2
2016-07-15Add support for creating ELF import librariesThomas Preud'homme4-0/+51
2016-06-28Fix more linker testsuite failures.Nick Clifton4-1/+15
2016-06-28Fix RX and M68HC11 linker testsuite failures.Nick Clifton1-1/+1
2016-06-28Don't convert R_SPARC_32 to R_SPARC_RELATIVE if class is ELFCLASS64.James Clarke1-1/+1
2016-06-07ld/testsuite/ld-elf/init-fini-arrays.d: Remove `ft32-*-*' xfailMaciej W. Rozycki1-2/+2
2016-05-19[ARC] Fixed-linker-related-testsuite-for-ARCClaudiu Zissulescu12-12/+12
2016-05-19ld-elf/shared.exp mix_pic_and_non_picAlan Modra1-15/+12
2016-05-18Fix lots of linker testsuite failures for the FT32 target.Nick Clifton10-11/+14
2016-05-16ld/testsuite/ld-elf/flags1.d: Update the xfail listMaciej W. Rozycki1-8/+0
2016-05-15ld/testsuite/ld-elf/flags1.d: Update for `*-*-nacl*' xfail removalMaciej W. Rozycki1-1/+0
2016-05-102016-05-10 Christophe Lyon <christophe.lyon@linaro.org>Christophe Lyon1-1/+1
2016-05-09Update section merge test.Pitchumani Sivanupandi2-10/+7
2016-05-06Strip global symbol defined in discarded sectionH.J. Lu8-0/+94
2016-05-04Fix some AVR test failures.Senthil Kumar Selvaraj2-5/+5
2016-04-27Limit ld-elf/compressed1b.d to Linux/GNU targetsH.J. Lu1-0/+1
2016-04-27Pass --compress-debug-sections=none to ldH.J. Lu2-2/+2
2016-04-20Check R_386_NONE/R_X86_64_NONE in eh6.dH.J. Lu1-1/+4
2016-04-20Replace .long with .dc.a on my_personality_v0H.J. Lu1-1/+1
2016-04-05ld/arc: Fix linker for big-endian arc targetsAndrew Burgess15-15/+15
2016-04-05[ARC] Fix ld testsuite failures.Claudiu Zissulescu9-9/+9
2016-03-30ld/testing: Fix error and warning checks in run_dump_testAndrew Burgess2-4/+4
2016-03-08Don't create dynamic sections when relocatableH.J. Lu2-0/+19
2016-03-04Treat common symbol in executable as definitionH.J. Lu3-0/+53
2016-03-02Skip ld-elf/pr19162.d for hppa-*-*H.J. Lu1-1/+2
2016-03-02Xfail mix_pic_and_non_pic on arm and aarch64H.J. Lu1-3/+7
2016-03-01Skip ld-elf/pr19162.d for arc targetH.J. Lu1-0/+2
2016-02-29Add a testcase for PR ld/19162H.J. Lu3-0/+13
2016-02-29[ARC] Local symbols relocation cleanupClaudiu Zissulescu3-3/+3
2016-02-26Properly implement STT_COMMONH.J. Lu1-4/+25
2016-02-26[x86] Resolve non-PIC undefweak symbols in executableH.J. Lu5-0/+93
2016-02-24Update symbol version for symbol from linker scriptH.J. Lu3-0/+26
2016-02-20Skip pr19539 test for cris*-*-* targetsH.J. Lu1-0/+1
2016-02-18Enable PR ld/19617 tests only for Linux/GNU/SolarisH.J. Lu3-0/+3
2016-02-18Always create dynamic sections for -E/--dynamic-listH.J. Lu4-0/+49
2016-02-17Skip eh-frame-hdr test for arc-elf targets.Nick Clifton1-2/+2
2016-02-01Don't add DT_NEEDED for unmatched symbolH.J. Lu9-1/+64
2016-01-30Check reloc against IFUNC symbol only with dynamic symbolsH.J. Lu3-0/+11