summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/v850/crt0.S
Commit message (Expand)AuthorAgeFilesLines
* __data_start needs to be added to all crt0.S files that don't currentlyEric Andersen2004-05-141-2/+11
* Reserve stack space for args we pass to __uClibc_main.Miles Bader2003-02-211-2/+3
* Don't bother zeroing BSS, since actually we _can_ rely on the loader to do it.Miles Bader2002-04-251-10/+1
* Just tail-call __uClibc_main. There's no real point to calling abort ifMiles Bader2002-04-171-4/+2
* (L_dummy_main_reference): Reference the C symbol `main', not the linkerMiles Bader2002-04-151-5/+4
* Manuel and I were looking into a problem with applications failing to linkEric Andersen2002-04-141-0/+7
* Updates to the v850 architecture from Miles Bader <miles@gnu.org>Eric Andersen2002-01-291-9/+10
* Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850.Eric Andersen2001-10-111-0/+51