diff options
Diffstat (limited to 'palm/prc-tools/files/gcc42-patch-binutils-2.14_gas_as.h')
-rw-r--r-- | palm/prc-tools/files/gcc42-patch-binutils-2.14_gas_as.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/palm/prc-tools/files/gcc42-patch-binutils-2.14_gas_as.h b/palm/prc-tools/files/gcc42-patch-binutils-2.14_gas_as.h deleted file mode 100644 index e098a7dc3cba..000000000000 --- a/palm/prc-tools/files/gcc42-patch-binutils-2.14_gas_as.h +++ /dev/null @@ -1,23 +0,0 @@ ---- binutils-2.14/gas/as.h.ORIG 2007-10-17 11:36:16.000000000 -0400 -+++ binutils-2.14/gas/as.h 2007-10-17 11:44:10.000000000 -0400 -@@ -595,7 +595,19 @@ - struct expressionS; - struct fix; - typedef struct symbol symbolS; --struct relax_type; -+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 frag fragS; - - #ifdef BFD_ASSEMBLER |