Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-objcopy / ELF / Inputs / ihex-elf-sections2.yaml
blob9452e64babe9587eaa4b1d4533a9b384f5722a4a
1 !ELF
2 FileHeader:
3   Class:           ELFCLASS64
4   Data:            ELFDATA2LSB
5   Type:            ET_EXEC
6   Machine:         EM_X86_64
7 Sections:
8   - Name:            .text1
9 # Section address is sign-extended 32-bit address
10 # Data fits 32-bit range
11     Type:            SHT_PROGBITS
12     Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
13     Address:         0xFFFFFFFF80001000
14     AddressAlign:    0x8
15     Content:         "0001020304"
16   - Name:            .text2
17 # Part of section data is in 32-bit address range
18 # and part isn't.  
19     Type:            SHT_PROGBITS
20     Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]
21     Address:         0xFFFFFFF8
22     AddressAlign:    0x8
23     Content:         "000102030405060708"
24   - Name:            .text3
25   # Entire secion is outside of 32-bit range
26     Type:            SHT_PROGBITS
27     Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]    
28     Address:         0xFFFFFFFF0
29     AddressAlign:    0x8
30     Content:         "0001020304"