aboutsummaryrefslogtreecommitdiff
path: root/test/old-elf/Mips/abi-flags-01.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/old-elf/Mips/abi-flags-01.test')
-rw-r--r--test/old-elf/Mips/abi-flags-01.test35
1 files changed, 0 insertions, 35 deletions
diff --git a/test/old-elf/Mips/abi-flags-01.test b/test/old-elf/Mips/abi-flags-01.test
deleted file mode 100644
index d2eb13f3186a..000000000000
--- a/test/old-elf/Mips/abi-flags-01.test
+++ /dev/null
@@ -1,35 +0,0 @@
-# Check rejecting .MIPS.abiflags section with a wrong version.
-
-# RUN: yaml2obj -format=elf %s > %t.o
-# RUN: not lld -flavor old-gnu -target mipsel -shared -o %t.so %t.o 2>&1 \
-# RUN: | FileCheck %s
-
-# CHECK: {{.*}}abi-flags-01.test.tmp.o: .MIPS.abiflags section has unsupported version '1'
-
-FileHeader:
- Class: ELFCLASS32
- Data: ELFDATA2LSB
- Type: ET_REL
- Machine: EM_MIPS
- Flags: [EF_MIPS_CPIC, EF_MIPS_ABI_O32, EF_MIPS_ARCH_32R6]
-
-Sections:
-- Name: .text
- Type: SHT_PROGBITS
- Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
- Size: 4
- AddressAlign: 16
-
-- Name: .MIPS.abiflags
- Type: SHT_MIPS_ABIFLAGS
- AddressAlign: 8
- Version: 1
- ISA: MIPS32
-
-Symbols:
- Global:
- - Name: T0
- Section: .text
- Type: STT_FUNC
- Value: 0
- Size: 4