diff options
Diffstat (limited to 'ld/testsuite/ld-checks/script')
-rw-r--r-- | ld/testsuite/ld-checks/script | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ld/testsuite/ld-checks/script b/ld/testsuite/ld-checks/script deleted file mode 100644 index 44c6a08420a..00000000000 --- a/ld/testsuite/ld-checks/script +++ /dev/null @@ -1,6 +0,0 @@ -SECTIONS { - .text 0x100 : { *(.text) } - .data 0x100 : AT (0x100) { *(.data) } - .bss 0x100 : AT (0x4000) { *(.bss) } -} - |