X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-openrisc.h;h=b822800efdef3e5e49aa099ebbfa663b58932260;hb=b256d4fdd25ed91f9d5edcdd23d3558b4cbca71b;hp=24db9ab912c675120f68c0dddd78310661a15430;hpb=b34976b65aea8f33690229600bbf4527ec3118e1;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-openrisc.h b/gas/config/tc-openrisc.h index 24db9ab912..b822800efd 100644 --- a/gas/config/tc-openrisc.h +++ b/gas/config/tc-openrisc.h @@ -1,5 +1,5 @@ /* tc-openrisc.h -- Header file for tc-openrisc.c. - Copyright 2001, 2002 Free Software Foundation, Inc. + Copyright 2001, 2002, 2003 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -55,10 +55,6 @@ extern const char openrisc_comment_chars []; extern bfd_boolean openrisc_fix_adjustable PARAMS ((struct fix *)); #define tc_fix_adjustable(FIX) openrisc_fix_adjustable (FIX) -/* When relaxing, we need to emit various relocs we otherwise wouldn't. */ -extern int openrisc_force_relocation PARAMS ((struct fix *)); -#define TC_FORCE_RELOCATION(fix) openrisc_force_relocation (fix) - #define tc_gen_reloc gas_cgen_tc_gen_reloc /* Call md_pcrel_from_section(), not md_pcrel_from(). */