From 269bbc74e0c220349e23484aa56998728bfa36c2 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 5 Nov 1997 18:56:26 +0000 Subject: (struct frag): Delete docs for fr_opcode_frag, fr_opcode_offset, fr_bsr. Add docs for tc_frag_data. --- gas/doc/internals.texi | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'gas') 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 -- cgit v1.1