diff options
Diffstat (limited to 'gas/config/tc-dlx.h')
-rw-r--r-- | gas/config/tc-dlx.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gas/config/tc-dlx.h b/gas/config/tc-dlx.h index aa3890b..8a78c77 100644 --- a/gas/config/tc-dlx.h +++ b/gas/config/tc-dlx.h @@ -1,5 +1,5 @@ /* tc-dlx.h -- Assemble for the DLX - Copyright 2002 Free Software Foundation, Inc. + Copyright 2002, 2003 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -74,11 +74,6 @@ extern int dlx_unrecognized_line PARAMS ((int)); visible symbols can be overridden. */ #define EXTERN_FORCE_RELOC 0 -/* We need to force out some relocations when relaxing. */ -#define TC_FORCE_RELOCATION(FIX) md_dlx_force_relocation (FIX) -struct fix; -extern int md_dlx_force_relocation PARAMS ((struct fix *)); - #define tc_fix_adjustable(FIX) md_dlx_fix_adjustable (FIX) extern bfd_boolean md_dlx_fix_adjustable PARAMS ((struct fix *)); |