aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-12-18 14:35:34 +0000
committerNick Clifton <nickc@redhat.com>2001-12-18 14:35:34 +0000
commit2d9069a43fe6b145ad27321463a79b721ba6460d (patch)
treef7a87bd90e0f5eabba66812b8d34bcf941fb775a /gas
parent131b098398134e6022d9f627fee29468f51a4396 (diff)
downloadgdb-2d9069a43fe6b145ad27321463a79b721ba6460d.zip
gdb-2d9069a43fe6b145ad27321463a79b721ba6460d.tar.gz
gdb-2d9069a43fe6b145ad27321463a79b721ba6460d.tar.bz2
Remove redundant definition.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/tc-mips.h3
2 files changed, 5 insertions, 3 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 9649d2d..ccb4f8c 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-18 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * config/tc-mips.h (TC_HANDLE_FX_DONE): Remove redundant
+ definition.
+
2001-12-18 Niibe Yutaka <gniibe@m17n.org>
* configure.in (assign object format): Bug fix for setting
diff --git a/gas/config/tc-mips.h b/gas/config/tc-mips.h
index ae02452..c602234 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;