forked from OSchip/llvm-project
12 lines
357 B
Plaintext
12 lines
357 B
Plaintext
# Check DT_PPC64_GLINK dynamic tag.
|
|
|
|
RUN: llvm-readobj -dynamic-table %p/Inputs/ppc64.exe | FileCheck %s
|
|
|
|
CHECK: Format: ELF64-ppc64
|
|
CHECK: Arch: powerpc64le
|
|
CHECK: AddressSize: 64bit
|
|
|
|
CHECK: DynamicSection [ (25 entries)
|
|
CHECK-NEXT: Tag Type Name/Value
|
|
CHECK: 0x0000000070000000 PPC64_GLINK 0x10000830
|