From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Fleming Subject: [PATCH 3/5] mips: Remove *(.text.*) pattern from the linker script Date: Mon, 14 Jun 2010 13:38:30 +0100 Message-ID: <1276519112-11649-3-git-send-email-matt@console-pimps.org> References: <1276519112-11649-1-git-send-email-matt@console-pimps.org> Return-path: In-Reply-To: <1276519112-11649-1-git-send-email-matt@console-pimps.org> Sender: linux-kernel-owner@vger.kernel.org To: linux-arch@vger.kernel.org Cc: Ralf Baechle , linux-kernel@vger.kernel.org List-Id: linux-arch.vger.kernel.org From: Matt Fleming Drop the pattern from the linker script because the pattern is now provided by TEXT_TEXT. Signed-off-by: Matt Fleming --- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from arkanian.console-pimps.org ([212.110.184.194]:50786 "EHLO arkanian.console-pimps.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752249Ab0FNMs6 (ORCPT ); Mon, 14 Jun 2010 08:48:58 -0400 From: Matt Fleming Subject: [PATCH 3/5] mips: Remove *(.text.*) pattern from the linker script Date: Mon, 14 Jun 2010 13:38:30 +0100 Message-ID: <1276519112-11649-3-git-send-email-matt@console-pimps.org> In-Reply-To: <1276519112-11649-1-git-send-email-matt@console-pimps.org> References: <1276519112-11649-1-git-send-email-matt@console-pimps.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-arch@vger.kernel.org Cc: Ralf Baechle , linux-kernel@vger.kernel.org Message-ID: <20100614123830.Bk9_V-9vc-ud3flT7FYbelfzmXWhFGBtucqHvTx3lEk@z> From: Matt Fleming Drop the pattern from the linker script because the pattern is now provided by TEXT_TEXT. Signed-off-by: Matt Fleming --- 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