summaryrefslogtreecommitdiffstats
path: root/backends/m68k_symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/m68k_symbol.c')
-rw-r--r--backends/m68k_symbol.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/m68k_symbol.c b/backends/m68k_symbol.c
index 269d12e5..9551cdfe 100644
--- a/backends/m68k_symbol.c
+++ b/backends/m68k_symbol.c
@@ -54,7 +54,8 @@ m68k_gotpc_reloc_check (Elf *elf __attribute__ ((unused)), int type)
/* Check for the simple reloc types. */
Elf_Type
-m68k_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
+m68k_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type,
+ int *addsub __attribute__ ((unused)))
{
switch (type)
{