pa.c (pa_asm_output_mi_thunk): Increase buffer size.
authorJeff Law <law@redhat.com>
Wed, 26 Oct 2016 15:25:27 +0000 (09:25 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 26 Oct 2016 15:25:27 +0000 (09:25 -0600)
* config/pa/pa.c (pa_asm_output_mi_thunk): Increase buffer
size.

From-SVN: r241561

gcc/ChangeLog
gcc/config/pa/pa.c

index c9b72bc16df02a7659c8fbccd7039933b13eb141..7d869b1f259eb94969ccc69fe1f74bb5156f94e1 100644 (file)
@@ -1,5 +1,8 @@
 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.
 
index e04abd43cd02c052da5bcec38fb88fc204f6d955..c8ce083858fc2e1aaff708b7988149d17985a631 100644 (file)
@@ -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);