diff options
Diffstat (limited to 'gcc/config/frv/ulltof.c')
-rw-r--r-- | gcc/config/frv/ulltof.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/frv/ulltof.c b/gcc/config/frv/ulltof.c deleted file mode 100644 index 29cdfd4d2a1..00000000000 --- a/gcc/config/frv/ulltof.c +++ /dev/null @@ -1,4 +0,0 @@ -float __ulltof (unsigned long long a) -{ - return a; -} |