diff options
Diffstat (limited to 'gas/config/tc-ip2k.h')
-rw-r--r-- | gas/config/tc-ip2k.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/config/tc-ip2k.h b/gas/config/tc-ip2k.h index 3ce0f5b..25f04cd 100644 --- a/gas/config/tc-ip2k.h +++ b/gas/config/tc-ip2k.h @@ -1,5 +1,5 @@ /* tc-ip2k.h -- Header file for tc-ip2k.c. - Copyright (C) 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 2000, 2002, 2005 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -59,12 +59,12 @@ #define EXTERN_FORCE_RELOC 0 #define TC_FORCE_RELOCATION(FIX) ip2k_force_relocation (FIX) -extern int ip2k_force_relocation PARAMS ((struct fix *)); +extern int ip2k_force_relocation (struct fix *); #define tc_gen_reloc gas_cgen_tc_gen_reloc #define md_elf_section_flags ip2k_elf_section_flags -extern int ip2k_elf_section_flags PARAMS ((int, int, int)); +extern int ip2k_elf_section_flags (int, int, int); #define md_operand(x) gas_cgen_md_operand (x) -extern void gas_cgen_md_operand PARAMS ((expressionS *)); +extern void gas_cgen_md_operand (expressionS *); |