Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752035Ab0G2AZn (ORCPT ); Wed, 28 Jul 2010 20:25:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30933 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751134Ab0G2AZj (ORCPT ); Wed, 28 Jul 2010 20:25:39 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <1280360876-2571-3-git-send-email-vda.linux@googlemail.com> References: <1280360876-2571-3-git-send-email-vda.linux@googlemail.com> <1280360876-2571-1-git-send-email-vda.linux@googlemail.com> To: Denys Vlasenko Cc: dhowells@redhat.com, Michal Marek , linux-kbuild , linux-arch@vger.kernel.org, Parisc List , lkml , Sam Ravnborg , Tim Abbott , Tim Bird , James Bottomley , Matt Fleming , Arnd Bergmann , Anders Kaseorg , Andi Kleen , Stephen Rothwell Subject: Re: [PATCH 2/4] module linker script: coalesce function and data sections Date: Thu, 29 Jul 2010 01:25:05 +0100 Message-ID: <29025.1280363105@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 505 Lines: 14 Denys Vlasenko wrote: > + .data 0 : AT(0) { *(.data .data.[A-Za-z0-9_$^]*) } > + .bss 0 : AT(0) { *(.bss .bss.[A-Za-z0-9_$^]*) } What about .sdata and .sbss sections produced by arches that support small data sections? David -- 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/