From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22599 invoked by alias); 11 Sep 2014 16:45:03 -0000 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 Received: (qmail 22452 invoked by uid 89); 11 Sep 2014 16:45:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-oa0-f44.google.com Received: from mail-oa0-f44.google.com (HELO mail-oa0-f44.google.com) (209.85.219.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 11 Sep 2014 16:45:00 +0000 Received: by mail-oa0-f44.google.com with SMTP id o6so14509482oag.3 for ; Thu, 11 Sep 2014 09:44:58 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.94.242 with SMTP id df18mr2394809oeb.57.1410453898423; Thu, 11 Sep 2014 09:44:58 -0700 (PDT) Received: by 10.202.106.205 with HTTP; Thu, 11 Sep 2014 09:44:58 -0700 (PDT) In-Reply-To: References: <20140330042516.1A88E74481@topped-with-meat.com> <20140330045552.GX18201@bubble.grove.modra.org> <20140330050615.7DC5774481@topped-with-meat.com> <20140331200446.A09B074430@topped-with-meat.com> <20140331214025.E61517447E@topped-with-meat.com> <20140910225238.0B6362C39CF@topped-with-meat.com> Date: Thu, 11 Sep 2014 16:45:00 -0000 Message-ID: Subject: Re: gold vs libc From: =?UTF-8?Q?Rafael_Esp=C3=ADndola?= To: Cary Coutant Cc: Roland McGrath , Ian Lance Taylor , Alan Modra , "GNU C. Library" , Binutils Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00091.txt.bz2 On 11 September 2014 12:05, Cary Coutant wrote: >> I wouldn't mind simply making >> __EH_FRAME_BEGIN__ and __EH_FRAME_END__ linker-defined symbols that >> would override any definitions found in the object files. > > Ah, now I see that this is what Alan was referring to. What I didn't > like about Rafael's suggestion was the idea that the linker would > special-case the sections based on what symbols were defined in them. > If his suggestion was simply to override any definitions with the > linker's own definitions, then my objection was misfounded. Yes, that is what I meant. The linker would just know __EH_FRAME_BEGIN__ to part of the format of .eh_frame. Cheers, Rafael