Fix compliation with gcc40: Move structure definition within headers.
[dragonfly.git] / gnu / usr.bin / binutils215 / as / tc.h.patch
1 $DragonFly: src/gnu/usr.bin/binutils215/as/Attic/tc.h.patch,v 1.1 2005/05/08 00:35:48 corecode Exp $
2 ===================================================================
3 RCS file: /space/cvs/dragonfly/src/contrib/binutils-2.15/gas/tc.h,v
4 retrieving revision 1.1
5 diff -u -r1.1 tc.h
6 --- tc.h        18 Dec 2004 20:21:20 -0000      1.1
7 +++ tc.h        6 May 2005 20:01:32 -0000
8 @@ -24,25 +24,6 @@
9  
10  extern const pseudo_typeS md_pseudo_table[];
11  
12 -/* JF moved this here from as.h under the theory that nobody except MACHINE.c
13 -   and write.c care about it anyway.  */
14 -
15 -struct relax_type
16 -{
17 -  /* Forward reach. Signed number. > 0.  */
18 -  long rlx_forward;
19 -  /* Backward reach. Signed number. < 0.  */
20 -  long rlx_backward;
21 -
22 -  /* Bytes length of this address.  */
23 -  unsigned char rlx_length;
24 -
25 -  /* Next longer relax-state.  0 means there is no 'next' relax-state.  */
26 -  relax_substateT rlx_more;
27 -};
28 -
29 -typedef struct relax_type relax_typeS;
30 -
31  extern const int md_reloc_size;        /* Size of a relocation record */
32  
33  char *md_atof (int what_statement_type, char *literalP, int *sizeP);