Date: Thu, 11 Nov 2010 15:48:27 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src Makefile.inc1 src/gnu/lib/libgcc Makefile src/lib Makefile src/sys/sys param.h Message-ID: <201011111548.oABFmq86063391@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2010-11-11 15:48:27 UTC FreeBSD src repository Modified files: . Makefile.inc1 gnu/lib/libgcc Makefile lib Makefile sys/sys param.h Log: SVN rev 215127 on 2010-11-11 15:48:27Z by ed Replace libgcc.a by libcompiler_rt.a. libcompiler_rt.a is a BSD licensed C language runtime, which implements many routines which are linked into binaries on architectures where certain functionality is missing (e.g. 64 bits mul/div on i386). Unfortunately, libcompiler_rt cannot replace libgcc entirely. Certain features, such as an unwinder for exception handling, are missing. That's why only libgcc.a is replaced for now, because this one does seem to be complete. Tested by: rene (amd64), nwhitehorn (powerpc), droso (i386 exprun) and many others. Thanks! Obtained from: user/ed/compiler-rt Revision Changes Path 1.671 +2 -1 src/Makefile.inc1 1.74 +0 -1 src/gnu/lib/libgcc/Makefile 1.257 +2 -0 src/lib/Makefile 1.464 +1 -1 src/sys/sys/param.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011111548.oABFmq86063391>