ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-tic6x / ehtype-reloc-1.s
1 .globl s2
2 .globl _start
3 .text
4 _start:
5 .ehtype s1
6 .ehtype s2
7 .data
8 s2:
9 .word 0x12345678
This page took 0.029624 seconds and 4 git commands to generate.