From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 21A82385BF9E; Wed, 8 Sep 2021 11:20:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 21A82385BF9E Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/marxin/heads/casm-state-v2)] Fix a formatting issue. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/users/marxin/heads/casm-state-v2 X-Git-Oldrev: 56e03f34b24c5b4362d5363e27179a548dcc2712 X-Git-Newrev: a4e22ef8a32a20dca19716bc9f73b96d48fe1f9e Message-Id: <20210908112009.21A82385BF9E@sourceware.org> Date: Wed, 8 Sep 2021 11:20:09 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2021 11:20:09 -0000 https://gcc.gnu.org/g:a4e22ef8a32a20dca19716bc9f73b96d48fe1f9e commit a4e22ef8a32a20dca19716bc9f73b96d48fe1f9e Author: Martin Liska Date: Wed Sep 8 11:29:51 2021 +0200 Fix a formatting issue. Diff: --- gcc/varasm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/varasm.c b/gcc/varasm.c index 5271b5adf8a..2776603c069 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -6592,8 +6592,8 @@ init_varasm_once (void) SBSS_SECTION_ASM_OP); #endif - casm->sections.tls_comm= get_noswitch_section (SECTION_WRITE | SECTION_BSS - | SECTION_COMMON, emit_tls_common); + casm->sections.tls_comm = get_noswitch_section (SECTION_WRITE | SECTION_BSS + | SECTION_COMMON, emit_tls_common); casm->sections.lcomm = get_noswitch_section (SECTION_WRITE | SECTION_BSS | SECTION_COMMON, emit_local); casm->sections.comm = get_noswitch_section (SECTION_WRITE | SECTION_BSS