From 180b5580343dca1d8c70b060aaf3206f533e03d8 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Sun, 12 Nov 2017 16:07:19 +0000 Subject: [PATCH] Remove semicolon after ASM_OUTPUT_ASCII 2017-11-12 Tom de Vries * config/elfos.h (ASM_OUTPUT_ASCII): Remove semicolon after macro body. From-SVN: r254665 --- gcc/ChangeLog | 4 ++++ gcc/config/elfos.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 30cbb29cdfa..2e46869a765 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-11-12 Tom de Vries + + * config/elfos.h (ASM_OUTPUT_ASCII): Remove semicolon after macro body. + 2017-11-12 Tom de Vries * config/cr16/cr16.h (ASM_OUTPUT_LABELREF): Remove semicolon after macro diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h index 0f79de7f882..8149c815262 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. */ -- 2.30.2