From a01b9fa4ba5e6f9ce35d7ff0a1dfd18f94da20b5 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 12 Sep 2000 20:57:14 +0000 Subject: 2000-09-12 Kazu Hirata * 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. --- gas/tc.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gas/tc.h') diff --git a/gas/tc.h b/gas/tc.h index 4e4046c..07817be 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; }; -- cgit v1.1