OSDN Git Service

* ld-eld/start.s (start): Add this symbol for SH targets.
authorNick Clifton <nickc@redhat.com>
Mon, 22 May 2006 08:45:18 +0000 (08:45 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 22 May 2006 08:45:18 +0000 (08:45 +0000)
  (main): Add this symbol for HPPA targets.

ld/testsuite/ChangeLog
ld/testsuite/ld-elf/start.s

index 0c9ec2e..8c20bd6 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-22  Nick Clifton  <nickc@redhat.com>
+
+       * ld-eld/start.s (start): Add this symbol for SH targets.
+       (main): Add this symbol for HPPA targets.
+
 2006-05-19  Alan Modra  <amodra@bigpond.net.au>
 
        * ld-scripts/empty-orphan.d: Update again.
index 86fc17c..9cbf231 100644 (file)
@@ -3,4 +3,8 @@
 _start:
        .global __start
 __start:
+       .global start   /* Used by SH targets.  */
+start:
+       .global main    /* Used by HPPA targets.  */
+main:
        .long 0