mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-19 07:13:40 +08:00
sim: avr: fix _start testsuite symbol
Make sure we use the symbol the linker expects by default, and we export it so it can be found.
This commit is contained in:
parent
2a2ec787bf
commit
4f5cce88bf
@ -1,3 +1,7 @@
|
||||
2015-03-29 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* testutils.inc (start): Change to _start and add global markings.
|
||||
|
||||
2015-03-28 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* pass.s, allinsn.exp, testutils.inc: New files.
|
||||
|
@ -37,5 +37,6 @@
|
||||
# All assembler tests should start with a call to "start"
|
||||
.macro start
|
||||
.text
|
||||
__start:
|
||||
.global _start
|
||||
_start:
|
||||
.endm
|
||||
|
Loading…
Reference in New Issue
Block a user