aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite
AgeCommit message (Expand)AuthorFilesLines
2024-05-07LoongArch: Fix ld test failures caused by using instruction aliasesLulu Cai1-1/+1
2024-04-29Fix initiali state of DWARF v5 line number table in BFD libraryNick Clifton1-1/+1
2024-04-25LoongArch: Add bad static relocation check and output more information to userLulu Cai7-0/+45
2024-04-24Update readelf's display of RELR sections to include the number of locations ...Nick Clifton13-13/+13
2024-04-23ignore some symbols in elf.c:swap_out_symsAlan Modra1-1/+1
2024-04-23xfail undefweak-1 test for alphaAlan Modra1-1/+1
2024-04-20LoongArch: Add -mignore-start-align optionmengqinggang7-2/+43
2024-04-18elf: Strip unreferenced weak undefined symbolsH.J. Lu8-0/+87
2024-04-16elf: Skip the archive if the symbol isn't referencedH.J. Lu4-0/+49
2024-04-16Simplify readelf's RELR relocation display.Fangrui Song13-26/+26
2024-04-11Improve readelf's display of RELR relocs.Nick Clifton13-39/+53
2024-04-10Re: ld testsuite: Append NOSANITIZE_CFLAGS to CFLAGS_FOR_TARGETAlan Modra1-4/+4
2024-04-09LoongArch: ld: Move .got .got.plt before .data and protect .got with relromengqinggang3-0/+23
2024-04-09ld testsuite: Append NOSANITIZE_CFLAGS to CFLAGS_FOR_TARGETAlan Modra2-4/+7
2024-04-08ld: Add PR ld/31615 testsH.J. Lu6-0/+66
2024-04-05elf: Always honor the first definition in shared object and archiveH.J. Lu10-0/+137
2024-04-02PR31458, FAIL: MIPS eh-frame 3 with --no-keep-memoryH.J. Lu1-0/+1
2024-04-01LoongArch: Fix the issue of excessive relocation generated by GD and IELulu Cai2-49/+49
2024-04-01LoongArch: gas: Ignore .align if it is at the start of a sectionmengqinggang3-0/+29
2024-03-31BFD: Fix the bug of R_LARCH_AGLIN caused by discard sectionmengqinggang3-0/+33
2024-03-28RISC-V: Removed privileged spec 1.9.1 support in assembler.Nelson Chu11-22/+11
2024-03-26Don't claim a fat IR object if no IR object should be claimedH.J. Lu3-2/+37
2024-03-19ld: Support LD_UNDER_TEST environment variableH.J. Lu1-4/+26
2024-03-19LoongArch: Add relaxation for R_LARCH_CALL36mengqinggang5-0/+122
2024-03-12LoongArch: Fix gas and ld test casesLulu Cai6-5/+12
2024-03-06LoongArch: Fix some test cases for TLS transition and relaxLulu Cai27-122/+292
2024-02-29RISC-V: Initial ld.bfd support for TLSDESC.Tatsuyuki Ishi3-1/+22
2024-02-28Fix implementation of SUBALIGN.Vladislav Belov4-0/+60
2024-02-28PR23881, pdp11 binutils fails if too much debug dataAlan Modra1-0/+1
2024-02-27s390: Avoid reloc overflows on undefined weak symbolsAndreas Krebbel4-0/+37
2024-02-27LoongArch: Run overflow testcases only on LoongArch targetmengqinggang1-13/+14
2024-02-27Avoid unused space in .rela.dyn if sec was discardedJinyang He4-0/+29
2024-02-27LoongArch: ld: Fix other pop relocs overflow check and add testsJinyang He34-0/+319
2024-02-24Make is_relocatable_executable only affect dynamic section symsAlan Modra8-472/+468
2024-02-21RISC-V: Fix local GOT and reloc size calculation for TLS.Tatsuyuki Ishi5-0/+64
2024-02-15Re: elf_backend_finish_dynamic_symbol returning falseAlan Modra3-0/+3
2024-02-08x86-64: Add R_X86_64_CODE_6_GOTTPOFFH.J. Lu3-18/+50
2024-02-06Link x86-64 mark-plt-1.so with --no-as-neededAlan Modra1-1/+1
2024-01-26elf: Rename is_standard_elf to uses_elf_emH.J. Lu6-6/+6
2024-01-26Remove -pie from command line of fatal-warnings 1a and 1b tests.Nick Clifton2-2/+2
2024-01-26LoongArch: ld: Add support for TLS LE symbol with addendmengqinggang3-0/+33
2024-01-25elf: Add is_standard_elfH.J. Lu6-12/+12
2024-01-25ld: Improve --fatal-warnings for unknown command-line optionsH.J. Lu8-0/+48
2024-01-22LoongArch: Fix some test failures about TLS desc and TLS relaxationXi Ruoyao5-11/+11
2024-01-21LoongArch: Do not emit R_LARCH_RELAX for two register macrosmengqinggang1-197/+179
2024-01-17Update x86-64: Add -z mark-plt and -z nomark-pltH.J. Lu4-4/+4
2024-01-17LoongArch: Adapt R_LARCH_{PCALA,GOT,TLS_IE,TLS_DESC}64_* handling per psABI v...Xi Ruoyao3-0/+24
2024-01-12LoongArch: Fix relaxation overflow caused by section alignmentmengqinggang2-7/+43
2024-01-11LoongArch: ld: Adjusted some code order in relax.exp.changjiachen1-149/+149
2024-01-09elf: Add elf_backend_add_glibc_version_dependencyH.J. Lu3-0/+28