* config/rs6000/rs6000.c (machopic_output_stub): Increase
alloca argument to be big enough.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98348
138bc75d-0d04-0410-961f-
82ee72b054a4
+2005-04-18 Christopher Jaillet <christophe.jaillet@wanadoo.fr>
+
+ * config/rs6000/rs6000.c (machopic_output_stub): Increase
+ alloca argument to be big enough.
+
2005-04-18 Alexandre Oliva <aoliva@redhat.com>
PR middle-end/21049
fprintf (file, "\t.indirect_symbol %s\n", symbol_name);
label++;
- local_label_0 = alloca (sizeof ("\"L0000000000$spb\""));
+ local_label_0 = alloca (sizeof ("\"L00000000000$spb\""));
sprintf (local_label_0, "\"L%011d$spb\"", label);
fprintf (file, "\tmflr r0\n");