From: Mike Frysinger Date: Mon, 30 Mar 2015 01:00:20 +0000 (-0400) Subject: sim: cr16: add _start symbol to tests [BZ #12385] X-Git-Tag: users/hjl/linux/release/2.25.51.0.2~2^2~19^2~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4daf7a7c3a8404d8be973702ffe00541f71606a4;p=thirdparty%2Fbinutils-gdb.git 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. --- diff --git a/sim/testsuite/sim/cr16/ChangeLog b/sim/testsuite/sim/cr16/ChangeLog index 2aa67350065..8d7e005988f 100644 --- a/sim/testsuite/sim/cr16/ChangeLog +++ b/sim/testsuite/sim/cr16/ChangeLog @@ -1,3 +1,8 @@ +2015-03-29 Mike Frysinger + + PR sim/12385 + * testutils.inc (START): Add _start symbol. + 2008-05-02 M R Swami Reddy * cbitb.cgs, cbitw.cgs, sbitb.cgs, sbitw.cgs, tbit.cgs, tbitb.cgs, diff --git a/sim/testsuite/sim/cr16/testutils.inc b/sim/testsuite/sim/cr16/testutils.inc index 0cb2ffcf90d..1b82dc64c5e 100644 --- a/sim/testsuite/sim/cr16/testutils.inc +++ b/sim/testsuite/sim/cr16/testutils.inc @@ -9,6 +9,8 @@ passmsg: .text .global _START _START: + .global _start +_start: .endm .macro exit rc