X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Ffrags.c;h=c926ec3ba1ea5a92ca9966306c889ee27d95ea80;hb=4d91c2a4677b90802c8d369190927921bf8ee97d;hp=f35cc80a386ed0dd6e04af32e9ba7cb520ecb437;hpb=618265039f697eab9e72bb58b95fc2d32925df58;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/frags.c b/gas/frags.c index f35cc80a38..c926ec3ba1 100644 --- a/gas/frags.c +++ b/gas/frags.c @@ -1,5 +1,5 @@ /* frags.c - manage frags - - Copyright (C) 1987-2019 Free Software Foundation, Inc. + Copyright (C) 1987-2020 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -89,9 +89,9 @@ frag_alloc (struct obstack *ob) } /* Try to augment current frag by nchars chars. - If there is no room, close of the current frag with a ".fill 0" - and begin a new frag. Unless the new frag has nchars chars available - do not return. Do not set up any fields of *now_frag. */ + If there is no room, close off the current frag with a ".fill 0" + and begin a new frag. Then loop until the new frag has at least + nchars chars available. Does not set up any fields in frag_now. */ void frag_grow (size_t nchars)