[gdb/testsuite] Emit unresolved for unknown proc
[deliverable/binutils-gdb.git] / gas / frags.c
index 12cbe6c671b77cfc06002d3d12e579a5a318eef6..c926ec3ba1ea5a92ca9966306c889ee27d95ea80 100644 (file)
@@ -89,9 +89,9 @@ frag_alloc (struct obstack *ob)
 }
 \f
 /* 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)
This page took 0.024157 seconds and 4 git commands to generate.