From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7268 invoked by alias); 23 Apr 2012 18:12:50 -0000 Received: (qmail 7207 invoked by uid 22791); 23 Apr 2012 18:12:49 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-qc0-f175.google.com (HELO mail-qc0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 23 Apr 2012 18:12:36 +0000 Received: by qcso7 with SMTP id o7so7208283qcs.20 for ; Mon, 23 Apr 2012 11:12:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.185.204 with SMTP id cp12mr5480758qab.42.1335204755589; Mon, 23 Apr 2012 11:12:35 -0700 (PDT) Received: by 10.229.136.69 with HTTP; Mon, 23 Apr 2012 11:12:35 -0700 (PDT) In-Reply-To: <20120421150101.ij739wc8sgsskc0g-nzlynne@webmail.spamcop.net> References: <20120420165552.q36l2rh45cwwsokw-nzlynne@webmail.spamcop.net> <20120420210839.ma3szz9logk4cswg-nzlynne@webmail.spamcop.net> <20120421150101.ij739wc8sgsskc0g-nzlynne@webmail.spamcop.net> Date: Mon, 23 Apr 2012 18:12:00 -0000 Message-ID: Subject: Re: RFC: Add STB_GNU_SECONDARY From: "H.J. Lu" To: Joern Rennecke Cc: "Ansari, Zia" , GCC Development , GNU C Library , Binutils Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2012-04/txt/msg00799.txt.bz2 On Sat, Apr 21, 2012 at 12:01 PM, Joern Rennecke wrot= e: > Quoting "H.J. Lu" : > >> Putting our own foo in a section with a special prefix in section name, >> like .secondary_*, works with linker support. =A0But it isn't very relia= ble. > > > In what way is requiring linker support for STB_GNU_SECONDARY more reliab= le > than requiring linker support for .secondary_* sections? It may lead to conflict with section __attribute__ in C source and section directive in assembly code. --=20 H.J.