From efc538bab91989cc6947ae376b4d9746ba176d34 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 15 Feb 1995 21:11:10 +0000 Subject: [PATCH] Wed Feb 15 16:08:47 1995 Jason Molenda * config/tc-h8500.c (tc_coff_symbol_emit_hook): Add ignored parameter, to match prototype. --- gas/ChangeLog | 5 +++++ gas/config/tc-h8500.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 7fa5e0d8b06..b106262571c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 15 16:08:47 1995 Jason Molenda + + * config/tc-h8500.c (tc_coff_symbol_emit_hook): Add ignored + parameter, to match prototype. + Wed Feb 15 15:07:00 1995 Michael Meissner * config/tc-ppc.c (md_pseudo_table): If ELF, go to ppc_elf_cons diff --git a/gas/config/tc-h8500.c b/gas/config/tc-h8500.c index bf8bae0a8dd..2553a2759e3 100644 --- a/gas/config/tc-h8500.c +++ b/gas/config/tc-h8500.c @@ -1537,8 +1537,10 @@ md_pcrel_from (fixP) return fixP->fx_size + fixP->fx_where + fixP->fx_frag->fr_address; } +/*ARGSUSED*/ void -tc_coff_symbol_emit_hook () +tc_coff_symbol_emit_hook (ignore) + symbolS *ignore; { } -- 2.30.2