* emulparms/v850.sh (SCRIPT_NAME): Use "v850" not "elf".

* scripttempl/v850.sc: Wrap script with a "cat << EOF".
Problems with last night's changes.
This commit is contained in:
Jeff Law 1996-10-17 16:58:31 +00:00
parent 55116079e2
commit 2b8cd389ae
2 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,9 @@
start-sanitize-v850
Thu Oct 17 10:56:49 1996 Jeffrey A Law (law@cygnus.com)
* emulparms/v850.sh (SCRIPT_NAME): Use "v850" not "elf".
* scripttempl/v850.sc: Wrap script with a "cat << EOF".
Wed Oct 16 23:10:01 1996 Jeffrey A Law (law@cygnus.com)
* scripttempl/v850.sc: New linker script for the V850.

View File

@ -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