summaryrefslogtreecommitdiff
path: root/gas/tc.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-09-12 20:57:14 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-09-12 20:57:14 +0000
commit507e248e449c8c8c32c0621d432a6bef87ba8d8c (patch)
treec66c3e308707ba0bc9a7170bfff339c454dce266 /gas/tc.h
parentf3e36a59b2c4c86bc73fc64d0084fdc2d9eba62b (diff)
downloadbinutils-redhat-507e248e449c8c8c32c0621d432a6bef87ba8d8c.tar.gz
2000-09-12 Kazu Hirata <kazu@hxi.com>
* as.h: Fix formatting. * asintl.h: Likewise. * bit_fix.h: Likewise. * dwarf2dbg.h: Likewise. * expr.h: Likewise. * flonum.h: Likewise. * frags.h: Likewise. * itbl-ops.h: Likewise. * macro.h: Likewise. * read.h: Likewise. * sb.h: Likewise. * struc-symbol.h: Likewise. * subsegs.h: Likewise. * symbols.h: Likewise. * tc.h: Likewise. * write.h: Likewise.
Diffstat (limited to 'gas/tc.h')
-rw-r--r--gas/tc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gas/tc.h b/gas/tc.h
index 4e4046ccc1..07817be12b 100644
--- a/gas/tc.h
+++ b/gas/tc.h
@@ -24,19 +24,19 @@
extern const pseudo_typeS md_pseudo_table[];
/* JF moved this here from as.h under the theory that nobody except MACHINE.c
- and write.c care about it anyway. */
+ and write.c care about it anyway. */
struct relax_type
{
- /* Forward reach. Signed number. > 0. */
+ /* Forward reach. Signed number. > 0. */
long rlx_forward;
- /* Backward reach. Signed number. < 0. */
+ /* Backward reach. Signed number. < 0. */
long rlx_backward;
- /* Bytes length of this address. */
+ /* Bytes length of this address. */
unsigned char rlx_length;
- /* Next longer relax-state. 0 means there is no 'next' relax-state. */
+ /* Next longer relax-state. 0 means there is no 'next' relax-state. */
relax_substateT rlx_more;
};