From patchwork Thu Jul 11 18:47:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Segher Boessenkool X-Patchwork-Id: 1130974 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-504947-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="LDcB+wVk"; 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 45l4nD1Dl4z9s7T for ; Fri, 12 Jul 2019 04:47:58 +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:from :to:cc:subject:date:message-id; q=dns; s=default; b=TWCyFFiY1Ee7 889p0n19svA9bBiZw4OW/XukgBxJCrolGSqbL8/79CjgjzXqilTm6WSpqG4kIx4W B/uUNnfIl9sspzXidQJ4ROz8/dP3dKpim08XJ8YUStsDiuFMAgN2CcCF5txn50N9 stew5I7DflQqvDNJ0533ggeBVnkTGZ4= 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:from :to:cc:subject:date:message-id; s=default; bh=Sg6bJQcupZ7dQwSiw7 7zD/KfHog=; b=LDcB+wVkpC4VHX9xHjuj1Ok/6bX7lETqGoF2onUz1YMRkqNbap gHf59ugCRWx6qp43QEylNrW4N9UkS5YfRCNxfdZglXLomZ6oWELOURrTjhrvWTLB NsihA9U7oNmEanlCOiOmnaqzeiFg7CfHM1Kq/VG0NBL14VK+IrHDxYWs8= Received: (qmail 37704 invoked by alias); 11 Jul 2019 18:47:50 -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 37695 invoked by uid 89); 11 Jul 2019 18:47:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.1 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3 autolearn=ham version=3.3.1 spammy=preceding X-HELO: gcc1-power7.osuosl.org Received: from gcc1-power7.osuosl.org (HELO gcc1-power7.osuosl.org) (140.211.15.137) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 11 Jul 2019 18:47:40 +0000 Received: by gcc1-power7.osuosl.org (Postfix, from userid 10019) id BC93812407F4; Thu, 11 Jul 2019 18:47:37 +0000 (UTC) From: Segher Boessenkool To: gcc-patches@gcc.gnu.org Cc: dje.gcc@gmail.com, Segher Boessenkool Subject: [PATCH] rs6000: Adjust comment for the Modula-2 traceback lang Date: Thu, 11 Jul 2019 18:47:36 +0000 Message-Id: <1f7635acbe4f9aeef7b3a0969313eeb434a83089.1562870706.git.segher@kernel.crashing.org> X-IsSubscribed: yes I missed the big preceding comment. It has all other values, so let's put this one there, as well. 2019-07-11 Segher Boessenkool * config/rs6000/rs6000-logue.c: Add Modula-2 to comment. --- gcc/config/rs6000/rs6000-logue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/rs6000/rs6000-logue.c b/gcc/config/rs6000/rs6000-logue.c index 8e8cf05..868a865 100644 --- a/gcc/config/rs6000/rs6000-logue.c +++ b/gcc/config/rs6000/rs6000-logue.c @@ -5272,7 +5272,7 @@ rs6000_output_function_epilogue (FILE *file) /* Language type. Unfortunately, there does not seem to be any official way to discover the language being compiled, so we use language_string. - C is 0. Fortran is 1. Ada is 3. C++ is 9. + C is 0. Fortran is 1. Ada is 3. Modula-2 is 8. C++ is 9. Java is 13. Objective-C is 14. Objective-C++ isn't assigned a number, so for now use 9. LTO, Go, D, and JIT aren't assigned numbers either, so for now use 0. */