diff options
Diffstat (limited to 'test/ELF/linkerscript/Inputs/at7.s')
-rw-r--r-- | test/ELF/linkerscript/Inputs/at7.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ELF/linkerscript/Inputs/at7.s b/test/ELF/linkerscript/Inputs/at7.s new file mode 100644 index 0000000000000..29d29635963b0 --- /dev/null +++ b/test/ELF/linkerscript/Inputs/at7.s @@ -0,0 +1,7 @@ +.global _start +.text +_start: +nop + +.section .sec, "aw" +.word 4 |