Hi Ron,
congratulations for commit #900. We've come a far way since the first v3
commit.
One minor nipick, though. Unless I'm reading the patch wrong, we now
discard .note.* twice.
Regards,
Carl-Daniel
On 07.10.2008 01:13, [EMAIL PROTECTED] wrote:
> Author: rminnich
> Date: 2008-10-07 01:13:38 +0200 (Tue, 07 Oct 2008)
> New Revision: 900
>
> Modified:
> coreboot-v3/arch/x86/ldscript.ld
> Log:
> trivial: make sure that all elf notes are stripped.
>
> Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]>
> Acked-by: Ronald G. Minnich <[EMAIL PROTECTED]>
>
>
> Modified: coreboot-v3/arch/x86/ldscript.ld
> ===================================================================
> --- coreboot-v3/arch/x86/ldscript.ld 2008-10-06 23:06:32 UTC (rev 899)
> +++ coreboot-v3/arch/x86/ldscript.ld 2008-10-06 23:13:38 UTC (rev 900)
> @@ -43,6 +43,7 @@
> }
> /DISCARD/ : {
> *(.comment)
> + *(.note.*)
> *(.note)
> *(.note.*)
> }
>
>
> --
> coreboot mailing list: [email protected]
> http://www.coreboot.org/mailman/listinfo/coreboot
>
>
--
http://www.hailfinger.org/
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot