Re: [PATCH] frv: Remove duplicate output of .exit.data

2007-10-15 Thread David Howells
Maciej W. Rozycki <[EMAIL PROTECTED]> wrote: > Fair enough -- a quick test shows you are right. Wouldn't it deserve a > comment, though? I know hardly anybody dares looking into these scripts, > ;-) but those who do, may not be sure this setup is intentional. Probably. David - To unsubscrib

Re: [PATCH] frv: Remove duplicate output of .exit.data

2007-10-15 Thread Maciej W. Rozycki
On Sat, 13 Oct 2007, David Howells wrote: > > When CONFIG_DEBUG_INFO is unset the input .exit.data sections are copied > > twice to vmlinux. Remove the copy made to .init.text and keep one in > > .data only. > > No, they aren't. I believe the linker only makes one copy of each section, > and

Re: [PATCH] frv: Remove duplicate output of .exit.data

2007-10-13 Thread David Howells
Maciej W. Rozycki <[EMAIL PROTECTED]> wrote: > When CONFIG_DEBUG_INFO is unset the input .exit.data sections are copied > twice to vmlinux. Remove the copy made to .init.text and keep one in > .data only. No, they aren't. I believe the linker only makes one copy of each section, and once a c

[PATCH] frv: Remove duplicate output of .exit.data

2007-10-12 Thread Maciej W. Rozycki
When CONFIG_DEBUG_INFO is unset the input .exit.data sections are copied twice to vmlinux. Remove the copy made to .init.text and keep one in .data only. Signed-off-by: Maciej W. Rozycki <[EMAIL PROTECTED]> --- It looks like an accidental mistake to me. It applies to current Linus's 2.6.23.