mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-22 21:58:43 +08:00
[PATCH] gas: Fix comment on definition of frag_grow()
* frags.c (frag_grow): Fix comment.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2020-05-28 Alex Coplan <alex.coplan@arm.com>
|
||||||
|
|
||||||
|
* frags.c (frag_grow): Fix comment.
|
||||||
|
|
||||||
2020-05-27 Stephen Casner <casner@acm.org>
|
2020-05-27 Stephen Casner <casner@acm.org>
|
||||||
|
|
||||||
PR gas/26001
|
PR gas/26001
|
||||||
|
@ -89,9 +89,9 @@ frag_alloc (struct obstack *ob)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Try to augment current frag by nchars chars.
|
/* Try to augment current frag by nchars chars.
|
||||||
If there is no room, close of the current frag with a ".fill 0"
|
If there is no room, close off the current frag with a ".fill 0"
|
||||||
and begin a new frag. Unless the new frag has nchars chars available
|
and begin a new frag. Then loop until the new frag has at least
|
||||||
do not return. Do not set up any fields of *now_frag. */
|
nchars chars available. Does not set up any fields in frag_now. */
|
||||||
|
|
||||||
void
|
void
|
||||||
frag_grow (size_t nchars)
|
frag_grow (size_t nchars)
|
||||||
|
Reference in New Issue
Block a user