From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10504 invoked by alias); 13 Jun 2017 22:43:59 -0000 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 Received: (qmail 9470 invoked by uid 89); 13 Jun 2017 22:43:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: mail-ua0-f169.google.com Received: from mail-ua0-f169.google.com (HELO mail-ua0-f169.google.com) (209.85.217.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Jun 2017 22:43:57 +0000 Received: by mail-ua0-f169.google.com with SMTP id 68so67111431uas.0 for ; Tue, 13 Jun 2017 15:44:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=KHss1UCl34qSBamgvvwAw/idajtiLUAnKsyt+HLX1t0=; b=e1ZZgmi6fgDRgCZo3LLj9ZaYD31kzFqHJK9tsKkTkv4V/x9qt4Jv/+AFpOdrBj7eXl ybr8k+EWc4SI5xmsb41pj3QqAIhMeB+DzCh20JeU9/rVR9/D6GL8jomg5d3cJn0zMg/a rC2dNy8OJy1jAuti1dxktOeOZgQZBPJm4I0HYIuf5abkBGSecD2xNYByq2q8Gx575E+F LJITGbyNhyjmBzDujXGfU4OJhtl+CQzu1jJ4T5+u9KTMTOf3M2Niusv4ISJ0uaTO7mZM vfSIw/ToyToNZx4gai+hgdkCEmFq07Ow/qsEFkFPJsmobcJ7xeuZkoO7epQ/6CflJKg1 3O5A== X-Gm-Message-State: AKS2vOwsFlrnWiAl5Yr3nM+dbrdqd+b7GRr4CbRx+TcQZya4AAO0jyAC Ns+IkX0CJoEz5qCOe9tg0KUV8UQ/ag== X-Received: by 10.159.51.106 with SMTP id a42mr4241763uac.9.1497393840561; Tue, 13 Jun 2017 15:44:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.96.199 with HTTP; Tue, 13 Jun 2017 15:44:00 -0700 (PDT) In-Reply-To: References: From: Iain Buclaw Date: Tue, 13 Jun 2017 22:43:00 -0000 Message-ID: Subject: Re: [PATCH 11/13] D: GCC builtins and runtime support. To: Joseph Myers Cc: gcc-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00986.txt.bz2 On 13 June 2017 at 19:38, Joseph Myers wrote: > Presumably all of these GCC-specific files should have the GCC Runtime > Library Exception notice. > OK, noted. I will update them.