X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fmacro.c;h=de6b4172ec292316acf2c5dff8ef8811649e4a94;hb=ebe2334ee6cb065d2a86688bc9558d62320dd459;hp=b79d92214939c94bdf5633c86c77a7eba9a1ca9e;hpb=af60449c260235478f9b1f9db39a587fe4c75290;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/macro.c b/gas/macro.c index b79d922149..de6b4172ec 100644 --- a/gas/macro.c +++ b/gas/macro.c @@ -1,5 +1,5 @@ /* macro.c - macro support for gas - Copyright (C) 1994-2019 Free Software Foundation, Inc. + Copyright (C) 1994-2020 Free Software Foundation, Inc. Written by Steve and Judy Chamberlain of Cygnus Support, sac@cygnus.com @@ -374,7 +374,7 @@ get_any_string (size_t idx, sb *in, sb *out) else if (in->ptr[idx] == '%' && macro_alternate) { offsetT val; - char buf[20]; + char buf[64]; /* Turns the next expression into a string. */ /* xgettext: no-c-format */