* ld-eld/start.s (start): Add this symbol for SH targets.

(main): Add this symbol for HPPA targets.
This commit is contained in:
Nick Clifton 2006-05-22 08:45:18 +00:00
parent a854efa328
commit 761d8d914d
2 changed files with 9 additions and 0 deletions

View 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.

View 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