From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1627 invoked by alias); 11 Nov 2004 19:38:34 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 1178 invoked from network); 11 Nov 2004 19:38:24 -0000 Received: from unknown (209.128.65.135) by sourceware.org with QMTP; 11 Nov 2004 19:38:24 -0000 Received: (qmail 7878 invoked by uid 10); 11 Nov 2004 19:38:22 -0000 Received: (qmail 19096 invoked by uid 500); 11 Nov 2004 19:38:13 -0000 Mail-Followup-To: binutils@sources.redhat.com, peter.kourzanov@xs4all.nl From: Ian Lance Taylor To: Cc: binutils@sources.redhat.com Subject: Re: objcopy --set-section-flags .data=alloc,load,data,share References: <1100168375.22757.ezmlm@sources.redhat.com> <20041111102549.GP7593@altair.cygnus.nl> <20041111160045.GR7593@altair.cygnus.nl> <20041111163955.GU7593@altair.cygnus.nl> Date: Thu, 11 Nov 2004 19:38:00 -0000 In-Reply-To: <20041111163955.GU7593@altair.cygnus.nl> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-11/txt/msg00196.txt.bz2 writes: > OK. Then my question would be - is it possible to somehow indicate > in the ELF header that the loader should take some special action when > setting up the mappings? No. At least, I don't know of any such thing. Ian