From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65724 invoked by alias); 5 May 2018 23:38:51 -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 65709 invoked by uid 89); 5 May 2018 23:38:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_50,ENV_AND_HDR_SPF_MATCH,PYZOR_CHECK,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=no version=3.3.2 spammy=HCc:U*gcc-patches, H*f:sk:Hb08g@m, H*f:sk:4xhrxue, H*f:sk:4xhr-SF X-HELO: mail-io0-f171.google.com Received: from mail-io0-f171.google.com (HELO mail-io0-f171.google.com) (209.85.223.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 05 May 2018 23:38:49 +0000 Received: by mail-io0-f171.google.com with SMTP id e12-v6so29675646iob.8 for ; Sat, 05 May 2018 16:38:49 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=nwO5WdS9LTV3us8WhQND/K2Y6tk4ddQV2yN8P7mWn1k=; b=bf2eMMth960knLxdcMEwLBpwWwrKvswHK3UPdCq8xsLeXcaNUdffmqUiY6o3ecB7hO LRpfVntLwkWEFjWQ8qY5KBMLmVv6SUoTmOPp4JtAF2fKLEJIcWamlrqPiIUjTII3hsmN e+O0p6I6AVmM3bpyQV1r5AneVUqKQLESqUXUbdqnOaloH82nv7muUI131F/uHTzNW4kS KZ51q/IKq3mspjLnXwc7ae2tD12WBwDsi/+WsaK9e7NJhPx9MPy+IBclOZaUE22GRQ8s FJEP8MsBf9gHc14TOiKJEAGSMavKDNBTjXJ/Nz1D1uD75E3VxQAW6/wwgmO5AiSLhjFw Mdug== X-Gm-Message-State: ALQs6tAWFVD/2sPq4ypIz3MacNozaWrJWNGBLGzhr/s+qQoUsW60zAw4 m2UNPFIVqmX7Up27gBvcJaLYko7FNymWu3hFJ7bubA== X-Google-Smtp-Source: AB8JxZpOUlmr8JA0jvFEmAnXDgWtIH0cPBLhautdfomScD7Oeda5eIXrP7DVDcsQu0AjPopIQCg3Lob4La9aLhmsHho= X-Received: by 2002:a6b:957:: with SMTP id j84-v6mr35313716ioi.232.1525563527429; Sat, 05 May 2018 16:38:47 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Roland McGrath via gcc-patches" Reply-To: Roland McGrath Date: Sat, 05 May 2018 23:38:00 -0000 Message-ID: Subject: Re: [PATCH PR other/77609] Let the assembler choose ELF section types for miscellaneous named sections To: Ian Lance Taylor Cc: gcc-patches@gcc.gnu.org, rguenth@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-05/txt/msg00256.txt.bz2 Committed. Thanks, Roland