* emulparms/v850.sh: Entry symbol is "_start", tweak
authorJeff Law <law@redhat.com>
Sat, 31 Aug 1996 04:31:18 +0000 (04:31 +0000)
committerJeff Law <law@redhat.com>
Sat, 31 Aug 1996 04:31:18 +0000 (04:31 +0000)
        ctor/dtor support.

ld/ChangeLog
ld/emulparams/v850.sh [new file with mode: 0644]

index 14a1731759faa2202db91c5a3b371531447b0a9f..3375003a743bb459c04ddc3201ba1c70239a8894 100644 (file)
@@ -1,3 +1,10 @@
+start-sanitize-v850
+Fri Aug 30 22:30:30 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * emulparms/v850.sh: Entry symbol is "_start", tweak
+       ctor/dtor support.
+
+end-sanitize-v850
 Fri Aug 30 18:32:31 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure.tgt (sh-*-elf*): New target.
diff --git a/ld/emulparams/v850.sh b/ld/emulparams/v850.sh
new file mode 100644 (file)
index 0000000..4e43e4a
--- /dev/null
@@ -0,0 +1,14 @@
+MACHINE=
+SCRIPT_NAME=elf
+OUTPUT_FORMAT="elf32-v850"
+TEXT_START_ADDR=0x0
+ARCH=v850
+MAXPAGESIZE=256
+ENTRY=_start
+
+# These are for compatibility with the COFF toolchain.
+CTOR_START='___ctors = .;'
+CTOR_END='___ctors_end = .;'
+DTOR_START='___dtors = .;'
+DTOR_END='___dtors_end = .;'
+