diff options
Diffstat (limited to 'ld/h8300hds.sc')
-rwxr-xr-x | ld/h8300hds.sc | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/ld/h8300hds.sc b/ld/h8300hds.sc deleted file mode 100755 index 0527766..0000000 --- a/ld/h8300hds.sc +++ /dev/null @@ -1,22 +0,0 @@ -OUTPUT_FORMAT("coff-h8300") -OUTPUT_ARCH(h8300) - -SECTIONS -{ -.text 0: - { - *(.text) - *(.strings) - } -.data . : - { - *(.data) - } -.bss . : - { - *(.bss) - *(COMMON) - _end = .; - } -} - |