Re: Undefined symbols in 2.6.11-rc5-mm1
From: Adrian Bunk (bunk_at_stusta.de)
Date: 03/05/05
- Previous message: Esben Stien: "Re: Logitech MX1000 Horizontal Scrolling"
- In reply to: Kai Germaschewski: "Re: Undefined symbols in 2.6.11-rc5-mm1"
- Next in thread: Kai Germaschewski: "Re: Undefined symbols in 2.6.11-rc5-mm1"
- Reply: Kai Germaschewski: "Re: Undefined symbols in 2.6.11-rc5-mm1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 5 Mar 2005 14:04:16 +0100 To: Kai Germaschewski <kai.germaschewski@unh.edu>
On Sat, Mar 05, 2005 at 12:09:29AM -0500, Kai Germaschewski wrote:
> On Fri, 4 Mar 2005, Adrian Bunk wrote:
>
> > > [...] So ld looks into the lib .a archive, determines that none of
> > > the symbols in that object file are needed to resolve a reference and
> > > drops the entire .o file.
>
> > Silly question:
> > What's the advantage of lib-y compared to obj-y?
>
> Basically exactly what I quoted above -- unused object files don't get
> linked into the kernel image and don't take up (wasted) space. On the
> other hand, files in obj-y get linked into the kernel unconditionally.
And this can break as soon as the "unused" object files contains
EXPORT_SYMBOL's.
Is it really worth it doing it in this non-intuitive way?
I'd prefer an explicite dependency on a variable if you want to
compile library functions conditionally.
> --Kai
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Esben Stien: "Re: Logitech MX1000 Horizontal Scrolling"
- In reply to: Kai Germaschewski: "Re: Undefined symbols in 2.6.11-rc5-mm1"
- Next in thread: Kai Germaschewski: "Re: Undefined symbols in 2.6.11-rc5-mm1"
- Reply: Kai Germaschewski: "Re: Undefined symbols in 2.6.11-rc5-mm1"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|