diff mbox series

[committed] Remove semicolon after ASM_OUTPUT_ASCII

Message ID 19bddf73-521f-1a82-c0d9-789c9dcd4bc0@mentor.com
State New
Headers show
Series [committed] Remove semicolon after ASM_OUTPUT_ASCII | expand

Commit Message

Tom de Vries Nov. 12, 2017, 4:33 p.m. UTC
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
diff mbox series

Patch

Remove semicolon after ASM_OUTPUT_ASCII

2017-11-12  Tom de Vries  <tom@codesourcery.com>

	* 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.  */