Re: [PATCH] consolidate .text section definition in asm-generic

From: Sam Ravnborg
Date: Sun May 13 2007 - 17:52:03 EST


> +++ b/arch/alpha/kernel/vmlinux.lds.S
> @@ -15,7 +15,7 @@ SECTIONS
>
> _text = .; /* Text and read-only data */
> .text : {
> - *(.text)
> + TEXT_TEXT
> SCHED_TEXT
> LOCK_TEXT
> *(.fixup)

It was in private mail suggested to improve naming a bit.
Originally I thought of CODE_TEXT but ended up with TEXT_TEXT.

Any better ideas?

As time permits I will try to do a bit more consolidation
of the lds files. But nothing earthshaking.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/