aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-openrisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-openrisc.h')
-rw-r--r--gas/config/tc-openrisc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-openrisc.h b/gas/config/tc-openrisc.h
index faa2007..22d2be8 100644
--- a/gas/config/tc-openrisc.h
+++ b/gas/config/tc-openrisc.h
@@ -47,10 +47,10 @@ extern const char openrisc_comment_chars [];
/* 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
extern bfd_boolean openrisc_fix_adjustable (struct fix *);
#define tc_fix_adjustable(FIX) openrisc_fix_adjustable (FIX)