diff options
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/internals.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi index a42bc0f..5f203ca 100644 --- a/gas/doc/internals.texi +++ b/gas/doc/internals.texi @@ -1166,9 +1166,10 @@ relocations. @item md_relax_frag @cindex md_relax_frag -This macro may be defined to relax a frag. GAS will call this with the frag -and the change in size of all previous frags; @code{md_relax_frag} should -return the change in size of the frag. @xref{Relaxation}. +This macro may be defined to relax a frag. GAS will call this with the +segment, the frag, and the change in size of all previous frags; +@code{md_relax_frag} should return the change in size of the frag. +@xref{Relaxation}. @item TC_GENERIC_RELAX_TABLE @cindex TC_GENERIC_RELAX_TABLE |