1 # The effects of .ent on the .pdr section are tested in mips-pdr*.s. Test
2 # everything else here.
4 # RUN: llvm-mc -mcpu=mips32 -triple mips-unknown-unknown %s | \
5 # RUN: FileCheck -check-prefix=ASM %s
6 # RUN: llvm-mc -filetype=obj -mcpu=mips32 -triple mips-unknown-unknown %s | \
7 # RUN: llvm-readobj --symbols | \
8 # RUN: FileCheck -check-prefixes=OBJ,OBJ-32 %s
10 # RUN: llvm-mc -mcpu=mips32 -mattr=micromips -triple mips-unknown-unknown %s | \
11 # RUN: FileCheck -check-prefix=ASM %s
12 # RUN: llvm-mc -filetype=obj -mcpu=mips32 -mattr=micromips \
13 # RUN: -triple mips-unknown-unknown %s | \
14 # RUN: llvm-readobj --symbols | \
15 # RUN: FileCheck -check-prefixes=OBJ,OBJ-MM %s
44 # FIXME: microMIPS uses the 4-byte nop instead of the 2-byte nop.