Remove unneeded AUX register symbols.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xtensa / pcrel.s
1 .text
2 .align 4
3 .global foo
4 foo: entry sp, 16
5 .literal .Lit0, foo@pcrel
6 1: l32r a2, .Lit0
7 .L2: .word foo@pcrel
8 .long 1b@pcrel
9 .4byte .L2@pcrel
This page took 0.030561 seconds and 4 git commands to generate.