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.
15 lines
321 B
15 lines
321 B
## We have a YAML file describing an invalid data type.
|
|
## Check we are able to produce the invalid binary.
|
|
|
|
# RUN: yaml2obj %s -o %t.o
|
|
|
|
## Check that EI_DATA field is ELFDATANONE(0)
|
|
# RUN: od -b %t.o +5 | FileCheck %s
|
|
# CHECK: 0000005 000
|
|
|
|
--- !ELF
|
|
FileHeader:
|
|
Class: ELFCLASS64
|
|
Data: ELFDATANONE
|
|
Type: ET_REL
|