Commit: XStormy16: Remove spurious backslash

Nick Clifton nickc@redhat.com
Mon Mar 18 10:43:00 GMT 2013


Hi Guys,

  I am applying this small patch to remove a spurious backslash escape
  at the end of a line in stormy16.c.

Cheers
  Nick

gcc/ChangeLog
2013-03-18  Nick Clifton  <nickc@redhat.com>

	* config/stormy16/stormy16.c (xstormy16_expand_prologue): Remove
	spurious backslash.

Index: gcc/config/stormy16/stormy16.c
===================================================================
--- gcc/config/stormy16/stormy16.c	(revision 196767)
+++ gcc/config/stormy16/stormy16.c	(working copy)
@@ -1082,7 +1082,7 @@
 					     gen_rtx_MEM (Pmode, stack_pointer_rtx),
 					     reg);
 	XVECEXP (dwarf, 0, 1) = gen_rtx_SET (Pmode, stack_pointer_rtx,
-					     plus_constant (Pmode, \
+					     plus_constant (Pmode,
 							    stack_pointer_rtx,
 							    GET_MODE_SIZE (Pmode)));
 	add_reg_note (insn, REG_FRAME_RELATED_EXPR, dwarf);



More information about the Gcc-patches mailing list