summaryrefslogtreecommitdiffstats
path: root/lib/libthread_db/arch/ia64
Commit message (Collapse)AuthorAgeFilesLines
* libc_r_* library is no more required, so just axe it.attilio2009-03-051-41/+0
| | | | | Approved by: marcel, emaste Sponsored by: Sandvine Incorporated
* Cleanup for WARNS 6.marcel2008-08-061-5/+5
|
* Cleanup for WARNS 3.marcel2008-07-311-0/+3
|
* Correct the mess I made by committing from the wrong tree. Mostmarcel2004-07-181-6/+2
| | | | | | | | | notably, this restores some of the contents in thread_db.h as well as David Xu's copyright notice. This also fixes the includes in the MD libpthread files which Scott tried to provide a quick fix for. Pointy hat: marcel
* Try to fix ia64 and alpha compiles. I don't have either equipment firedscottl2004-07-181-0/+7
| | | | up now, but it appears to be the same problem and solution as sparc64.
* Add rudimentary support and stubs for libthr and libc_r on alpha, amd64,marcel2004-07-182-0/+100
i386, ia64 and sparc64. Add stubs for alpha, amd64, ia64 and sparc64 for libpthread. Restructure the source files to avoid unnecessary use of subdirectories that also force us to use non-portable compilation flags to deal with the uncommon compilation requirements (building archive libraries for linkage into a shared library). The libpthread support has been copied from the original local and cleaned-up to make them WARNS=2 clean. that also force us to use non-portable compilation flags to deal with the uncommon compilation requirements (building archive libraries for linkage into a shared library). The libpthread support has been copied from the original local and cleaned-up to make them WARNS=2 clean. Tested on: amd64, i386, ia64
OpenPOWER on IntegriCloud