diff options
Diffstat (limited to 'newlib/libc/machine/h8500/negsi2.c')
-rw-r--r-- | newlib/libc/machine/h8500/negsi2.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/newlib/libc/machine/h8500/negsi2.c b/newlib/libc/machine/h8500/negsi2.c deleted file mode 100644 index c5b31b1..0000000 --- a/newlib/libc/machine/h8500/negsi2.c +++ /dev/null @@ -1,7 +0,0 @@ - - -long -__negsi2(long x) -{ - return ~x+1; -} |