From 0a7e98a336d513ff58cadd2770386a280899b149 Mon Sep 17 00:00:00 2001 From: nickc Date: Tue, 18 Dec 2001 14:35:34 +0000 Subject: [PATCH] Remove redundant definition. --- gas/ChangeLog | 5 +++++ gas/config/tc-mips.h | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 9649d2d4c2..ccb4f8c205 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-12-18 Nick Clifton + + * config/tc-mips.h (TC_HANDLE_FX_DONE): Remove redundant + definition. + 2001-12-18 Niibe Yutaka * configure.in (assign object format): Bug fix for setting diff --git a/gas/config/tc-mips.h b/gas/config/tc-mips.h index ae02452345..c602234760 100644 --- a/gas/config/tc-mips.h +++ b/gas/config/tc-mips.h @@ -111,9 +111,6 @@ extern int mips_fix_adjustable PARAMS ((struct fix *)); #define TC_FORCE_RELOCATION(fixp) mips_force_relocation (fixp) extern int mips_force_relocation PARAMS ((struct fix *)); -/* md_apply_fix3 sets fx_done correctly. */ -#define TC_HANDLE_FX_DONE 1 - /* Register mask variables. These are set by the MIPS assembly code and used by ECOFF and possibly other object file formats. */ extern unsigned long mips_gprmask; -- 2.11.0