aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-02-15 21:11:10 +0000
committerIan Lance Taylor <ian@airs.com>1995-02-15 21:11:10 +0000
commitefc538bab91989cc6947ae376b4d9746ba176d34 (patch)
tree7f0fe93ccedf6fa16fd4ebe41ed31b24b4e4bc8f /gas/config
parent49ad0c4cf33632b10b6f0f1c4ddf859052e96629 (diff)
downloadgdb-efc538bab91989cc6947ae376b4d9746ba176d34.zip
gdb-efc538bab91989cc6947ae376b4d9746ba176d34.tar.gz
gdb-efc538bab91989cc6947ae376b4d9746ba176d34.tar.bz2
Wed Feb 15 16:08:47 1995 Jason Molenda <crash@cygnus.com>
* config/tc-h8500.c (tc_coff_symbol_emit_hook): Add ignored parameter, to match prototype.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-h8500.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gas/config/tc-h8500.c b/gas/config/tc-h8500.c
index bf8bae0..2553a27 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;
{
}