diff options
Diffstat (limited to 'libgcc/config/frv/uitof.c')
-rw-r--r-- | libgcc/config/frv/uitof.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgcc/config/frv/uitof.c b/libgcc/config/frv/uitof.c new file mode 100644 index 00000000000..059bc7c7417 --- /dev/null +++ b/libgcc/config/frv/uitof.c @@ -0,0 +1,4 @@ +float __uitof (unsigned int a) +{ + return a; +} |