diff options
-rw-r--r-- | gas/doc/internals.texi | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi index 04948ab..0c2bb31 100644 --- a/gas/doc/internals.texi +++ b/gas/doc/internals.texi @@ -469,12 +469,9 @@ This normally indicates the symbol to use when relaxing the frag according to @item fr_opcode Points to the lowest-addressed byte of the opcode, for use in relaxation. -@item fr_opcode_frag -@itemx fr_opcode_offset -@itemx fr_bsr -These fields are only used in the NS32k configuration. But since @code{struct -frag} is defined before the CPU-specific header files are included, they must -unconditionally be defined. +@item tc_frag_data +Target specific fragment data of type TC_FRAG_TYPE. +Only present if @code{TC_FRAG_TYPE} is defined. @item fr_file @itemx fr_line |