From patchwork Mon Sep 11 09:18:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnaud Charlet X-Patchwork-Id: 812261 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-461800-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="iuIGdm8P"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xrMnS37bNz9s75 for ; Mon, 11 Sep 2017 19:19:23 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type; q=dns; s=default; b=cKncFX4Qp875rprW5wz0nHFoT0LBg8Q/i4sURcOEwzedV0FiZf G5FzpgEk9vtQcGHB5bE4Yw21RthLpo5APHX34IkC0n5MbxAJDpQuHNLyYMKi7c9j ghl7VDyeVQCOIQrDxRdy/MF6V8IwjED5PPPid0m3YaGWCUio1vaTwPj14= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type; s= default; bh=Ngy6fG7PWkWhTkW07QNrh2pumGc=; b=iuIGdm8P1hfbB34gzWgY 4VXv/ywjByI0zDG6vgsNyFsjA2d+Scaa2FssKO59+AV0FtgqmfqPPxPKUatnvKvL H5Mv+bBMZQxe5+BiCdwzHPnxc7Zmtj5OBnzEi4FBJ4piGlCaqSHS85rbFmG3PrMb Dbtwho9RJkeeXhROP8mHtR4= Received: (qmail 15400 invoked by alias); 11 Sep 2017 09:19:08 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 13845 invoked by uid 89); 11 Sep 2017 09:19:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.2 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=3456, Alpha X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 11 Sep 2017 09:18:59 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 96D745612D; Mon, 11 Sep 2017 05:18:57 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8gXQueL3Qb+i; Mon, 11 Sep 2017 05:18:57 -0400 (EDT) Received: from tron.gnat.com (tron.gnat.com [205.232.38.10]) by rock.gnat.com (Postfix) with ESMTP id 65B4E56127; Mon, 11 Sep 2017 05:18:57 -0400 (EDT) Received: by tron.gnat.com (Postfix, from userid 4192) id 61EA24F2; Mon, 11 Sep 2017 05:18:57 -0400 (EDT) Date: Mon, 11 Sep 2017 05:18:57 -0400 From: Arnaud Charlet To: gcc-patches@gcc.gnu.org Cc: Jerome Lambourg Subject: [Ada] Rename runtime variant files under libgnarl Message-ID: <20170911091857.GA23259@adacore.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) This is the next step in the source file and directory reorg in GNAT sources. This time, we rename all files of the form ?-[a-z]*-* into ?-[a-z]*_*, for example s-tpopsp-posix.adb becomes s-tpopsp__posix.adb. This is done so that it's easier to see which files are platform specific variants (such files will now always contain a double underscore). This change is for the libgnarl directory, the next change will do the same for the libgnat directory. As with the previous changes, there's a small chance that some target got forgotten in Makefile.in, but hopefully not! If this is the case, fixing it is purely mechanical and is preapproved. The diff is huge and mechanical, I'm only including the part in gcc-interface/Makefile.in. Tested on x86_64-pc-linux-gnu, committed on trunk 2017-09-11 Jerome Lambourg * libgnarl: Rename ?-[a-z]*-* into ?-[a-z]*__* * gcc-interface/Makefile.in: Take this renaming into account. Index: gcc-interface/Makefile.in =================================================================== --- gcc-interface/Makefile.in (revision 251956) +++ gcc-interface/Makefile.in (working copy) @@ -355,13 +355,13 @@ # Non-tasking case: LIBGNAT_TARGET_PAIRS = \ -a-intnam.ads