You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
420 B

# RUN: yaml2obj %s -o %t
# RUN: obj2yaml %t | FileCheck %s
## Check obj2yaml is able to dump sh_info field of a section.
# CHECK: - Name: .test
# CHECK-NEXT: Type: SHT_PROGBITS
# CHECK-NEXT: Info: 0x2A
--- !ELF
FileHeader:
Class: ELFCLASS64
Data: ELFDATA2LSB
Type: ET_REL
Sections:
- Name: .test
Type: SHT_PROGBITS
Info: 42