aboutsummaryrefslogtreecommitdiff
path: root/ld/ldgld68kr.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldgld68kr.sc')
-rwxr-xr-xld/ldgld68kr.sc22
1 files changed, 0 insertions, 22 deletions
diff --git a/ld/ldgld68kr.sc b/ld/ldgld68kr.sc
deleted file mode 100755
index 8cbc9dc..0000000
--- a/ld/ldgld68kr.sc
+++ /dev/null
@@ -1,22 +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]
- }
-}
-