diff options
Diffstat (limited to 'newlib/libc/sys/sysvnecv70/cerror.S')
-rw-r--r-- | newlib/libc/sys/sysvnecv70/cerror.S | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/newlib/libc/sys/sysvnecv70/cerror.S b/newlib/libc/sys/sysvnecv70/cerror.S deleted file mode 100644 index 9827c1087..000000000 --- a/newlib/libc/sys/sysvnecv70/cerror.S +++ /dev/null @@ -1,9 +0,0 @@ - .globl cerror -cerror: mov.w r0,_errno - neg.w #1,r0 - ret #0 - - .data - .globl _errno -_errno: .word 0 - |