Re: [PATCH] Fix kernel linker scripts

Keith Owens (kaos@ocs.com.au)
Tue, 03 Jul 2001 14:06:48 +1000


On Mon, 2 Jul 2001 11:53:51 -0400,
Jakub Jelinek <jakub@redhat.com> wrote:
>Apparently all kernel scripts only have .rodata and not also .rodata.* input
>sections in it.
>- .rodata : { *(.rodata) }
>+ .rodata : { *(.rodata) *(.rodata.*) }

Any reason not to use *(.rodata*) to cover all rodata sections? I see
no need for two input definitions, one works for me.

-
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/