summaryrefslogtreecommitdiffstats
path: root/lib/libc/ia64/gen
Commit message (Expand)AuthorAgeFilesLines
* Prevent dead code elimination for the TP assignmient by using inlinemarcel2006-08-301-2/+1
* Replace the ldexp() implementation in libc with a renamed copy of thedas2005-01-221-137/+0
* Make profiling actually work. The gcc compiler emits a call to themarcel2004-08-252-4/+79
* Add support for TLS in statically linked programs.dfr2004-08-152-1/+36
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-192-1/+27
* Replace seven nominally MD implementations of frexp() that are brokendas2004-07-182-57/+1
* Implement the classification macros isfinite(), isinf(), isnan(), anddas2004-07-092-70/+1
* Fix some aliasing problems.das2004-02-161-6/+14
* Add required headers.nectar2004-01-062-0/+4
* Virtual addresses in headers of ELF files for dynamic objects needmarcel2003-11-081-6/+9
* The FP status register allows for 6 traps to be masked. One of them,marcel2003-10-222-3/+3
* o There are 6 trap disable bits in ar.fpsr, not five. Even though wemarcel2003-08-092-4/+4
* Revert previous commit. We don't use setjmp()/longjmp() for contextmarcel2003-07-251-4/+2
* Implement signalcontext(). Needed by libpthread (aka libkse).marcel2003-06-242-1/+123
* o Fix a cut-n-paste bug. We were clobbering rp with gp...marcel2003-06-021-2/+2
* Rough implement of makecontext() needed to support libthr.marcel2003-05-312-1/+122
* Fix threaded applications on ia64 that are linked dynamicly. We didmarcel2003-03-051-3/+5
* ABI breaker: Move the J_SIGMASK field in the jmpbuf beforemarcel2003-03-051-2/+2
* Use __FBSDID.obrien2003-03-0314-20/+36
* ia64 actually uses 80-bit long doubles and must support big and littlemike2003-02-261-0/+9
* o Implement C99 classification macros isfinite(), isinf(), isnan(),mike2003-02-121-0/+5
* Implement fpclassify():mike2003-02-081-0/+3
* Implement missing fpgetround() and fpsetround().marcel2003-01-113-2/+84
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-2/+2
* Sort SRCS.marcel2002-11-161-5/+4
* o Fix _longjmp() to return 1 when the return value is given as 0.marcel2002-11-141-52/+25
* ia64 ABI breaker:marcel2002-11-113-38/+6
* Re-apply the previously backed-out commit that fixes the problem wherearchie2002-10-311-1/+1
* Revert previous commit to unbreak world until we figure out thearchie2002-09-201-1/+1
* Fix a problem with the definition of HUGE_VAL causing the gcc warningarchie2002-09-191-1/+1
* Implement _Unwind_FindTableEntry(). This function is part of GCCmarcel2002-04-132-0/+130
* Fix the style of the SCM ID's.obrien2002-03-227-9/+21
* Remove 'register' keyword.obrien2002-03-212-3/+3
* Implement fpsetmask() and fpgetmask().dfr2001-11-033-1/+83
* Compensate for the way that _setjmp aligns the start of jmp_buf.dfr2001-10-262-5/+23
* Implement setjmp, longjmp, sigsetjmp and siglongjmp.dfr2001-10-203-104/+53
* Add __divdf3(), __divsf3() and __infinity[].dfr2001-10-204-1/+296
* Implement _setjmp()/_longjmp().dfr2001-09-041-125/+345
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-133-6/+0
* Make this compile. Still need to write/borrow a working setjmp.dfr2001-03-061-0/+1
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-244-32/+6
* Return zero from setjmp() and _setjmp() for now.dfr2000-10-162-0/+5
* Initial libc port for ia64.dfr2000-10-1417-0/+1840
OpenPOWER on IntegriCloud