[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1276519112-11649-3-git-send-email-matt@console-pimps.org>
Date: Mon, 14 Jun 2010 13:38:30 +0100
From: Matt Fleming <matt@...sole-pimps.org>
To: linux-arch@...r.kernel.org
Cc: Ralf Baechle <ralf@...ux-mips.org>, linux-kernel@...r.kernel.org
Subject: [PATCH 3/5] mips: Remove *(.text.*) pattern from the linker script
From: Matt Fleming <matthew.fleming@...tec.com>
Drop the pattern from the linker script because the pattern is now
provided by TEXT_TEXT.
Signed-off-by: Matt Fleming <matthew.fleming@...tec.com>
---
arch/mips/kernel/vmlinux.lds.S | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/mips/kernel/vmlinux.lds.S b/arch/mips/kernel/vmlinux.lds.S
index f25df73..f51bca8 100644
--- a/arch/mips/kernel/vmlinux.lds.S
+++ b/arch/mips/kernel/vmlinux.lds.S
@@ -47,7 +47,6 @@ SECTIONS
LOCK_TEXT
KPROBES_TEXT
IRQENTRY_TEXT
- *(.text.*)
*(.fixup)
*(.gnu.warning)
} :text = 0
--
1.6.6.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists