2 # RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-linux %s -o %tppc64
3 # RUN: ld.lld -m elf64ppc %tppc64 -o %t2ppc64
4 # RUN: llvm-readobj --file-headers %t2ppc64 | FileCheck --check-prefixes=CHECK,PPC64,LINUX,PPCBE %s
5 # RUN: ld.lld %tppc64 -o %t3ppc64
6 # RUN: llvm-readobj --file-headers %t3ppc64 | FileCheck --check-prefixes=CHECK,PPC64,LINUX,PPCBE %s
7 # RUN: echo 'OUTPUT_FORMAT(elf64-powerpc)' > %tppc64.script
8 # RUN: ld.lld %tppc64.script %tppc64 -o %t4ppc64
9 # RUN: llvm-readobj --file-headers %t4ppc64 | FileCheck --check-prefixes=CHECK,PPC64,LINUX,PPCBE %s
11 # RUN: llvm-mc -filetype=obj -triple=powerpc64le-unknown-linux %s -o %tppc64le
12 # RUN: ld.lld -m elf64lppc %tppc64le -o %t2ppc64le
13 # RUN: llvm-readobj --file-headers %t2ppc64le | FileCheck --check-prefixes=CHECK,PPC64,LINUX,PPCLE %s
14 # RUN: ld.lld %tppc64le -o %t3ppc64le
15 # RUN: llvm-readobj --file-headers %t3ppc64le | FileCheck --check-prefixes=CHECK,PPC64,LINUX,PPCLE %s
16 # RUN: echo 'OUTPUT_FORMAT(elf64-powerpcle)' > %tppc64le.script
17 # RUN: ld.lld %tppc64le.script %tppc64le -o %t4ppc64le
18 # RUN: llvm-readobj --file-headers %t4ppc64le | FileCheck --check-prefixes=CHECK,PPC64,LINUX,PPCLE %s
20 # RUN: llvm-mc -filetype=obj -triple=powerpc-unknown-linux %s -o %tppc32
21 # RUN: ld.lld -m elf32ppc %tppc32 -o %t2ppc32
22 # RUN: llvm-readobj --file-headers %t2ppc32 | FileCheck --check-prefixes=CHECK,PPC32,LINUX,PPCBE %s
23 # RUN: ld.lld %tppc32 -o %t3ppc32
24 # RUN: llvm-readobj --file-headers %t3ppc32 | FileCheck --check-prefixes=CHECK,PPC32,LINUX,PPCBE %s
25 # RUN: echo 'OUTPUT_FORMAT(elf32-powerpc)' > %tppc32.script
26 # RUN: ld.lld %tppc32.script %tppc32 -o %t4ppc32
27 # RUN: llvm-readobj --file-headers %t4ppc32 | FileCheck --check-prefixes=CHECK,PPC32,LINUX,PPCBE %s
28 # RUN: ld.lld -m elf32ppclinux %tppc32 -o %t5ppc32
29 # RUN: llvm-readobj --file-headers %t5ppc32 | FileCheck --check-prefixes=CHECK,PPC32,LINUX,PPCBE %s
31 # RUN: llvm-mc -filetype=obj -triple=powerpcle-unknown-linux %s -o %tppc32le
32 # RUN: ld.lld -m elf32lppc %tppc32le -o %t2ppc32le
33 # RUN: llvm-readobj --file-headers %t2ppc32le | FileCheck --check-prefixes=CHECK,PPC32,LINUX,PPCLE %s
34 # RUN: ld.lld %tppc32le -o %t3ppc32le
35 # RUN: llvm-readobj --file-headers %t3ppc32le | FileCheck --check-prefixes=CHECK,PPC32,LINUX,PPCLE %s
36 # RUN: echo 'OUTPUT_FORMAT(elf32-powerpcle)' > %tppc32le.script
37 # RUN: ld.lld %tppc32le.script %tppc32le -o %t4ppc32le
38 # RUN: llvm-readobj --file-headers %t4ppc32le | FileCheck --check-prefixes=CHECK,PPC32,LINUX,PPCLE %s
39 # RUN: ld.lld -m elf32lppclinux %tppc32le -o %t5ppc32le
40 # RUN: llvm-readobj --file-headers %t5ppc32le | FileCheck --check-prefixes=CHECK,PPC32,LINUX,PPCLE %s
42 # RUN: llvm-mc -filetype=obj -triple=powerpc-unknown-freebsd %s -o %tppc32fbsd
43 # RUN: echo 'OUTPUT_FORMAT(elf32-powerpc-freebsd)' > %tppc32fbsd.script
44 # RUN: ld.lld %tppc32fbsd.script %tppc32fbsd -o %t2ppc32fbsd
45 # RUN: llvm-readobj --file-headers %t2ppc32fbsd | FileCheck --check-prefixes=CHECK,PPC32,FBSD,PPCBE %s
47 # RUN: llvm-mc -filetype=obj -triple=powerpcle-unknown-freebsd %s -o %tppc32fbsdle
48 # RUN: echo 'OUTPUT_FORMAT(elf32-powerpcle-freebsd)' > %tppc32fbsdle.script
49 # RUN: ld.lld %tppc32fbsdle.script %tppc32fbsdle -o %t2ppc32fbsdle
50 # RUN: llvm-readobj --file-headers %t2ppc32fbsdle | FileCheck --check-prefixes=CHECK,PPC32,FBSD,PPCLE %s
52 # RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-freebsd %s -o %tppc64fbsd
53 # RUN: echo 'OUTPUT_FORMAT(elf64-powerpc-freebsd)' > %tppc64fbsd.script
54 # RUN: ld.lld %tppc64fbsd.script %tppc64fbsd -o %t2ppc64fbsd
55 # RUN: llvm-readobj --file-headers %t2ppc64fbsd | FileCheck --check-prefixes=CHECK,PPC64,FBSD,PPCBE %s
57 # RUN: llvm-mc -filetype=obj -triple=powerpc64le-unknown-freebsd %s -o %tppc64fbsdle
58 # RUN: echo 'OUTPUT_FORMAT(elf64-powerpcle-freebsd)' > %tppc64fbsdle.script
59 # RUN: ld.lld %tppc64fbsdle.script %tppc64fbsdle -o %t2ppc64fbsdle
60 # RUN: llvm-readobj --file-headers %t2ppc64fbsdle | FileCheck --check-prefixes=CHECK,PPC64,FBSD,PPCLE %s
64 # CHECK-NEXT: Magic: (7F 45 4C 46)
66 # PPC64-NEXT: Class: 64-bit (0x2)
67 # PPC32-NEXT: Class: 32-bit (0x1)
69 # PPCBE-NEXT: DataEncoding: BigEndian (0x2)
70 # PPCLE-NEXT: DataEncoding: LittleEndian (0x1)
72 # CHECK-NEXT: FileVersion: 1
74 # LINUX-NEXT: OS/ABI: SystemV (0x0)
75 # FBSD-NEXT: OS/ABI: FreeBSD (0x9)
77 # CHECK-NEXT: ABIVersion: 0
78 # CHECK-NEXT: Unused: (00 00 00 00 00 00 00)
80 # CHECK-NEXT: Type: Executable (0x2)
82 # PPC64-NEXT: Machine: EM_PPC64 (0x15)
83 # PPC32-NEXT: Machine: EM_PPC (0x14)
85 # CHECK-NEXT: Version: 1
87 # PPC64-NEXT: ProgramHeaderOffset: 0x40
88 # PPC32-NEXT: ProgramHeaderOffset: 0x34
89 # CHECK-NEXT: SectionHeaderOffset:
90 # PPC64-NEXT: Flags [ (0x2)
91 # PPC32-NEXT: Flags [ (0x0)
94 # PPC64-NEXT: HeaderSize: 64
95 # PPC32-NEXT: HeaderSize: 52
96 # PPC64-NEXT: ProgramHeaderEntrySize: 56
97 # PPC32-NEXT: ProgramHeaderEntrySize: 32
98 # CHECK-NEXT: ProgramHeaderCount:
99 # PPC64-NEXT: SectionHeaderEntrySize: 64
100 # PPC32-NEXT: SectionHeaderEntrySize: 40
101 # CHECK-NEXT: SectionHeaderCount:
102 # CHECK-NEXT: StringTableSectionIndex: