summaryrefslogtreecommitdiff
path: root/gas/cgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/cgen.h')
-rw-r--r--gas/cgen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/cgen.h b/gas/cgen.h
index 76158d002a..acb9f48d45 100644
--- a/gas/cgen.h
+++ b/gas/cgen.h
@@ -80,8 +80,8 @@ extern fixS * gas_cgen_record_fixup_exp (fragS *, int, const CGEN_INSN *,
int, const CGEN_OPERAND *, int,
expressionS *);
-/* md_apply_fix3 handler */
-extern void gas_cgen_md_apply_fix3 (fixS *, valueT *, segT);
+/* md_apply_fix handler */
+extern void gas_cgen_md_apply_fix (fixS *, valueT *, segT);
/* tc_gen_reloc handler */
extern arelent *gas_cgen_tc_gen_reloc (asection *, fixS *);