summaryrefslogtreecommitdiff
path: root/elfutils/libebl/arm_symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/libebl/arm_symbol.c')
-rw-r--r--elfutils/libebl/arm_symbol.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/elfutils/libebl/arm_symbol.c b/elfutils/libebl/arm_symbol.c
index 224beea3..ccd9db29 100644
--- a/elfutils/libebl/arm_symbol.c
+++ b/elfutils/libebl/arm_symbol.c
@@ -1,5 +1,5 @@
/* Arm specific symbolic name handling.
- Copyright (C) 2002 Red Hat, Inc.
+ Copyright (C) 2002, 2005 Red Hat, Inc.
Written by Ulrich Drepper <drepper@redhat.com>, 2002.
This program is Open Source software; you can redistribute it and/or
@@ -88,7 +88,8 @@ static const char *reloc_map_table3[] =
/* Determine relocation type string for Alpha. */
const char *
-arm_reloc_type_name (int type, char *buf, size_t len)
+arm_reloc_type_name (int type, char *buf __attribute__ ((unused)),
+ size_t len __attribute__ ((unused)))
{
if (type >= R_ARM_NONE && type <= R_ARM_ALU_SBREL_27_20)
return reloc_map_table[type];