From 217618d3d6bad5d23dca66f9517c77cd92c6404b Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Mon, 30 Jul 2012 23:03:47 +0000 Subject: * libc/sys/sysnecv850/crt0.S (_start): Use v850e-specific start up code for v850e2 and v850e2v3 too. --- newlib/libc/sys/sysnecv850/crt0.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc') diff --git a/newlib/libc/sys/sysnecv850/crt0.S b/newlib/libc/sys/sysnecv850/crt0.S index b319d30b7..43b5e21cd 100644 --- a/newlib/libc/sys/sysnecv850/crt0.S +++ b/newlib/libc/sys/sysnecv850/crt0.S @@ -5,7 +5,7 @@ _start: -#if defined __v850e__ +#if defined(__v850e__) || defined(__v850e2__) || defined(__v850e2v3__) movea 255, r0, r20 mov 65535, r21 -- cgit v1.2.3