* emulparms/v850.sh (SCRIPT_NAME): Use "v850" not "elf".
authorJeff Law <law@redhat.com>
Thu, 17 Oct 1996 16:58:31 +0000 (16:58 +0000)
committerJeff Law <law@redhat.com>
Thu, 17 Oct 1996 16:58:31 +0000 (16:58 +0000)
        * scripttempl/v850.sc: Wrap script with a "cat << EOF".
Problems with last night's changes.

ld/ChangeLog
ld/scripttempl/v850.sc

index a6b41e44facb51bcba81643ca83ec44f8fdfadfd..a27fa8b34c38c84ae97595ae4ada6eaf848ea508 100644 (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.
index ff0e7a7a1f5b5383f19702bf17ace6f0be3f4553..e0c427f70433e4d0b126e00a8338b5eea2bec774 100644 (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