Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/rx/strcpy.S')
-rw-r--r--newlib/libc/machine/rx/strcpy.S11
1 files changed, 0 insertions, 11 deletions
diff --git a/newlib/libc/machine/rx/strcpy.S b/newlib/libc/machine/rx/strcpy.S
deleted file mode 100644
index a2dc17464..000000000
--- a/newlib/libc/machine/rx/strcpy.S
+++ /dev/null
@@ -1,11 +0,0 @@
- .file "strcpy.S"
-
- .section .text
- .global _strcpy
- .type _strcpy,@function
-_strcpy:
- mov r1, r4
- mov #-1, r3 ; Strictly speaking this is incorrect, but I doubt if anyone will ever know.
- smovu
- mov r4, r1
- rts