summaryrefslogtreecommitdiff
path: root/gas/cgen.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/cgen.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/cgen.h')
-rw-r--r--gas/cgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/cgen.h b/gas/cgen.h
index 6f10da300ea..94ff670a1b4 100644
--- a/gas/cgen.h
+++ b/gas/cgen.h
@@ -80,7 +80,7 @@ extern fixS * gas_cgen_record_fixup_exp PARAMS ((fragS *, int, const CGEN_INSN *
expressionS *));
/* md_apply_fix3 handler */
-extern int gas_cgen_md_apply_fix3 PARAMS ((fixS *, valueT *, segT));
+extern void gas_cgen_md_apply_fix3 PARAMS ((fixS *, valueT *, segT));
/* tc_gen_reloc handler */
extern arelent *gas_cgen_tc_gen_reloc PARAMS ((asection *, fixS *));