Re: 2.3.26pre2 compile error

Horst von Brand (vonbrand@inf.utfsm.cl)
Fri, 05 Nov 1999 16:49:59 -0300


>Jes Sorensen <Jes.Sorensen@cern.ch> said:
> >>>>> "Horst" == Horst von Brand <vonbrand@inf.utfsm.cl> writes:
> Horst> Jes Sorensen <Jes.Sorensen@cern.ch> said:
> >> Then you extract that single function from libgcc and put it in the
> >> kernel instead of linking in the entire libgcc.a

> Horst> That is ld(1)'s job.

> Rubbish, the kernel should never get even close to functions provided
> from outside the kernel source tree.

Why not? I understand you can't link the kernel with libc, and most (if not
all) utility libraries simply make no sense in the kernel's job. libgcc is
a library that provides seldom-used parts of the C language as functions,
to which the compiler generates calls as needed.

-- 
Dr. Horst H. von Brand                       mailto:vonbrand@inf.utfsm.cl
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/