aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/code16.t
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-x86-64/code16.t')
-rw-r--r--ld/testsuite/ld-x86-64/code16.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/code16.t b/ld/testsuite/ld-x86-64/code16.t
new file mode 100644
index 0000000..9ef00a3
--- /dev/null
+++ b/ld/testsuite/ld-x86-64/code16.t
@@ -0,0 +1,7 @@
+OUTPUT_FORMAT("elf64-x86-64")
+OUTPUT_ARCH("i386:x86-64")
+SECTIONS
+{
+.text.default_process_op.isra.0 0x737c : { *(.text.default_process_op.isra.0) }
+.text.mpt_scsi_process_op 0xf869 : { *(.text.mpt_scsi_process_op) }
+}