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/memset.S')
-rw-r--r--newlib/libc/machine/rx/memset.S10
1 files changed, 0 insertions, 10 deletions
diff --git a/newlib/libc/machine/rx/memset.S b/newlib/libc/machine/rx/memset.S
deleted file mode 100644
index edab44620..000000000
--- a/newlib/libc/machine/rx/memset.S
+++ /dev/null
@@ -1,10 +0,0 @@
- .file "memset.S"
-
- .section .text
- .global _memset
- .type _memset,@function
-_memset:
- mov r1, r4
- sstr.b
- mov r4, r1
- rts