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/mempcpy.S')
-rw-r--r--newlib/libc/machine/rx/mempcpy.S8
1 files changed, 0 insertions, 8 deletions
diff --git a/newlib/libc/machine/rx/mempcpy.S b/newlib/libc/machine/rx/mempcpy.S
deleted file mode 100644
index c679d04ce..000000000
--- a/newlib/libc/machine/rx/mempcpy.S
+++ /dev/null
@@ -1,8 +0,0 @@
- .file "mempcpy.S"
-
- .section .text
- .global _mempcpy
- .type _mempcpy,@function
-_mempcpy:
- smovf
- rts