Remove unused file_string parameter in gdb_disassembly
[deliverable/binutils-gdb.git] / ld / testsuite / ld-crx / reloc-rel8-cmp.s
1 # Test pc relative relocation R_CRX_REL8_CMP
2
3 .section .text_8,"ax","progbits"
4 .global _start
5 .global foo8
6 _start:
7 cmpbeqb r1, r2, foo8
8 foo8:
This page took 0.054576 seconds and 4 git commands to generate.