summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/microblaze/crt0.S
Commit message (Collapse)AuthorAgeFilesLines
* microblaze linux has no SDA supportSteve Bennett2011-10-061-4/+0
| | | | | | | | | The linker does not set up the Small Data Area symbols, _SDA_BASE_ and _SDA2_BASE_ so don't try to resolve them Signed-off-by: Ryan Flux <ryan.flux@emsolutions.com.au> Signed-off-by: Steve Bennett <steveb@workware.net.au> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* - use c89-style commentsBernhard Reutner-Fischer2008-10-031-9/+9
| | | | Closes issue #5194
* __data_start needs to be added to all crt0.S files that don't currentlyEric Andersen2004-05-141-2/+11
| | | | have it. It is used by the boehm gc, amoung other things.
* Microblaze port from the uClinux-dist,David McCullough2003-10-141-0/+47
contributed by John Williams <jwilliams@itee.uq.edu.au>