2 # RUN: llvm-mc -filetype=obj -triple=i686-unknown-linux /dev/null -o %t.o
3 # RUN: ld.lld --script %s %t.o -o %t
4 # RUN: llvm-readobj --program-headers -S %t | FileCheck %s
6 PHDRS { boot PT_OPENBSD_BOOTDATA; }
8 # CHECK: ProgramHeader {
9 # CHECK: Type: PT_OPENBSD_BOOTDATA (0x65A41BE6)