#
901f3990 |
| 10-Dec-2005 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
* Removed libroot/posix/math completely and added the respective functions from glibc 2.3.2. Adding those one by one is extremely boring and time-consuming work. We should probably just remove th
* Removed libroot/posix/math completely and added the respective functions from glibc 2.3.2. Adding those one by one is extremely boring and time-consuming work. We should probably just remove the math stuff again, add a verbatim copy of the glibc directories, and shuffle things around afterwards. * Note that for x86 holds sizeof(long double) == 96. I removed the generic 128 bit long double functions that were in use before and added respective 96 bit versions to arch/x86 (or left them out, if they weren't used). For PPC the System V ABI spec supplement specifies sizeof(long double) == 128, but I had trouble configuring gcc to actually use that setting (looks like there simply is no support for TI mode for PPC 32). So we have to live with sizeof(long double) == sizeof(double) == 64 for the time being.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15477 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|