From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x536.google.com (mail-pg1-x536.google.com [IPv6:2607:f8b0:4864:20::536]) by sourceware.org (Postfix) with ESMTPS id A1DEE385840C for ; Sat, 28 May 2022 18:29:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A1DEE385840C Received: by mail-pg1-x536.google.com with SMTP id q123so1627008pgq.6 for ; Sat, 28 May 2022 11:29:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=kpVybmNbKT+jBj66W3gYRETJigK5zxOEYWYQVlMgwwg=; b=8AaBW4htSxxT+w45i9JiYJ3hEQ6lesXUWgzxXUxn0DwyrSrkS/Y/rEZBbVgq7mP4fl hksJ+B5g3pKswq1KRhx8VXWaavtyH6VbUqIK0LKLU7lO7EVsCSbaM6NiWcyIkXLDkCpC ur4i7NvNMDVoWFcyRbXhX0ngbGD6rBSpD4+cT7+7K3dQoSPZY/KmE8OM6e3IIUr0vpHi 0HrcxMco57ZVU7jrXmd1mNYrD8g0Bna9wSXFuGiJx6dWxURAdCdENHKLRIYw1QRi0p9G 3M6g44UZVn4pGeN+hPjQIpM4zK1R4+mliJDWgiWzdY6PJmjrIKlkW3U8gzC3Wiy/r6En JuQw== X-Gm-Message-State: AOAM532uIWTn8ZjyOjnELd0RevYLQglfY5xfAfAgilOZVM4vYb6vyHcW AEPvPBQw2GvlQtERKK0e7N+e5A6epmZVQw== X-Google-Smtp-Source: ABdhPJyiLYBrIPzJU++XPA4wl9RZEw2QiaBiu+jnsG24TyImOfix9KguV/8hHdeGql19mfmAXLSFHA== X-Received: by 2002:a05:6a00:1893:b0:518:9945:b288 with SMTP id x19-20020a056a00189300b005189945b288mr32564145pfh.75.1653762597333; Sat, 28 May 2022 11:29:57 -0700 (PDT) Received: from [172.31.0.204] (c-73-63-24-84.hsd1.ut.comcast.net. [73.63.24.84]) by smtp.gmail.com with ESMTPSA id g74-20020a62524d000000b00512ead539casm5691899pfb.113.2022.05.28.11.29.56 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 28 May 2022 11:29:56 -0700 (PDT) Message-ID: <4bddccab-1713-6691-920b-0bf5a20a7efb@gmail.com> Date: Sat, 28 May 2022 12:29:55 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [PATCH] sourcebuild.texi: Document new toplevel directories [PR82383] Content-Language: en-US To: gcc-patches@gcc.gnu.org References: From: Jeff Law In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2022 18:30:00 -0000 On 5/24/2022 11:32 AM, Eric Gallager via Gcc-patches wrote: > This patch adds entries for the c++tools, gotools, libbacktrace, > libcc1, libcody, liboffloadmic, and libsanitizer directories into the > list of toplevel source directories in sourcebuild.texi. I also > removed the entry for boehm-gc (which is no longer in-tree), and fixed > the alphabetization for libquadmath while I was at it. Any style nits > I need to fix before committing (with a proper ChangeLog entry)? I think this is fine.  If you're looking for a good cleanup, removing liboffloadmic  would be useful IMHO.  MIC is dead. jeff