summaryrefslogtreecommitdiff
path: root/backends/ppc_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/ppc_init.c')
-rw-r--r--backends/ppc_init.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/backends/ppc_init.c b/backends/ppc_init.c
index ad92765c..c3e3ca36 100644
--- a/backends/ppc_init.c
+++ b/backends/ppc_init.c
@@ -40,11 +40,10 @@
const char *
-ppc_init (elf, machine, eh, ehlen)
- Elf *elf __attribute__ ((unused));
- GElf_Half machine __attribute__ ((unused));
- Ebl *eh;
- size_t ehlen;
+ppc_init (Elf *elf __attribute__ ((unused)),
+ GElf_Half machine __attribute__ ((unused)),
+ Ebl *eh,
+ size_t ehlen)
{
/* Check whether the Elf_BH object has a sufficent size. */
if (ehlen < sizeof (Ebl))