X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=backends%2Fia64_init.c;h=7241d7b8247998a55e3e7620b6b2fde4ad5ab977;hb=82c3b58b54026d061a4d81ad95f3023d5d883ab2;hp=91da748da2dd14df47f614b8528abfe2cca1f181;hpb=a286dd013ef8d46edf013efc0908822a59d8ac81;p=platform%2Fupstream%2Felfutils.git diff --git a/backends/ia64_init.c b/backends/ia64_init.c index 91da748..7241d7b 100644 --- a/backends/ia64_init.c +++ b/backends/ia64_init.c @@ -39,11 +39,10 @@ #include "common-reloc.c" const char * -ia64_init (elf, machine, eh, ehlen) - Elf *elf __attribute__ ((unused)); - GElf_Half machine __attribute__ ((unused)); - Ebl *eh; - size_t ehlen; +ia64_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))