From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23793 invoked by alias); 29 Oct 2010 19:54:54 -0000 Received: (qmail 23784 invoked by uid 22791); 29 Oct 2010 19:54:53 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.35) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 29 Oct 2010 19:54:47 +0000 Received: from hpaq6.eem.corp.google.com (hpaq6.eem.corp.google.com [172.25.149.6]) by smtp-out.google.com with ESMTP id o9TJsjgl031059 for ; Fri, 29 Oct 2010 12:54:45 -0700 Received: from pxi11 (pxi11.prod.google.com [10.243.27.11]) by hpaq6.eem.corp.google.com with ESMTP id o9TJsgcM022852 for ; Fri, 29 Oct 2010 12:54:43 -0700 Received: by pxi11 with SMTP id 11so142828pxi.8 for ; Fri, 29 Oct 2010 12:54:42 -0700 (PDT) Received: by 10.142.216.11 with SMTP id o11mr1794507wfg.238.1288382082426; Fri, 29 Oct 2010 12:54:42 -0700 (PDT) Received: from coign.google.com (dhcp-172-22-123-203.mtv.corp.google.com [172.22.123.203]) by mx.google.com with ESMTPS id y42sm2389668wfd.22.2010.10.29.12.54.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 29 Oct 2010 12:54:41 -0700 (PDT) From: Ian Lance Taylor To: =?utf-8?B?RG91ZyBLd2FuICjpl5zmjK/lvrcp?= Cc: Sriraman Tallam , binutils Subject: Re: [PATCH][GOLD] Fix section ordering with --section-ordering-file in ARM. References: Date: Fri, 29 Oct 2010 19:54:00 -0000 In-Reply-To: ("Doug Kwan =?utf-8?B?KOmXnOaMr+W+tykiJ3M=?= message of "Wed, 27 Oct 2010 17:45:47 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: 2010-10/txt/msg00525.txt.bz2 "Doug Kwan (=E9=97=9C=E6=8C=AF=E5=BE=B7)" writes: > 2010-10-27 Doug Kwan > > * arm.cc (Arm_outout_section::fix_exidx_coverage): Adjust call to > Output_section::add_relaxed_input_section. > * output.cc (Output_section::add_relaxed_input_section): Add new > arguments LAYOUT and NAME. Set section order index. > (Output_section::convert_input_sections_in_list_to_relaxed_sectio= ns): > Copy section order index. > * output.h (Output_section::add_relaxed_input_section): Add new > arguments LAYOUT and NAME. This is OK. Thanks. Ian