Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For the RX port, avoid using string instructions when ↵ | Nick Clifton | 2015-04-23 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | | | | __RX_DISALLOW_STRING_INSNS__ is defined. * rx/crt0.S (_start): If string instructions are not allowed, avoid using SMOVF. * libc/machine/rx/memchr.S: Add non-string insn using version. * libc/machine/rx/memcpy.S: Likewise. * libc/machine/rx/memmove.S: Likewise. * libc/machine/rx/mempcpy.S: Likewise. * libc/machine/rx/strcat.S: Likewise. * libc/machine/rx/strcmp.S: Likewise. * libc/machine/rx/strcpy.S: Likewise. * libc/machine/rx/strlen.S: Likewise. * libc/machine/rx/strncat.S: Likewise. * libc/machine/rx/strncmp.S: Likewise. * libc/machine/rx/strncpy.S: Likewise. | ||||
* | * libc/machine/rx/strncat.S (_strncat): Replace use of r6 | Nick Clifton | 2009-11-20 | 1 | -4/+4 |
| | | | | (call-saved) with r14 (call-used). | ||||
* | newlib: | Nick Clifton | 2009-10-26 | 1 | -0/+35 |
* configure.host: Add support for RX architecture. * libc/include/machine/ieeefp.h: Likewise. * libc/include/machine/setjmp.h: Likewise. * libc/include/machine/configure.in: Likewise. * libc/include/machine/configure: Regenerate. * libc/machine/rx: New directory. * libc/machine/rx/*: New files to support RX architecture. libgloss: * configure.in: Add support for RX sub-directory. * configure: Regenerate. * rx: New directory. * rx/*: New files to support RX architecture. |