diff options
Diffstat (limited to 'ld/testsuite/ld-scripts/ascii.s')
-rw-r--r-- | ld/testsuite/ld-scripts/ascii.s | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ld/testsuite/ld-scripts/ascii.s b/ld/testsuite/ld-scripts/ascii.s deleted file mode 100644 index a1b6148..0000000 --- a/ld/testsuite/ld-scripts/ascii.s +++ /dev/null @@ -1,11 +0,0 @@ - .extern ecc_start - .section .text -main: - .long 0x45444F43 - .long 0x12345678 - - .section .data - .long 0x9abcdef0 - - .section .bss - .long 0 |