Displaying 2 results from an estimated 2 matches for "__adddf3".
2005 Mar 17
1
icecast on an Intel XScale ARM processor
...warf Error: Could not find abbrev number 1032.
/video/buildoutput/lib/libc.a(mktime.o): In function `__mktime_internal':
mktime.o(.text+0x524): undefined reference to `__floatsidf'
mktime.o(.text+0x534): undefined reference to `__floatsidf'
mktime.o(.text+0x548): undefined reference to `__adddf3'
mktime.o(.text+0x558): undefined reference to `__floatsidf'
mktime.o(.text+0x56c): undefined reference to `__subdf3'
mktime.o(.text+0x578): undefined reference to `__muldf3'
mktime.o(.text+0x588): undefined reference to `__floatsidf'
mktime.o(.text+0x59c): undefined reference t...
2010 Jul 26
0
[LLVMdev] compiler-rt: bug in double_precision rep_clz
Hello,
I needed to apply the attached little patch rep_clz to get __adddf3
working on 32Bit x86 Linux.
__adddf3 doesn't seem to be part of the Library on any currently
supported Platforms. But if support for plattforms without FPU
should be added this probably is the correct version.
Christoph
-------------- next part --------------
A non-text attachment was scrubbe...