summaryrefslogtreecommitdiff
path: root/test/ELF/linkerscript/openbsd-bootdata.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/linkerscript/openbsd-bootdata.s')
-rw-r--r--test/ELF/linkerscript/openbsd-bootdata.s7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/ELF/linkerscript/openbsd-bootdata.s b/test/ELF/linkerscript/openbsd-bootdata.s
deleted file mode 100644
index 3e90574bb3a31..0000000000000
--- a/test/ELF/linkerscript/openbsd-bootdata.s
+++ /dev/null
@@ -1,7 +0,0 @@
-# RUN: llvm-mc -filetype=obj -triple=i686-unknown-linux %s -o %t.o
-# RUN: echo "PHDRS { boot PT_OPENBSD_BOOTDATA; }" > %t.script
-# RUN: ld.lld --script %t.script %t.o -o %t
-# RUN: llvm-readobj --program-headers -s %t | FileCheck %s
-
-# CHECK: ProgramHeader {
-# CHECK: Type: PT_OPENBSD_BOOTDATA (0x65A41BE6)