From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15308 invoked by alias); 2 Dec 2010 00:46:47 -0000 Received: (qmail 15295 invoked by uid 22791); 2 Dec 2010 00:46:45 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-pw0-f41.google.com (HELO mail-pw0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Dec 2010 00:46:39 +0000 Received: by pwi6 with SMTP id 6so3629584pwi.0 for ; Wed, 01 Dec 2010 16:46:38 -0800 (PST) Received: by 10.142.158.16 with SMTP id g16mr9773519wfe.222.1291250798172; Wed, 01 Dec 2010 16:46:38 -0800 (PST) Received: from bubble.grove.modra.org ([115.187.252.19]) by mx.google.com with ESMTPS id f5sm693253wfg.2.2010.12.01.16.46.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 01 Dec 2010 16:46:37 -0800 (PST) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 0E7C7170C1F0; Thu, 2 Dec 2010 11:16:32 +1030 (CST) Date: Thu, 02 Dec 2010 00:46:00 -0000 From: Alan Modra To: Sebastian Huber Cc: binutils@sourceware.org Subject: Re: Strange LMA/VMA behavior with regions Message-ID: <20101202004632.GQ15607@bubble.grove.modra.org> Mail-Followup-To: Sebastian Huber , binutils@sourceware.org References: <4CF39E98.3090009@embedded-brains.de> <4CF51061.2040405@embedded-brains.de> <20101201131250.GN15607@bubble.grove.modra.org> <4CF663C6.2010501@embedded-brains.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CF663C6.2010501@embedded-brains.de> User-Agent: Mutt/1.5.20 (2009-06-14) X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2010-12/txt/msg00048.txt.bz2 On Wed, Dec 01, 2010 at 04:03:34PM +0100, Sebastian Huber wrote: > I am unsure what happens if > os->section_alignment > os->bfd_section->alignment_power. That shouldn't happen. os->bfd_section->alignment_power is set from os->section_alignment in os_init, and can only increase thereafter. -- Alan Modra Australia Development Lab, IBM