summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/gas/tc.h
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2007-04-06 17:43:46 +0000
committerkan <kan@FreeBSD.org>2007-04-06 17:43:46 +0000
commitd4909d3f260573c6d441042b491b81be22487231 (patch)
tree750e00bdb20197faa8a5e07efe529d2672c27f72 /contrib/binutils/gas/tc.h
parent0e233ba6cc3619500089c501ca2c757cbccbff8a (diff)
parent415b6dd3be7d3fd3a48d8bc05b2e370b694e3626 (diff)
downloadFreeBSD-src-d4909d3f260573c6d441042b491b81be22487231.zip
FreeBSD-src-d4909d3f260573c6d441042b491b81be22487231.tar.gz
This commit was generated by cvs2svn to compensate for changes in r168433,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/binutils/gas/tc.h')
-rw-r--r--contrib/binutils/gas/tc.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/binutils/gas/tc.h b/contrib/binutils/gas/tc.h
index f4a2826..5d7b44d 100644
--- a/contrib/binutils/gas/tc.h
+++ b/contrib/binutils/gas/tc.h
@@ -24,25 +24,6 @@
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. */
-
-struct relax_type
-{
- /* Forward reach. Signed number. > 0. */
- long rlx_forward;
- /* Backward reach. Signed number. < 0. */
- long rlx_backward;
-
- /* Bytes length of this address. */
- unsigned char rlx_length;
-
- /* Next longer relax-state. 0 means there is no 'next' relax-state. */
- relax_substateT rlx_more;
-};
-
-typedef struct relax_type relax_typeS;
-
extern const int md_reloc_size; /* Size of a relocation record */
char *md_atof (int what_statement_type, char *literalP, int *sizeP);
OpenPOWER on IntegriCloud