Commit b2029ad6 by Jeff Law Committed by Jeff Law

pa.c (pa_asm_output_mi_thunk): Increase buffer size.

	* config/pa/pa.c (pa_asm_output_mi_thunk): Increase buffer
	size.

From-SVN: r241561
parent 451c15c2
2016-10-26 Jeff Law <law@redhat.com>
* config/pa/pa.c (pa_asm_output_mi_thunk): Increase buffer
size.
* config/h8300/h8300.c (h8300_print_operand): Adjust FALLTHRU
comment to silence warning.
......
......@@ -8345,7 +8345,7 @@ pa_asm_output_mi_thunk (FILE *file, tree thunk_fndecl, HOST_WIDE_INT delta,
static unsigned int current_thunk_number;
int val_14 = VAL_14_BITS_P (delta);
unsigned int old_last_address = last_address, nbytes = 0;
char label[16];
char label[17];
rtx xoperands[4];
xoperands[0] = XEXP (DECL_RTL (function), 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment