diff options
Diffstat (limited to 'ld/testsuite/ld-x86-64/code16.t')
-rw-r--r-- | ld/testsuite/ld-x86-64/code16.t | 7 |
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) } +} |