From patchwork Sun Nov 12 16:33:59 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: 837215 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-466603-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="ToOkVqMt"; 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 3yZfVb06z4z9sNx for ; Mon, 13 Nov 2017 03:34:14 +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 :from:subject:message-id:date:mime-version:content-type; q=dns; s=default; b=iKPon6Jp3JPBSHWAbDgVqHt3bYEosNc3xCQ/auLJ4UXAJNTr25 oBCbJSn1mx91hCp9WkQH8R7bXYWHuAYzyYWniBH6Qq7nQspRKjMkMzdXy7vEgSqv Zj2nImMzPOcl2knBPBKIx7KWtCZQXVlw/3Ec8mNPTgCjGTMNaBpSaqk6E= 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 :from:subject:message-id:date:mime-version:content-type; s= default; bh=rgxTs1Nwp5/Z+AG2GKR+mSXckiA=; b=ToOkVqMttEd398bxLmr5 4phyDgNsbLMiemjJBeja7NNQ1Qds4xXKNfPFp+f/+81kLpobxNW868KbfFnTe+HU yCOwVkTHjEruAg8KaUVZMSJRC5/to8MB2KNQAI00vtIX3YD+EoyD6V0MgeThhDh2 mG04O6z3WfZWbE+xsEjvxoY= Received: (qmail 71804 invoked by alias); 12 Nov 2017 16:34:06 -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 71252 invoked by uid 89); 12 Nov 2017 16:34:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.7 required=5.0 tests=AWL, BAYES_00, 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=elfos.h, elfosh, UD:elfos.h 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:34:05 +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 1eDvCt-0001Eo-SO from Tom_deVries@mentor.com for gcc-patches@gcc.gnu.org; Sun, 12 Nov 2017 08:34:03 -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:34:00 +0000 To: GCC Patches From: Tom de Vries Subject: [committed] Remove semicolon after ASM_OUTPUT_ASCII Message-ID: <19bddf73-521f-1a82-c0d9-789c9dcd4bc0@mentor.com> Date: Sun, 12 Nov 2017 17:33:59 +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 patch removes a semicolon after the ASM_OUTPUT_ASCII macro body in elfos.h. Build for x86_64. Committed as obvious. Thanks, - Tom Remove semicolon after ASM_OUTPUT_ASCII 2017-11-12 Tom de Vries * config/elfos.h (ASM_OUTPUT_ASCII): Remove semicolon after macro body. --- gcc/config/elfos.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h index 0f79de7..8149c81 100644 --- a/gcc/config/elfos.h +++ b/gcc/config/elfos.h @@ -444,7 +444,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #undef ASM_OUTPUT_ASCII #define ASM_OUTPUT_ASCII(FILE, STR, LENGTH) \ - default_elf_asm_output_ascii ((FILE), (STR), (LENGTH)); + default_elf_asm_output_ascii ((FILE), (STR), (LENGTH)) /* Allow the use of the -frecord-gcc-switches switch via the elf_record_gcc_switches function defined in varasm.c. */