* elf64-ppc.c (ppc64_elf_size_stubs): Don't consider non-ppc64 input.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ms1 / badoffsetlow.s
1 ; Offset less than #-32786 should cause an error since the offset is
2 ; a signed quantity. Also tests expression parsing.
3
4 label1: add R1,R2,R3
5 label2: add R4,R5,R6
6 brlt R7,R8, ((label1-label2)-32765) ; evaluates to -32769
This page took 0.029245 seconds and 4 git commands to generate.