aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libgcc_r
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect library we did not compile for ages.Alexander Kabaev2006-06-061-7/+0
| | | | Notes: svn path=/head/; revision=159355
* Tell libgcc_r how to initialize a mutex before it uses it. ThisJohn Polstra2000-11-011-0/+1
| | | | | | | | fixes the immediate segmentation violations from some multithreaded programs built on very up-to-date systems. Notes: svn path=/head/; revision=68143
* Fixed the hack for using "../libgcc/Makefile" in libgcc_r/Makefile.Bruce Evans1999-10-031-2/+2
| | | | | | | | | ${LIB} was wrong at dependency-parsing time, so dependencies for libgcc_r*.a were wrong. This somehow worked right, except libgcc_r*.a were always out of date. Notes: svn path=/head/; revision=51895
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Purely cosmetic changes -- fix Id'sDavid E. O'Brien1999-08-161-4/+2
| | | | Notes: svn path=/head/; revision=49865
* Create a libgcc with POSIX threads support.David E. O'Brien1999-04-141-0/+8
Submitted by: Luoqi Chen <luoqi@chen.ml.org> (reorganized by me) Notes: svn path=/head/; revision=45669