From patchwork Sun Nov 12 16:32:13 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom de Vries X-Patchwork-Id: 837214 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-466602-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="XzxxiqMR"; 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 3yZfSg1nHMz9sNx for ; Mon, 13 Nov 2017 03:32:34 +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:to:cc :from:subject:message-id:date:mime-version:content-type; q=dns; s=default; b=PhGfoO16q65Xlo/UUYSn8fi2ZZfbN8G73K8MrAhHUYpjCJ10Ka WqimmgUx5MiLhBTAHhs7ETBoMxVLdzz6L0WkzrHc+WPUrk/cy2osQoOAfNsTPHV5 AqqVuzQTpdJtsdHgkQ5lrL0Ne6vuk0D2cBx1IHseVh94RmFC8AlIlyeVY= 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:to:cc :from:subject:message-id:date:mime-version:content-type; s= default; bh=D7kGBDlHNwLh4+Edz2ReADwTvu0=; b=XzxxiqMRUUesc+j9Nsr8 P1XfnUoPviy56/+DNfRlnIUntP/yBMh/XbHA/J0tifV3emRVhWg1Y9NcCWxCICIC y/KFYC0TvamcQpJy6WrteB9rozSj8TwEqzCorsayJzP28SaXL3wQzrNtWFr+CqFR YjWw0997R+JS37cdGCW96+o= Received: (qmail 38090 invoked by alias); 12 Nov 2017 16:32:27 -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 36244 invoked by uid 89); 12 Nov 2017 16:32:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-22.3 required=5.0 tests=AWL, BAYES_50, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS, URIBL_RED autolearn=ham version=3.3.2 spammy=Vries, sk:asm_out, sk:tom@cod, sk:tomcod 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; Sun, 12 Nov 2017 16:32:25 +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 1eDvBF-0001AF-QW from Tom_deVries@mentor.com ; Sun, 12 Nov 2017 08:32:21 -0800 Received: from [172.30.72.87] (137.202.0.87) by SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Sun, 12 Nov 2017 16:32:18 +0000 To: GCC Patches CC: Segher Boessenkool , Andrew Jenner , From: Tom de Vries Subject: [cr16, powerpcspe, rs6000] Remove semicolon after ASM_OUTPUT_LABELREF macro body Message-ID: Date: Sun, 12 Nov 2017 17:32:13 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) Hi, this removes a semicolon after the ASM_OUTPUT_LABELREF macro body. Committed as obvious. Thanks, - Tom [cr16, powerpcspe, rs6000] Remove semicolon after ASM_OUTPUT_LABELREF macro body 2017-11-12 Tom de Vries * config/cr16/cr16.h (ASM_OUTPUT_LABELREF): Remove semicolon after macro body. * config/powerpcspe/xcoff.h (ASM_OUTPUT_LABELREF): Same. * config/rs6000/xcoff.h (ASM_OUTPUT_LABELREF): Same. * defaults.h (ASM_OUTPUT_LABELREF): Same. --- gcc/config/cr16/cr16.h | 2 +- gcc/config/powerpcspe/xcoff.h | 2 +- gcc/config/rs6000/xcoff.h | 2 +- gcc/defaults.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/config/cr16/cr16.h b/gcc/config/cr16/cr16.h index 29f5b85..b0ad34f 100644 --- a/gcc/config/cr16/cr16.h +++ b/gcc/config/cr16/cr16.h @@ -479,7 +479,7 @@ struct cumulative_args #undef ASM_OUTPUT_LABELREF #define ASM_OUTPUT_LABELREF(STREAM, NAME) \ - asm_fprintf (STREAM, "%U%s", (*targetm.strip_name_encoding) (NAME)); + asm_fprintf (STREAM, "%U%s", (*targetm.strip_name_encoding) (NAME)) #define ASM_OUTPUT_SYMBOL_REF(STREAM, SYMBOL) \ do \ diff --git a/gcc/config/powerpcspe/xcoff.h b/gcc/config/powerpcspe/xcoff.h index 36f40f4..1eeb75c 100644 --- a/gcc/config/powerpcspe/xcoff.h +++ b/gcc/config/powerpcspe/xcoff.h @@ -179,7 +179,7 @@ `assemble_name' uses this. */ #define ASM_OUTPUT_LABELREF(FILE,NAME) \ - asm_fprintf ((FILE), "%U%s", rs6000_xcoff_strip_dollar (NAME)); + asm_fprintf ((FILE), "%U%s", rs6000_xcoff_strip_dollar (NAME)) /* This is how to output an internal label prefix. rs6000.c uses this when generating traceback tables. */ diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h index 36f40f4..1eeb75c 100644 --- a/gcc/config/rs6000/xcoff.h +++ b/gcc/config/rs6000/xcoff.h @@ -179,7 +179,7 @@ `assemble_name' uses this. */ #define ASM_OUTPUT_LABELREF(FILE,NAME) \ - asm_fprintf ((FILE), "%U%s", rs6000_xcoff_strip_dollar (NAME)); + asm_fprintf ((FILE), "%U%s", rs6000_xcoff_strip_dollar (NAME)) /* This is how to output an internal label prefix. rs6000.c uses this when generating traceback tables. */ diff --git a/gcc/defaults.h b/gcc/defaults.h index 768c987..978ec98 100644 --- a/gcc/defaults.h +++ b/gcc/defaults.h @@ -170,7 +170,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see do { \ fputs (user_label_prefix, (FILE)); \ fputs ((NAME), (FILE)); \ - } while (0); + } while (0) #endif /* Allow target to print debug info labels specially. This is useful for