aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-loongarch-elf/relax-align-discard.s
blob: b65d63f370ff470da9209e57f067f9c9bb605440 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Use the section name symbol for R_LARCH_ALIGN to avoid discard section problem
.section ".another.text", "ax"
.cfi_startproc
break 0
.cfi_def_cfa_offset 16
.p2align 5
break 1
.cfi_endproc

.text
.cfi_startproc
break 0
.cfi_def_cfa_offset 16
.p2align 5
break 1
.cfi_endproc