mirror of git://gcc.gnu.org/git/gcc.git
MIPS: Stay within 79 columns in `mips_output_jump'
gcc/ * config/mips/mips.c (mips_output_jump): Fix formatting. From-SVN: r237267
This commit is contained in:
parent
9c35db0e0d
commit
386a87e4f1
|
|
@ -1,3 +1,7 @@
|
|||
2016-06-09 Maciej W. Rozycki <macro@imgtec.com>
|
||||
|
||||
* config/mips/mips.c (mips_output_jump): Fix formatting.
|
||||
|
||||
2016-06-09 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/71462
|
||||
|
|
|
|||
|
|
@ -13588,8 +13588,9 @@ mips_output_jump (rtx *operands, int target_opno, int size_opno, bool link_p)
|
|||
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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue