aboutsummaryrefslogtreecommitdiff
path: root/contrib/binutils/gas/tc.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-05-28 05:21:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-05-28 05:21:37 +0000
commitc8c29a6bbe83cd3b5c7e11786413b99d2b59d401 (patch)
tree4ffc675d78432af1aa79c74cdcf1eac9c69e618d /contrib/binutils/gas/tc.h
parent6baccdc4da1363cedb35a4d7636501d0934cd965 (diff)
parentc9edceadd8a0c5acc1f58da35396d952bdaaf786 (diff)
downloadsrc-c8c29a6bbe83cd3b5c7e11786413b99d2b59d401.tar.gz
src-c8c29a6bbe83cd3b5c7e11786413b99d2b59d401.zip
This commit was generated by cvs2svn to compensate for changes in r77298,
which included commits to RCS files with non-trunk default branches.
Notes
Notes: svn path=/head/; revision=77299
Diffstat (limited to 'contrib/binutils/gas/tc.h')
-rw-r--r--contrib/binutils/gas/tc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/binutils/gas/tc.h b/contrib/binutils/gas/tc.h
index 4e4046ccc149..07817be12bff 100644
--- a/contrib/binutils/gas/tc.h
+++ b/contrib/binutils/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;
};