This patch addresses the change in the June Armv8.1-M Mainline specification, that...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic6x / got-reloc.s
CommitLineData
43bb514a
BS
1# Test that no GOT relocs with an addend are produced.
2 .section .const.str1.1,"aMS",@progbits,1
3.LC0:
4 .string "foo"
5.LC1:
6 .string "bar"
7.text
8.nocmp
9.globl f
10f:
11 ldw .d2t2 *+B14($GOT(.LC1)), B0
12 mvkl .s2 $DPR_GOT(.LC1), B1
13 mvkh .s2 $DPR_GOT(.LC1), B1
14
15
This page took 0.394506 seconds and 4 git commands to generate.