dw: Use 6809 link script from util
authorTormod Volden <debian.tormod@gmail.com>
Wed, 30 Mar 2016 15:56:43 +0000 (17:56 +0200)
committerAlan Cox <alan@linux.intel.com>
Sat, 9 Apr 2016 15:56:27 +0000 (16:56 +0100)
Since it is identical anyway.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Applications/dw/Makefile.6809
Applications/dw/coco3.link [deleted file]

index 00b3d4d..eba8d48 100644 (file)
@@ -8,7 +8,7 @@ CFLAGS = -I../../Library/include -I../../Library/include/6502
 LINKER_OPT = --format=raw -L../../Library/libs -lc6809
 LIBGCCDIR = $(dir $(shell $(CC) -print-libgcc-file-name))
 LINKER_OPT += -L$(LIBGCCDIR) -lgcc
-LINKER_OPT += --script=$(TARGET).link
+LINKER_OPT += --script=../util/$(TARGET).link
 ASM_OPT = -o
 CRT0 = ../../Library/libs/crt0_6809.o
 
diff --git a/Applications/dw/coco3.link b/Applications/dw/coco3.link
deleted file mode 100644 (file)
index 1174016..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-define basesympat __sectionbase_%s__
-define lensympat __sectionlen_%s__
-section .header load 0x0100
-section .text
-section .text.startup
-section .text.hot
-section .test.unlikely
-section .data
-section .bss