Remove semicolon after ASM_OUTPUT_ASCII
authorTom de Vries <tom@codesourcery.com>
Sun, 12 Nov 2017 16:07:19 +0000 (16:07 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Sun, 12 Nov 2017 16:07:19 +0000 (16:07 +0000)
2017-11-12  Tom de Vries  <tom@codesourcery.com>

* config/elfos.h (ASM_OUTPUT_ASCII): Remove semicolon after macro body.

From-SVN: r254665

gcc/ChangeLog
gcc/config/elfos.h

index 30cbb29cdfa6e35ebfef5bbde03877baa4aaf3e1..2e46869a765a1eeb1c4895394ede5fba23dbc479 100644 (file)
@@ -1,3 +1,7 @@
+2017-11-12  Tom de Vries  <tom@codesourcery.com>
+
+       * config/elfos.h (ASM_OUTPUT_ASCII): Remove semicolon after macro body.
+
 2017-11-12  Tom de Vries  <tom@codesourcery.com>
 
        * config/cr16/cr16.h (ASM_OUTPUT_LABELREF): Remove semicolon after macro
index 0f79de7f8829063fb8ff3c8d85391e62e9b806f1..8149c8152623d4ddbe69d40471c5a8b0a69dcb7f 100644 (file)
@@ -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.  */