diff --git a/llvm/test/tools/llvm-readobj/ELF/Inputs/st-other.obj.elf-mips b/llvm/test/tools/llvm-readobj/ELF/Inputs/st-other.obj.elf-mips deleted file mode 100644 index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@] UND foo +# MIPS-GNU-NEXT: 2: 00000000 0 NOTYPE LOCAL DEFAULT [] UND bar + +--- !ELF +FileHeader: + Class: ELFCLASS32 + Data: ELFDATA2LSB + Type: ET_REL + Machine: EM_MIPS +Symbols: + - Name: foo + Other: [ STO_MIPS_MICROMIPS, STO_MIPS_PIC, + STO_MIPS_PLT, STO_MIPS_OPTIONAL] +## Use a different symbol for STO_MIPS_MIPS16 (0xf0) as it interferes +## with STO_MIPS_PIC (0x20) and STO_MIPS_MICROMIPS (0x80). + - Name: bar + Other: [ STO_MIPS_MIPS16 ]