From 2b8cd389ae8bc3a93eef8a85cccb8ba8bb8801ac Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 17 Oct 1996 16:58:31 +0000 Subject: * emulparms/v850.sh (SCRIPT_NAME): Use "v850" not "elf". * scripttempl/v850.sc: Wrap script with a "cat << EOF". Problems with last night's changes. --- ld/scripttempl/v850.sc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ld/scripttempl') diff --git a/ld/scripttempl/v850.sc b/ld/scripttempl/v850.sc index ff0e7a7..e0c427f 100644 --- a/ld/scripttempl/v850.sc +++ b/ld/scripttempl/v850.sc @@ -1,3 +1,4 @@ +cat << EOF OUTPUT_FORMAT("elf32-v850", "elf32-v850", "elf32-v850") OUTPUT_ARCH(v850) @@ -108,3 +109,4 @@ SECTIONS .stack 0x200000 : { _stack = .; *(.stack) } /* These must appear regardless of . */ } +EOF -- cgit v1.1