aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-fr30.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-fr30.h')
-rw-r--r--gas/config/tc-fr30.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-fr30.h b/gas/config/tc-fr30.h
index 799cc20..edbddf7 100644
--- a/gas/config/tc-fr30.h
+++ b/gas/config/tc-fr30.h
@@ -43,10 +43,10 @@
/* We don't need to handle .word strangely. */
#define WORKING_DOT_WORD
-/* Values passed to md_apply_fix3 don't include the symbol value. */
+/* Values passed to md_apply_fix don't include the symbol value. */
#define MD_APPLY_SYM_VALUE(FIX) 0
-#define md_apply_fix3 gas_cgen_md_apply_fix3
+#define md_apply_fix gas_cgen_md_apply_fix
#define tc_fix_adjustable(FIX) fr30_fix_adjustable (FIX)
struct fix;