Remove unused file_string parameter in gdb_disassembly
[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.029652 seconds and 4 git commands to generate.