summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/sysnecv850/crt0.S
Commit message (Collapse)AuthorAgeFilesLines
* * crt0.S: Add recognition of the e3v5 architecture variant.Nick Clifton2013-02-011-2/+2
|
* * libc/sys/sysnecv850/crt0.S (_start): Enable FPU for theNick Clifton2013-01-151-0/+12
| | | | | V850e2v3. * v850/crt0.S (_start): Enable FPU for the V850e2v3.
* * libc/sys/sysnecv850/crt0.S (_start): Use v850e-specificKevin Buettner2012-07-301-1/+1
| | | | start up code for v850e2 and v850e2v3 too.
* * libc/sys/sysnecv850/crt0.S (___dso_handle): Define (weak).Nick Clifton2008-05-211-1/+6
| | | | | | * iq2000/crt0.S (__dso_handle): Define (weak). * frv/crt0.S (__dso_handle): Define (weak). * mn10300/crt0.S (___dso_handle): Define (weak).
* Allocate 4 slots on stack before calling main, in case it saves its argumentNick Clifton2003-07-311-3/+3
| | | | | | | registers. Remove reference to deleted v850ea port. Do not use -mv850 when building for v850e target. This prevents the ctbp system register from being initialised.
* The v850 does not have a ctbp register.Jim Wilson2002-09-271-10/+0
| | | | | | Add myself to write-after-approval section of MAINTAINERS file. * libc/sys/sysnecv850/crt0.S (start): Delete v850 code for initializing the ctbp register.
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+77