microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase buffer size.

* config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
	buffer size.

From-SVN: r244877
This commit is contained in:
Jeff Law 2017-01-24 08:49:32 -07:00 committed by Jeff Law
parent 3fbbfbc9b5
commit 82b239054d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-01-24 Jeff Law <law@redhat.com>
* config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
buffer size.
2017-01-24 Bin Cheng <bin.cheng@arm.com>
PR tree-optimization/79159

View File

@ -757,7 +757,7 @@ do { \
an assembler-name for a local static variable named NAME.
LABELNO is an integer which is different for each call. */
#define ASM_FORMAT_PRIVATE_NAME(OUTPUT, NAME, LABELNO) \
( (OUTPUT) = (char *) alloca (strlen ((NAME)) + 10), \
( (OUTPUT) = (char *) alloca (strlen ((NAME)) + 13), \
sprintf ((OUTPUT), "%s.%lu", (NAME), (unsigned long)(LABELNO)))
/* How to start an assembler comment.