aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-10-17 16:58:31 +0000
committerJeff Law <law@redhat.com>1996-10-17 16:58:31 +0000
commit2b8cd389ae8bc3a93eef8a85cccb8ba8bb8801ac (patch)
tree3f740d831a67bbbca97f2bb6047515d89f7bf3c1 /ld
parent55116079e2a539d3fe36b7ab8f5ab4932acb74c0 (diff)
downloadgdb-2b8cd389ae8bc3a93eef8a85cccb8ba8bb8801ac.zip
gdb-2b8cd389ae8bc3a93eef8a85cccb8ba8bb8801ac.tar.gz
gdb-2b8cd389ae8bc3a93eef8a85cccb8ba8bb8801ac.tar.bz2
* emulparms/v850.sh (SCRIPT_NAME): Use "v850" not "elf".
* scripttempl/v850.sc: Wrap script with a "cat << EOF". Problems with last night's changes.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/scripttempl/v850.sc2
2 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index a6b41e4..a27fa8b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.
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