From patchwork Fri Jan 11 01:03:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julian Brown X-Patchwork-Id: 1023311 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-493834-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="fvZsa6pc"; 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 43bPlG2kwJz9sN1 for ; Fri, 11 Jan 2019 12:04:08 +1100 (AEDT) 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:subject:message-id:mime-version:content-type; q=dns; s= default; b=kGmMJszcbhvbCf3TVHv6nKlt3tsnSyOEimUJdIAkxbS3IipJKrNMz uH0n1j1neffTc/yRvywSY3+tUuedo/6bLoO0AzPgcht1V5pdhRWJMsfqivLkm0Jh h+97eSqvSorX1j8e0BgHYZy8aTTRcVrNHlNDf8WLrl2OsblVEsXs2U= 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:subject:message-id:mime-version:content-type; s= default; bh=DwdTtXEwR/A2LrwylqstCOsozX0=; b=fvZsa6pcqWzeJpPk0Q1S 7qzHIIICMuBQOc1+AWuQjwlH6oDJPSKDlGcl6FjVnRhnYc8y2WHQxyznpRfGLzMQ gCEZgNRCQAuxKTBp4QYgzZRVdHprLPcooAaRV3qFkjgxdzFo1F9pUdQW0IgUQUeY Shmx4oMxIFmlxif84AM0agQ= Received: (qmail 60333 invoked by alias); 11 Jan 2019 01:04:01 -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 60319 invoked by uid 89); 11 Jan 2019 01:04:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_ASCII_DIVIDERS, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=Processing, 2018-09, 201809, IIUC X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 11 Jan 2019 01:03:58 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-MBX-04.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1ghlEp-00060G-7N from Julian_Brown@mentor.com ; Thu, 10 Jan 2019 17:03:55 -0800 Received: from squid.athome (137.202.0.90) by SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Fri, 11 Jan 2019 01:03:51 +0000 Date: Fri, 11 Jan 2019 01:03:48 +0000 From: Julian Brown To: "gcc-patches@gcc.gnu.org" , Thomas Schwinge , Catherine Moore , "Jakub Jelinek" Subject: [PATCH] Better distinguish OpenACC and OpenMP sections in libgomp.texi Message-ID: <20190111010348.1be7738a@squid.athome> MIME-Version: 1.0 X-IsSubscribed: yes Hi, This patch looks like it should have been attached to the following email: https://gcc.gnu.org/ml/gcc-patches/2018-09/msg01173.html but it looks like the wrong patch (and ChangeLog!) were attached instead. For convenience, I'll copy Cesar's blurb (mildly corrected) from the previous message: "This patch updates the libgomp documentation to more clearly identify OpenMP-specific sections. Specifically, the sections "Runtime Library Routine" and "Environment Variables" are now prefixed by OpenMP, because those sections are not applicable to OpenACC." I've re-checked that the generated libgomp.pdf looks ok. OK? (Documentation, so should be OK for stage 4, IIUC.) Thanks, Julian ChangeLog 2019-xx-xx Thomas Schwinge James Norris * libgomp.texi: Better distinguish OpenACC and OpenMP "Runtime Library Routines", and "Environment Variables". diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 4991271..e2e384a 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -95,10 +95,12 @@ changed to GNU Offloading and Multi Processing Runtime Library. @comment @menu * Enabling OpenMP:: How to enable OpenMP for your applications. -* Runtime Library Routines:: The OpenMP runtime application programming +* OpenMP Runtime Library Routines: Runtime Library Routines. + The OpenMP runtime application programming interface. -* Environment Variables:: Influencing runtime behavior with environment - variables. +* OpenMP Environment Variables: Environment Variables. + Influencing OpenMP runtime behavior with + environment variables. * Enabling OpenACC:: How to enable OpenACC for your applications. * OpenACC Runtime Library Routines:: The OpenACC runtime application @@ -144,11 +146,11 @@ version 4.5. @c --------------------------------------------------------------------- -@c Runtime Library Routines +@c OpenMP Runtime Library Routines @c --------------------------------------------------------------------- @node Runtime Library Routines -@chapter Runtime Library Routines +@chapter OpenMP Runtime Library Routines The runtime routines described here are defined by Section 3 of the OpenMP specification in version 4.5. The routines are structured in following @@ -1327,11 +1329,11 @@ guaranteed not to change during the execution of the program. @c --------------------------------------------------------------------- -@c Environment Variables +@c OpenMP Environment Variables @c --------------------------------------------------------------------- @node Environment Variables -@chapter Environment Variables +@chapter OpenMP Environment Variables The environment variables which beginning with @env{OMP_} are defined by section 4 of the OpenMP specification in version 4.5, while those