diff options
Diffstat (limited to 'ld/ldgldm88kbcsr.script')
-rwxr-xr-x | ld/ldgldm88kbcsr.script | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ld/ldgldm88kbcsr.script b/ld/ldgldm88kbcsr.script deleted file mode 100755 index a3b39fe..0000000 --- a/ld/ldgldm88kbcsr.script +++ /dev/null @@ -1,20 +0,0 @@ -SEARCH_DIR(/lib) -SEARCH_DIR(/usr/lib) -SEARCH_DIR(/usr/local/lib) -SECTIONS -{ - .text 0: - { - CREATE_OBJECT_SYMBOLS - *(.text) - } - .data SIZEOF(.text) + ADDR(.text) : - { - *(.data) - } - .bss SIZEOF(.data) + ADDR(.data) : - { - *(.bss) - [COMMON] - } -} |