gdb/testsuite: do minor clean-up in gdb.cp/rvalue-ref-overload.exp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pcrel8.s
CommitLineData
ac2aa337
JB
1 .text
2 .code16
3 .global _start, fwd
4_start:
5 jcxz fwd
6 .rept 10
7 testl $0x12345678, %ss:0x76543210(,%eax,4)
8 .endr
9fwd:
10 leave
11 ret
This page took 0.578843 seconds and 4 git commands to generate.