Change objfile::partial_symtabs to be a unique_ptr
[deliverable/binutils-gdb.git] / ld / testsuite / ld-crx / reloc-rel4.s
1 # Test pc relative relocation R_CRX_REL4
2
3 .section .text_4,"ax","progbits"
4 .global _start
5 .global foo4
6 _start:
7 beq0b r10 , foo4
8 foo4:
This page took 0.037192 seconds and 4 git commands to generate.