newlib/libgloss/rx
Nick Clifton cd0d459135 For the RX port, avoid using string instructions when __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.
2015-04-23 21:57:13 +02:00
..
Makefile.in * libgloss/rx/Makefile.in: Respect DESTDIR when installing 2013-02-11 08:28:46 +00:00
abort.S
argv.S
argvlen.S
chdir.S
chmod.S
close.S
configure
configure.in
crt0.S For the RX port, avoid using string instructions when __RX_DISALLOW_STRING_INSNS__ is defined. 2015-04-23 21:57:13 +02:00
crtn.S
exit.S
fstat.S
gcrt0.S
getpid.S
gettimeofday.S
heaptop.S
isatty.S
kill.S
link.S
lseek.S
mcount.c
open.S
read.S
rx-sim.ld Add .note and DWARF3 sections to RX linker scripts. 2015-04-23 21:57:13 +02:00
rx.ld Add .note and DWARF3 sections to RX linker scripts. 2015-04-23 21:57:13 +02:00
rxsys.h
sbrk.c
sigprocmask.S
sleep.S
stat.S
time.S
times.S
unlink.S
utime.S
write.S