Prev: [PATCH] Staging: memrar: Moved memrar_allocator struct into memrar_allocator.c
Next: [PATCH 5/5] score: Remove *(.text.*) pattern from the linker script
From: Matt Fleming on 14 Jun 2010 08:40 From: Matt Fleming <matthew.fleming(a)imgtec.com> Drop the pattern from the linker script because the pattern is now provided by TEXT_TEXT. Signed-off-by: Matt Fleming <matthew.fleming(a)imgtec.com> --- arch/parisc/kernel/vmlinux.lds.S | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/parisc/kernel/vmlinux.lds.S b/arch/parisc/kernel/vmlinux.lds.S index d64a6bb..6784e39 100644 --- a/arch/parisc/kernel/vmlinux.lds.S +++ b/arch/parisc/kernel/vmlinux.lds.S @@ -61,7 +61,6 @@ SECTIONS *(.text.sys_exit) *(.text.do_sigaltstack) *(.text.do_fork) - *(.text.*) *(.fixup) *(.lock.text) /* out-of-line lock text */ *(.gnu.warning) -- 1.6.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |