From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13763 invoked by alias); 22 Dec 2014 17:37:45 -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 13737 invoked by uid 89); 22 Dec 2014 17:37:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-qa0-f52.google.com Received: from mail-qa0-f52.google.com (HELO mail-qa0-f52.google.com) (209.85.216.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 22 Dec 2014 17:37:41 +0000 Received: by mail-qa0-f52.google.com with SMTP id v10so283768qac.11 for ; Mon, 22 Dec 2014 09:37:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=BZB6WojyRl8lQOe0jz7JSky9cTW11DEibaPthcg3xv8=; b=GJbAvxuLjx2hdhmOLXerQnYh5XflFc6LqtXy7tZXPg4X5f7OtokF7bjBjIW8SMq2iY JZLS/8Bmsz58P8FcqH6YeIiOvxB8LuK8M2YsfnPsq/ZRFXW/ZT79F41z8affNQZHarMM VJB638alKjXxnPWoihXyReev/1LrzEVgWrPw0gooyy/XPNlkIk5a953P1RTzmx0hCcsE 1sxBUwyWoTjfTNOOBhqMYzETmGi1+qEFvFsVUbPvDLLqSROxF8tuwR9uarzpB9r6vp4K HpJTtFDuNSxjQuoSzNQkXD+ZZPFy2y7AOeuOUuI9StloTFVxhyu4UXbn2FzTXFz1G74/ LWmg== X-Gm-Message-State: ALoCoQk+M/FZwYy31RkAkPxtBrugYcJhbvwg3K6TKJHg8H9PM94OlXVGGJ9HcRzctFOhpUoF+se3 MIME-Version: 1.0 X-Received: by 10.224.127.74 with SMTP id f10mr37742548qas.16.1419269858838; Mon, 22 Dec 2014 09:37:38 -0800 (PST) Received: by 10.140.42.41 with HTTP; Mon, 22 Dec 2014 09:37:38 -0800 (PST) In-Reply-To: <20141220135811.GA7161@gmail.com> References: <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> <20141220135811.GA7161@gmail.com> Date: Mon, 22 Dec 2014 17:37:00 -0000 Message-ID: Subject: Re: PATCH: PR gold/14675: No eh_frame info registered in exception_static_test From: Cary Coutant To: "H.J. Lu" Cc: Ian Lance Taylor , Roland McGrath , Alan Modra , "GNU C. Library" , Binutils , =?UTF-8?Q?Rafael_=C3=81vila_de_Esp=C3=ADndola?= Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00228.txt.bz2 > Here is an idea. Does it look OK? I don't like the idea of making a file named "crtbegin" magic, and with this patch, any link *without* such a file will no longer optimize eh data. -cary