From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16807 invoked by alias); 22 Jul 2011 12:28:32 -0000 Received: (qmail 16799 invoked by uid 22791); 22 Jul 2011 12:28:31 -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-qy0-f175.google.com (HELO mail-qy0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 22 Jul 2011 12:28:16 +0000 Received: by qyk30 with SMTP id 30so3966161qyk.20 for ; Fri, 22 Jul 2011 05:28:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.62.77 with SMTP id w13mr1111942qch.160.1311337695161; Fri, 22 Jul 2011 05:28:15 -0700 (PDT) Received: by 10.229.98.193 with HTTP; Fri, 22 Jul 2011 05:28:15 -0700 (PDT) In-Reply-To: References: Date: Fri, 22 Jul 2011 12:36:00 -0000 Message-ID: Subject: Re: PING: PATCH: PR target/46770: Use .init_array/.fini_array sections From: "H.J. Lu" To: Rainer Orth Cc: Jakub Jelinek , GCC Patches , "Joseph S. Myers" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-07/txt/msg01941.txt.bz2 On Fri, Jul 22, 2011 at 5:22 AM, Rainer Orth wrote: > H.J., > >> Can you review this change? > > as you know, I'm currently working to move all libgcc-related stuff over > to toplevel libgcc. =A0Can you please move all but the crtstuff.c part of > this patch over to libgcc instead? > > I've got a patch almost ready to move crtstuff.c and other crt files, > and would like not to adapt this new code if you can just as well start > in libgcc. > Most of this change isn't related to libgcc, except for crtstuff.c. You just need to find a way to define NO_CTORS_DTORS_SECTIONS in libgcc when .init_array is used. --=20 H.J.