gas: xtensa: reuse trampoline placement code
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xtensa / init-fini-literals.d
CommitLineData
4111950f
MF
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#...
7RELOCATION RECORDS FOR \[\.init\.literal\]:
8#...
900000000 R_XTENSA_PLT init
10#...
11RELOCATION RECORDS FOR \[\.fini\.literal\]:
12#...
1300000000 R_XTENSA_PLT fini
14#...
15RELOCATION RECORDS FOR \[\.init\]:
16#...
17.* R_XTENSA_SLOT0_OP \.init\.literal
18.* R_XTENSA_SLOT0_OP \.init\.literal\+0x00000004
19#...
20RELOCATION RECORDS FOR \[\.fini\]:
21#...
22.* R_XTENSA_SLOT0_OP \.fini\.literal
23.* R_XTENSA_SLOT0_OP \.fini\.literal\+0x00000004
24#...
This page took 0.097115 seconds and 4 git commands to generate.