Searched hist:"39 cd938c394c55db5d89cfe82da53ceef7b367ef" (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/ |
H A D | Makefile | diff 39cd938c394c55db5d89cfe82da53ceef7b367ef Thu Nov 11 16:48:27 CET 2010 Ed Schouten <ed@FreeBSD.org> 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
|
/freebsd/sys/sys/ |
H A D | param.h | diff 39cd938c394c55db5d89cfe82da53ceef7b367ef Thu Nov 11 16:48:27 CET 2010 Ed Schouten <ed@FreeBSD.org> 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
|
/freebsd/ |
H A D | Makefile.inc1 | diff 39cd938c394c55db5d89cfe82da53ceef7b367ef Thu Nov 11 16:48:27 CET 2010 Ed Schouten <ed@FreeBSD.org> 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
|