bfd:
[deliverable/binutils-gdb.git] / gas / testsuite / gas / tic6x / reloc-bad-1.s
1 # Test expressions not representable by relocations.
2 # Just one test so the resolution-time error isn't suppressed by other
3 # errors.
4 .globl a
5 .globl b
6 .data
7 d:
8 .word a-b
This page took 0.031022 seconds and 4 git commands to generate.