* modules strip
@ 2005-01-21 18:24 Aleksey Gorelov
2005-01-21 21:22 ` Matthias-Christian Ott
0 siblings, 1 reply; 2+ messages in thread
From: Aleksey Gorelov @ 2005-01-21 18:24 UTC (permalink / raw)
To: Linux Kernel Mailing List
Hi,
I'm trying to strip modules a bit (2.6, x86) using
strip -R .not -R .comment --strip-unneeded module.ko
It seems to keep intact relocation & ksymtab symbols, tested on my
configuration and seems to reduce the overall size for about 10-15%
(usefull for embedded). Does anybody know if there is any pitfalls with
that ?
Thanks,
Aleks.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: modules strip
2005-01-21 18:24 modules strip Aleksey Gorelov
@ 2005-01-21 21:22 ` Matthias-Christian Ott
0 siblings, 0 replies; 2+ messages in thread
From: Matthias-Christian Ott @ 2005-01-21 21:22 UTC (permalink / raw)
To: Aleksey Gorelov; +Cc: Linux Kernel Mailing List
Aleksey Gorelov wrote:
>Hi,
>
> I'm trying to strip modules a bit (2.6, x86) using
>
>strip -R .not -R .comment --strip-unneeded module.ko
>
> It seems to keep intact relocation & ksymtab symbols, tested on my
>configuration and seems to reduce the overall size for about 10-15%
>(usefull for embedded). Does anybody know if there is any pitfalls with
>that ?
>
>Thanks,
>Aleks.
>-
>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/
>
>
>
Hi!
Why should there be a pitfall, you just strip some usualy not needed
information. But maybe this causes problems with functions or parts of
the Kernel which need this information.
Matthias-Christian Ott
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-01-21 21:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-21 18:24 modules strip Aleksey Gorelov
2005-01-21 21:22 ` Matthias-Christian Ott
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.