mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Remove redundant definition.
This commit is contained in:
parent
131b098398
commit
2d9069a43f
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user