Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753158Ab0FNMjU (ORCPT ); Mon, 14 Jun 2010 08:39:20 -0400 Received: from arkanian.console-pimps.org ([212.110.184.194]:58027 "EHLO arkanian.console-pimps.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750760Ab0FNMif (ORCPT ); Mon, 14 Jun 2010 08:38:35 -0400 From: Matt Fleming To: linux-arch@vger.kernel.org Cc: Mike Frysinger , linux-kernel@vger.kernel.org Subject: [PATCH 2/5] blackfin: Remove *(.text.*) pattern from the linker script Date: Mon, 14 Jun 2010 13:38:29 +0100 Message-Id: <1276519112-11649-2-git-send-email-matt@console-pimps.org> X-Mailer: git-send-email 1.6.4.rc0 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-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 870 Lines: 30 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/blackfin/kernel/vmlinux.lds.S | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/blackfin/kernel/vmlinux.lds.S b/arch/blackfin/kernel/vmlinux.lds.S index 984c781..2c340fd 100644 --- a/arch/blackfin/kernel/vmlinux.lds.S +++ b/arch/blackfin/kernel/vmlinux.lds.S @@ -42,7 +42,6 @@ SECTIONS __einittext = .; EXIT_TEXT #endif - *(.text.*) *(.fixup) #if !L1_CODE_LENGTH -- 1.6.6.1 -- 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/