public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] MIPS: Stay within 79 columns in `mips_output_jump'
@ 2016-06-09 14:48 Maciej W. Rozycki
  0 siblings, 0 replies; only message in thread
From: Maciej W. Rozycki @ 2016-06-09 14:48 UTC (permalink / raw)
  To: gcc-patches

Hi,

 I have applied this change, as obvious.

	gcc/
	* config/mips/mips.c (mips_output_jump): Fix formatting.

  Maciej

gcc-mips-output-jump-format.diff
Index: gcc/config/mips/mips.c
===================================================================
--- gcc/config/mips/mips.c	(revision 237266)
+++ gcc/config/mips/mips.c	(working copy)
@@ -13588,8 +13588,9 @@ mips_output_jump (rtx *operands, int tar
       else
 	s += sprintf (s, "%%*");
 
-      s += sprintf (s, "%s%s%s%s%s\t%%%d%s", insn_name, and_link, reg, compact, short_delay,
-					    target_opno, nop);
+      s += sprintf (s, "%s%s%s%s%s\t%%%d%s",
+		    insn_name, and_link, reg, compact, short_delay,
+		    target_opno, nop);
 
       if (!reg_p && TARGET_ABICALLS_PIC2)
 	s += sprintf (s, "\n\t.option\tpic2");

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-09 14:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-09 14:48 [committed] MIPS: Stay within 79 columns in `mips_output_jump' Maciej W. Rozycki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).