Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
[llvm-complete.git] / test / tools / llvm-readobj / gnu-note-size.test
blobea01d5b78146b3c0622f518ec6a057cb2dc2f993
1 # RUN: yaml2obj %s > %t
2 # RUN: llvm-readelf --notes %t | FileCheck %s --check-prefix=GNU
3 # RUN: llvm-readobj --elf-output-style LLVM --notes %t | FileCheck %s --check-prefix=LLVM
5 # GNU:        Owner                 Data size       Description
6 # GNU-NEXT:   GNU                   0x00000004      NT_GNU_ABI_TAG (ABI version tag)
7 # GNU-NEXT:     <corrupt GNU_ABI_TAG>
9 # LLVM:      Notes [
10 # LLVM-NEXT:   NoteSection {
11 # LLVM-NEXT:     Offset:
12 # LLVM-NEXT:     Size: 0x14
13 # LLVM-NEXT:     Note {
14 # LLVM-NEXT:       Owner: GNU
15 # LLVM-NEXT:       Data size: 0x4
16 # LLVM-NEXT:       Type: NT_GNU_ABI_TAG (ABI version tag)
17 # LLVM-NEXT:       ABI: <corrupt GNU_ABI_TAG>
18 # LLVM-NEXT:     }
19 # LLVM-NEXT:   }
20 # LLVM-NEXT: ]
22 --- !ELF
23 FileHeader:
24   Class:           ELFCLASS64
25   Data:            ELFDATA2LSB
26   Type:            ET_EXEC
27   Machine:         EM_X86_64
28 Sections:
29   - Name:            .note.ABI-tag
30     Type:            SHT_NOTE
31     AddressAlign:    0x0000000000000004
32     Content:         040000000400000001000000474E550000000000