diff --git a/llvm/test/tools/llvm-readobj/ELF/Inputs/got-plt.exe.elf-mipsel b/llvm/test/tools/llvm-readobj/ELF/Inputs/got-plt.exe.elf-mipsel deleted file mode 100644 index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@&1 | FileCheck %s -DFILE=%t.err1.o --check-prefix=ERR1 # ERR1: error: '[[FILE]]': cannot find JMPREL dynamic tag -# RUN: yaml2obj --docnum=1 -DTAG=DT_JMPREL %s -o %t.err2.o +# RUN: yaml2obj --docnum=2 -DTAG=DT_JMPREL %s -o %t.err2.o # RUN: not llvm-readobj -A %t.err2.o 2>&1 | FileCheck %s -DFILE=%t.err2.o --check-prefix=ERR2 # ERR2: error: '[[FILE]]': cannot find MIPS_PLTGOT dynamic tag @@ -91,12 +114,12 @@ Value: 0 ## Check we report errors when we are unable to find PLTGOT/JMPREL sections. -# RUN: yaml2obj --docnum=2 %s -DVAL1=0xffff -o %t.err3.o +# RUN: yaml2obj --docnum=3 %s -DVAL1=0xffff -o %t.err3.o # RUN: not llvm-readobj -A %t.err3.o 2>&1 | FileCheck %s -DFILE=%t.err3.o -check-prefix ERR3 # ERR3: error: '[[FILE]]': there is no non-empty PLTGOT section at 0xffff -# RUN: yaml2obj --docnum=2 %s -DVAL2=0xffff -o %t.err4.o +# RUN: yaml2obj --docnum=3 %s -DVAL2=0xffff -o %t.err4.o # RUN: not llvm-readobj -A %t.err4.o 2>&1 | FileCheck %s -DFILE=%t.err4.o -check-prefix ERR4 # ERR4: error: '[[FILE]]': there is no non-empty RELPLT section at 0xffff @@ -126,23 +149,23 @@ ## Check we report errors when we are unable to dump PLTGOT properly. -# RUN: yaml2obj --docnum=2 -DVAL1=0x100 %s -o %t.err5.o +# RUN: yaml2obj --docnum=3 -DVAL1=0x100 %s -o %t.err5.o # RUN: not llvm-readobj -A %t.err5.o 2>&1 | FileCheck %s -DFILE=%t.err5.o -check-prefix ERR5 # ERR5: error: '[[FILE]]': unable to read PLTGOT section content: section [index 2] has a sh_offset (0x70) + sh_size (0xffffffff) that is greater than the file size (0x280) -# RUN: yaml2obj --docnum=2 -DVAL2=0x100 -DLINK=0xaaaaaaaa %s -o %t.err6.o +# RUN: yaml2obj --docnum=3 -DVAL2=0x100 -DLINK=0xaaaaaaaa %s -o %t.err6.o # RUN: not llvm-readobj -A %t.err6.o 2>&1 | FileCheck %s -DFILE=%t.err6.o -check-prefix ERR6 # ERR6: error: '[[FILE]]': unable to get a symbol table linked to the SHT_PROGBITS section with index 2: invalid section index: 2863311530 -# RUN: yaml2obj --docnum=2 -DVAL2=0x100 %s -o %t.err7.o +# RUN: yaml2obj --docnum=3 -DVAL2=0x100 %s -o %t.err7.o # RUN: not llvm-readobj -A %t.err7.o 2>&1 | FileCheck %s -DFILE=%t.err7.o -check-prefix ERR7 # ERR7: error: '[[FILE]]': unable to get a string table for the SHT_DYNAMIC section with index 1: invalid sh_type for symbol table, expected SHT_SYMTAB or SHT_DYNSYM ## Check how we print PLT entries when they are unnamed section symbols. -# RUN: yaml2obj --docnum=3 %s -o %t3 +# RUN: yaml2obj --docnum=4 %s -o %t3 # RUN: llvm-readobj -A %t3 2>&1 | FileCheck %s -DFILE=%t3 --check-prefix=SEC-SYMS-LLVM # RUN: llvm-readelf -A %t3 2>&1 | FileCheck %s -DFILE=%t3 --check-prefix=SEC-SYMS-GNU