diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-09-12 20:57:14 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-09-12 20:57:14 +0000 |
commit | a01b9fa4ba5e6f9ce35d7ff0a1dfd18f94da20b5 (patch) | |
tree | 522c23c55cd2509994652e7a47544ad9673155ff /gas/tc.h | |
parent | 3c06a63b37672469ce077f24d5eca2818d7c91b8 (diff) | |
download | gdb-a01b9fa4ba5e6f9ce35d7ff0a1dfd18f94da20b5.zip gdb-a01b9fa4ba5e6f9ce35d7ff0a1dfd18f94da20b5.tar.gz gdb-a01b9fa4ba5e6f9ce35d7ff0a1dfd18f94da20b5.tar.bz2 |
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.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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; }; |