summaryrefslogtreecommitdiffstats
path: root/libgloss/m32c
Commit message (Collapse)AuthorAgeFilesLines
* * m32c/exit.S: Preserve r1.DJ Delorie2006-03-031-0/+2
|
* * m32c/crt0.S: Add support for preinit, init, and fini arrays, andDJ Delorie2005-12-143-2/+76
| | | | | | .init and .fini processing. * m32c/crtn.S: Likewise. * m32c/exit.S: Likewise.
* * m32c/Makefile.in (m16cmon.ld, m32cmon.ld): Fix output names.DJ Delorie2005-08-192-7/+33
| | | | | | (*.o): Add dependencies. * m32c/m32csys.h: Move syscall location to 0x400 as per Renesas recommendations.
* * m32c/Makefile.in: Block out memory regions reserved for monitorsDJ Delorie2005-08-181-8/+19
| | | | and simulators. Add monitor link scripts.
* 2005-08-10 DJ Delorie <dj@redhat.com>Jeff Johnston2005-08-1032-0/+2816
* configure.in: Add m32c support. * configure: Regenerated * m32c: New directory, Renesas R8C/M16C/M32C support. * m32c/abort.S m32c/argvlen.S m32c/argv.S m32c/chdir.S, m32c/chmod.S m32c/close.S m32c/configure m32c/configure.in, m32c/crt0.S, m32c/crtn.S, m32c/exit.S, m32c/fstat.S, m32c/genscript, m32c/getpid.S, m32c/gettimeofday.S, m32c/heaptop.S, m32c/isatty.S, m32c/kill.S, m32c/link.S, m32c/lseek.S, m32c/m32csys.h, m32c/m32c.tmpl, m32c/Makefile.in, m32c/open.S, m32c/read.S, m32c/sbrk.c, m32c/stat.S, m32c/time.S, m32c/times.S, m32c/unlink.S, m32c/utime.S, m32c/write.S: New files