X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2Ftc.h;h=c8cb13c3925e30a38e67fdc8f49f816c48b2a0e8;hb=364b6d8b23fffbc773c2bda23348d73e8de86e84;hp=4e4046ccc149531b762d2db6675b6369bd9a2ebb;hpb=dc9e099fc0eced486ae2b49455c9da113c11f4ff;p=binutils-gdb.git diff --git a/gas/tc.h b/gas/tc.h index 4e4046ccc14..c8cb13c3925 100644 --- a/gas/tc.h +++ b/gas/tc.h @@ -1,6 +1,7 @@ /* tc.h - target cpu dependent - Copyright (C) 1987, 1990, 1991, 1992 Free Software Foundation, Inc. + Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 2000 + Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -24,19 +25,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; }; @@ -70,11 +71,9 @@ void md_number_to_chars PARAMS ((char *buf, valueT val, int n)); void md_operand PARAMS ((expressionS * expressionP)); #endif -#ifdef MD_APPLY_FIX3 -int md_apply_fix3 PARAMS ((fixS * fixP, valueT *val, segT seg)); -#endif +void md_apply_fix3 PARAMS ((fixS *, valueT *, segT)); + #ifdef BFD_ASSEMBLER -int md_apply_fix PARAMS ((fixS * fixP, valueT *val)); #ifndef md_convert_frag void md_convert_frag PARAMS ((bfd * headers, segT sec, fragS * fragP)); #endif @@ -87,7 +86,6 @@ extern arelent *tc_gen_reloc PARAMS ((asection *, fixS *)); extern arelent **tc_gen_reloc PARAMS ((asection *, fixS *)); #endif #else /* not BFD_ASSEMBLER */ -void md_apply_fix PARAMS ((fixS * fixP, long val)); #ifndef md_convert_frag void md_convert_frag PARAMS ((object_headers * headers, segT, fragS * fragP)); #endif