xtensa: fix .init/.fini literals moving
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xtensa / init-fini-literals.d
1 #as: --text-section-literals
2 #objdump: -r
3 #name: check that literals for .init and .fini always go to separate sections
4
5 .*: +file format .*xtensa.*
6 #...
7 RELOCATION RECORDS FOR \[\.init\.literal\]:
8 #...
9 00000000 R_XTENSA_PLT init
10 #...
11 RELOCATION RECORDS FOR \[\.fini\.literal\]:
12 #...
13 00000000 R_XTENSA_PLT fini
14 #...
15 RELOCATION RECORDS FOR \[\.init\]:
16 #...
17 .* R_XTENSA_SLOT0_OP \.init\.literal
18 .* R_XTENSA_SLOT0_OP \.init\.literal\+0x00000004
19 #...
20 RELOCATION RECORDS FOR \[\.fini\]:
21 #...
22 .* R_XTENSA_SLOT0_OP \.fini\.literal
23 .* R_XTENSA_SLOT0_OP \.fini\.literal\+0x00000004
24 #...
This page took 0.030049 seconds and 4 git commands to generate.