aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-loongarch-elf/partial-link-align-a.s
AgeCommit message (Collapse)AuthorFilesLines
2024-04-20LoongArch: Add -mignore-start-align optionmengqinggang1-0/+2
Ignore .align at the start of a section may result in misalignment when partial linking. Manually add -mignore-start-align option without partial linking. Gcc -falign-functions add .align 5 to the start of a section, it causes some error message mismatch. Set these testcases to xfail on LoongArch target.