summaryrefslogtreecommitdiffstats
path: root/libgloss/rl78/crt0.S
Commit message (Collapse)AuthorAgeFilesLines
* * rl78/crt0.S (_start): Fixed code that clears .bssDJ Delorie2015-10-201-10/+12
|
* * rl78/crt0.S: Initialize .saddr. Avoid using SEL.DJ Delorie2015-01-161-38/+28
| | | | | | | | | | | | | * rl78/rl78-sim.ld: Add .saddr/.frodata section. * rl78/rl78.ld: Likewise. * rl78/rl78-sim.ld: Make room for virtual register banks. * rl78/rl78.ld: Likewise. * rl78/vregs.h: New. * rl78-sys.h: Use it. * rl78/swrite.S: New. * rl78/Makefile.in: Build it. * rl78/write.c: Use it.
* * libc/machine/rl78/setjmp.S: Convert from CPP macros to GASDJ Delorie2012-10-031-1/+5
| | | | | | | | macros, to avoid dependence on the line separation character. * rl78/crt0.S (_interrupt_vector_table): Convert from CPP macros to GAS macros, to avoid dependence on the line separation character.
* [libgloss]DJ Delorie2011-11-291-0/+327
* configure.in: Add rl78. * configure: Regenerate. * rl78: New directory [newlib] * configure.host: Add rl78. * libc/include/machine/ieeefp.h: Add rl78 support. * libc/include/machine/setjmp.h: Add rl78 support. * libc/machine/configure.in: Add rl78. * libc/machine/rl78: New directory.