From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x431.google.com (mail-wr1-x431.google.com [IPv6:2a00:1450:4864:20::431]) by sourceware.org (Postfix) with ESMTPS id 4802C3858288 for ; Fri, 4 Nov 2022 13:54:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4802C3858288 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-wr1-x431.google.com with SMTP id h9so7221397wrt.0 for ; Fri, 04 Nov 2022 06:54:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=CBsRHTNrcZ0hQfSZqgWbrQ3dInPIE/DZSpdDscfT2KY=; b=bDUut22utGCPwmfuig6I2snWRY4KyfdreYWaVvKKEAmYyLtvL+vhWPXNxhmhOLIW+H HX1f9JFCXdLC4BMzlTYIvq0LBH2T/6T5p7fBA+zEymp4LJsYDXnaW8ka3VrSMf4EmHh8 +VrcwjDMYHZs5dPHZiwzElIdYtt6QvcyxZ3ExWAjMQByEfDmqmYvTto8RokfapYqnTo/ GOOhm3XEZuZcZfJuRW8gM2QGvY11luP+GLSSeiaPqVHJbhmfgEU0jLFALCqiYjV8jxMb 9sgjlXK7DVBMxxEnil6PBRHgbbLslT4iAqYM18tCeZ2YTvsyVM7boJFhHC0QBleHbUBn L5iQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=CBsRHTNrcZ0hQfSZqgWbrQ3dInPIE/DZSpdDscfT2KY=; b=1f95AOJ+HDe1GzBG2pgt02CfW9/axxIP+ZB9tsrKqLnwL9opnwYR4bZdavGN0ZKDxx 5OiP7U4wLGknQfInjL42u03DGCXCWeoXusO+6cP4Qu9cOgIRKtQByLc6Bq8DWF21J9JH DsZD2oEAtRA/l+DGVDkTp/Z4ha3quv+OpDcsCvjnKABKqYrj60s2ltiYC6LpGBu5KX9c COv4DGguCfmUAmje2YMjnUOs7r2gnm17VPwY+PBfiolchgqNRQ4DTng6u4TGV1OCD6rh wLv1MwoLk6WzZQNL+24Rs3FNErsxok3zyLzcSj9JjXjoCTr081F94bSBBqCXuHzoSstL Rd5Q== X-Gm-Message-State: ACrzQf0Wtnezs1FUi7tXfya/Q8nh7NcKMQfkycMcF9qgwlt+Q6gvK8zY 4Aa8tOYoXM4wrp/VGSSO3voeas5clK3v0A== X-Google-Smtp-Source: AMsMyM52Oe6CQztl6Hfgl5kelqRWBKVaAz0kW1726xw7DMin7BZdjMgaiG+p1DVSP0Fvkh1JG2U95A== X-Received: by 2002:a5d:51c2:0:b0:236:7000:8e82 with SMTP id n2-20020a5d51c2000000b0023670008e82mr22457247wrv.191.1667570063996; Fri, 04 Nov 2022 06:54:23 -0700 (PDT) Received: from localhost.localdomain (static-176-191-105-132.ftth.abo.bbox.fr. [176.191.105.132]) by smtp.gmail.com with ESMTPSA id g17-20020a5d4891000000b0023655e51c33sm3537403wrq.4.2022.11.04.06.54.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Nov 2022 06:54:23 -0700 (PDT) From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= To: gcc-patches@gcc.gnu.org Cc: Cedric Landet Subject: [COMMITTED] ada: Remove VxWorks 6 and VxWorks 653 2.x content from the UGX Date: Fri, 4 Nov 2022 14:54:18 +0100 Message-Id: <20221104135418.85406-1-poulhies@adacore.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-13.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: From: Cedric Landet Because they are not supported anymore. gcc/ada/ * doc/gnat_rm/implementation_defined_pragmas.rst: Remove VxWorks version 6. * gnat_rm.texi, gnat_ugn.texi: Regenerate. Tested on x86_64-pc-linux-gnu, committed on master. --- gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst | 2 +- gcc/ada/gnat_rm.texi | 4 ++-- gcc/ada/gnat_ugn.texi | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst b/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst index 6752d48d159..5c26b3a55c9 100644 --- a/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst +++ b/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst @@ -6869,7 +6869,7 @@ Syntax: This pragma specifies that the specified entity, which must be a variable declared in a library-level package, is to be marked as "Thread Local Storage" (``TLS``). On systems supporting this (which -include Windows, Solaris, GNU/Linux, and VxWorks 6), this causes each +include Windows, Solaris, GNU/Linux, and VxWorks), this causes each thread (and hence each Ada task) to see a distinct copy of the variable. The variable must not have default initialization, and if there is diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi index e79cdeeacfe..3b9f2cfc098 100644 --- a/gcc/ada/gnat_rm.texi +++ b/gcc/ada/gnat_rm.texi @@ -19,7 +19,7 @@ @copying @quotation -GNAT Reference Manual , Oct 04, 2022 +GNAT Reference Manual , Oct 27, 2022 AdaCore @@ -8407,7 +8407,7 @@ pragma Thread_Local_Storage ([Entity =>] LOCAL_NAME); This pragma specifies that the specified entity, which must be a variable declared in a library-level package, is to be marked as “Thread Local Storage” (@code{TLS}). On systems supporting this (which -include Windows, Solaris, GNU/Linux, and VxWorks 6), this causes each +include Windows, Solaris, GNU/Linux, and VxWorks), this causes each thread (and hence each Ada task) to see a distinct copy of the variable. The variable must not have default initialization, and if there is diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 7d96dbe6aa1..25aa72bc27e 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -3,7 +3,7 @@ @setfilename gnat_ugn.info @documentencoding UTF-8 @ifinfo -@*Generated by Sphinx 5.1.1.@* +@*Generated by Sphinx 5.2.3.@* @end ifinfo @settitle GNAT User's Guide for Native Platforms @defindex ge @@ -19,7 +19,7 @@ @copying @quotation -GNAT User's Guide for Native Platforms , Sep 26, 2022 +GNAT User's Guide for Native Platforms , Oct 27, 2022 AdaCore @@ -29319,8 +29319,8 @@ to permit their use in free software. @printindex ge -@anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{ } @anchor{cf}@w{ } +@anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{ } @c %**end of body @bye -- 2.34.1