From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18360 invoked by alias); 12 Feb 2011 02:10:41 -0000 Received: (qmail 18351 invoked by uid 22791); 12 Feb 2011 02:10:40 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 12 Feb 2011 02:10:36 +0000 Received: from kpbe19.cbf.corp.google.com (kpbe19.cbf.corp.google.com [172.25.105.83]) by smtp-out.google.com with ESMTP id p1C2AYvV008084 for ; Fri, 11 Feb 2011 18:10:34 -0800 Received: from pvg7 (pvg7.prod.google.com [10.241.210.135]) by kpbe19.cbf.corp.google.com with ESMTP id p1C2AWdo024636 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Fri, 11 Feb 2011 18:10:33 -0800 Received: by pvg7 with SMTP id 7so754368pvg.22 for ; Fri, 11 Feb 2011 18:10:32 -0800 (PST) Received: by 10.142.241.14 with SMTP id o14mr944336wfh.57.1297476632384; Fri, 11 Feb 2011 18:10:32 -0800 (PST) Received: from coign.google.com ([216.239.45.130]) by mx.google.com with ESMTPS id w14sm1839082wfd.18.2011.02.11.18.10.31 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Feb 2011 18:10:31 -0800 (PST) From: Ian Lance Taylor To: Sriraman Tallam Cc: binutils Subject: Re: Delaying fills generation while ordering sections in gold. References: Date: Sat, 12 Feb 2011 02:10:00 -0000 In-Reply-To: (Sriraman Tallam's message of "Fri, 11 Feb 2011 17:54:02 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true 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: 2011-02/txt/msg00118.txt.bz2 Sriraman Tallam writes: > * output.cc (Output_section::add_input_section): Delay fill > generation for section ordering. This is OK. Thanks. Ian