* bfd/elf32-arm.c (elf32_arm_merge_eabi_attributes): Add support for
[deliverable/binutils-gdb.git] / gas / testsuite / gas / iq2000 / yield1.s
1 # This test case includes a single case of a yield instruction
2 # (e.g. SLEEP) appearing in the branch delay slot. We expect
3 # the assembler to issue a warning about this!
4
5 .text
6 jalr %3, %4
7 # sleep insn in the branch delay slot.
8 sleep
9 foo: nop
This page took 0.029495 seconds and 4 git commands to generate.