]> Git Repo - binutils.git/commitdiff
* emulparams/arcelf.sh (ENTRY): Define.
authorDavid Edelsohn <[email protected]>
Fri, 7 Apr 1995 03:40:15 +0000 (03:40 +0000)
committerDavid Edelsohn <[email protected]>
Fri, 7 Apr 1995 03:40:15 +0000 (03:40 +0000)
ld/ChangeLog
ld/emulparams/arcelf.sh [new file with mode: 0644]

index 223095415aecf61175fa1b7b5d6edd8c7e7bf24e..2583cf8560a9a5186cf350e286d855794b8bd000 100644 (file)
@@ -1,3 +1,14 @@
+start-sanitize-arc
+Thu Apr  6 20:38:36 1995  Doug Evans  <[email protected]>
+
+       * emulparams/arcelf.sh (ENTRY): Define.
+end-sanitize-arc
+
+Tue Apr  4 17:55:18 1995  Steve Chamberlain  <[email protected]>
+
+       * ldwrite.c (clone_section): Align clone sections on even
+       boundaries.
+
 Thu Mar 30 14:32:26 1995  H.J. Lu ([email protected])
 
        * configure.in: Change linux to default to elf.  Using
@@ -8,6 +19,9 @@ Thu Mar 30 14:32:26 1995  H.J. Lu ([email protected])
 
 Thu Mar 30 13:09:46 1995  Ian Lance Taylor  <[email protected]>
 
+       * ldmain.c (main): If opening the map file fails, call
+        bfd_set_error before calling einfo.
+
        * ld.texinfo, ld.1: Document the -no-keep-memory option.
 
 Mon Mar 27 11:10:08 1995  Ian Lance Taylor  <[email protected]>
diff --git a/ld/emulparams/arcelf.sh b/ld/emulparams/arcelf.sh
new file mode 100644 (file)
index 0000000..72cd986
--- /dev/null
@@ -0,0 +1,10 @@
+SCRIPT_NAME=elf
+OUTPUT_FORMAT="elf32-littlearc"
+LITTLE_OUTPUT_FORMAT="elf32-littlearc"
+BIG_OUTPUT_FORMAT="elf32-bigarc"
+TEXT_START_ADDR=0x0
+MAXPAGESIZE=0x1000
+NONPAGED_TEXT_START_ADDR=0x0
+ARCH=arc
+ENTRY=start
+#TEMPLATE_NAME=elf32
This page took 0.031752 seconds and 4 git commands to generate.