mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 23:51:56 +00:00
[Mips] Remove unused test input file.
llvm-svn: 212927
This commit is contained in:
parent
6c254aa70e
commit
355f7ed602
@ -1,55 +0,0 @@
|
||||
# Define symbols in the .text (T1, T2, T3) and .data (D1, D2, D3) sections.
|
||||
# The object file has PIC, CPIC flags.
|
||||
!ELF
|
||||
FileHeader: !FileHeader
|
||||
Class: ELFCLASS32
|
||||
Data: ELFDATA2LSB
|
||||
Type: ET_REL
|
||||
Machine: EM_MIPS
|
||||
Flags: [EF_MIPS_PIC, EF_MIPS_CPIC]
|
||||
|
||||
Sections:
|
||||
- Name: .text
|
||||
Type: SHT_PROGBITS
|
||||
Content: "000000000000000000000000"
|
||||
AddressAlign: 16
|
||||
Flags: [SHF_EXECINSTR, SHF_ALLOC]
|
||||
|
||||
- Name: .data
|
||||
Type: SHT_PROGBITS
|
||||
Content: "0000000000000000"
|
||||
AddressAlign: 16
|
||||
Flags: [SHF_WRITE, SHF_ALLOC]
|
||||
|
||||
Symbols:
|
||||
Global:
|
||||
- Name: T1
|
||||
Section: .text
|
||||
Type: STT_FUNC
|
||||
Value: 0x0
|
||||
Size: 4
|
||||
- Name: T2
|
||||
Section: .text
|
||||
Type: STT_FUNC
|
||||
Value: 0x4
|
||||
Size: 4
|
||||
- Name: T3
|
||||
Section: .text
|
||||
Type: STT_FUNC
|
||||
Value: 0x8
|
||||
Size: 4
|
||||
- Name: D1
|
||||
Section: .data
|
||||
Type: STT_OBJECT
|
||||
Value: 0x0
|
||||
Size: 4
|
||||
- Name: D2
|
||||
Section: .data
|
||||
Type: STT_OBJECT
|
||||
Value: 0x4
|
||||
Size: 4
|
||||
- Name: D3
|
||||
Section: .data
|
||||
Type: STT_OBJECT
|
||||
Value: 0x8
|
||||
Size: 4
|
Loading…
Reference in New Issue
Block a user