* ld-eld/start.s (start): Add this symbol for SH targets.
(main): Add this symbol for HPPA targets.
This commit is contained in:
parent
a854efa328
commit
761d8d914d
@ -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.
|
||||
|
@ -3,4 +3,8 @@
|
||||
_start:
|
||||
.global __start
|
||||
__start:
|
||||
.global start /* Used by SH targets. */
|
||||
start:
|
||||
.global main /* Used by HPPA targets. */
|
||||
main:
|
||||
.long 0
|
||||
|
Loading…
Reference in New Issue
Block a user