mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
d8915f27eb
* After adding the old LE relax, all old LE relocations will have an R_LARCH_RELAX relocation. Fix the gas test case failure caused by the implementation of the old LE relax. * loongarch64-elf does not support pie and -z norelro options, removed in test files.
16 lines
294 B
Makefile
16 lines
294 B
Makefile
#as:
|
|
#ld: -e0 --no-relax
|
|
#objdump: -dr
|
|
#skip: loongarch32-*-*
|
|
|
|
.*: file format .*
|
|
|
|
|
|
Disassembly of section .text:
|
|
|
|
[0-9a-f]+ <fn1>:
|
|
+[0-9a-f]+: 14000004 lu12i.w \$a0, .*
|
|
+[0-9a-f]+: 03800084 ori \$a0, \$a0, .*
|
|
+[0-9a-f]+: 03400000 nop
|
|
+[0-9a-f]+: 03400000 nop
|