mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-20 07:43:36 +08:00
sim: cr16: add _start symbol to tests [BZ #12385]
The current cr16 testsuite sets up _START, but the linker looks for the _start symbol. Add the latter as an alias to the former.
This commit is contained in:
parent
970bed001b
commit
4daf7a7c3a
@ -1,3 +1,8 @@
|
||||
2015-03-29 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
PR sim/12385
|
||||
* testutils.inc (START): Add _start symbol.
|
||||
|
||||
2008-05-02 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
|
||||
|
||||
* cbitb.cgs, cbitw.cgs, sbitb.cgs, sbitw.cgs, tbit.cgs, tbitb.cgs,
|
||||
|
@ -9,6 +9,8 @@ passmsg:
|
||||
.text
|
||||
.global _START
|
||||
_START:
|
||||
.global _start
|
||||
_start:
|
||||
.endm
|
||||
|
||||
.macro exit rc
|
||||
|
Loading…
Reference in New Issue
Block a user