diff options
author | Doug Evans <dje@google.com> | 1997-11-05 18:56:26 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1997-11-05 18:56:26 +0000 |
commit | 269bbc74e0c220349e23484aa56998728bfa36c2 (patch) | |
tree | 3fde8bca6cdf99a6c09c9ccbccafc69afc2b64ab /gas/doc | |
parent | eb1ba26499c124f9f124a9e0bc7e91aeec65e8a0 (diff) | |
download | gdb-269bbc74e0c220349e23484aa56998728bfa36c2.zip gdb-269bbc74e0c220349e23484aa56998728bfa36c2.tar.gz gdb-269bbc74e0c220349e23484aa56998728bfa36c2.tar.bz2 |
(struct frag): Delete docs for fr_opcode_frag, fr_opcode_offset, fr_bsr.
Add docs for tc_frag_data.
Diffstat (limited to 'gas/doc')
-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 |