summaryrefslogtreecommitdiffstats
path: root/backends/arm_symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/arm_symbol.c')
-rw-r--r--backends/arm_symbol.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/arm_symbol.c b/backends/arm_symbol.c
index 3edda724..c8e1d7f9 100644
--- a/backends/arm_symbol.c
+++ b/backends/arm_symbol.c
@@ -109,7 +109,8 @@ arm_machine_flag_check (GElf_Word flags)
/* Check for the simple reloc types. */
Elf_Type
-arm_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type)
+arm_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type,
+ int *addsub __attribute__ ((unused)))
{
switch (type)
{