summaryrefslogtreecommitdiff
path: root/gas/config/tc-mips.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-11-15 21:29:00 +0000
committerNick Clifton <nickc@redhat.com>2001-11-15 21:29:00 +0000
commit94f592af1baedbbe3957436c713fd58c02d55ef9 (patch)
treee0e9b543686a52f86aa0ab7d287cf60541e69b49 /gas/config/tc-mips.h
parentad10f812bfdac2cc9e42875246c8fe0ae5224440 (diff)
downloadbinutils-gdb-94f592af1baedbbe3957436c713fd58c02d55ef9.tar.gz
Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.
Diffstat (limited to 'gas/config/tc-mips.h')
-rw-r--r--gas/config/tc-mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mips.h b/gas/config/tc-mips.h
index 1358cc87b0a..1395b25dca1 100644
--- a/gas/config/tc-mips.h
+++ b/gas/config/tc-mips.h
@@ -111,7 +111,7 @@ 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_fix sets fx_done correctly. */
+/* md_apply_fix3 sets fx_done correctly. */
#define TC_HANDLE_FX_DONE 1
/* Register mask variables. These are set by the MIPS assembly code