X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=backends%2Ftilegx_init.c;h=162ed3624b87397c1d0c9a7b0dd721c62b3027a0;hb=82c3b58b54026d061a4d81ad95f3023d5d883ab2;hp=858798bf6a2870ba65066ee2440d9c2b5a22e37e;hpb=a286dd013ef8d46edf013efc0908822a59d8ac81;p=platform%2Fupstream%2Felfutils.git diff --git a/backends/tilegx_init.c b/backends/tilegx_init.c index 858798b..162ed36 100644 --- a/backends/tilegx_init.c +++ b/backends/tilegx_init.c @@ -38,11 +38,10 @@ #include "common-reloc.c" const char * -tilegx_init (elf, machine, eh, ehlen) - Elf *elf __attribute__ ((unused)); - GElf_Half machine __attribute__ ((unused)); - Ebl *eh; - size_t ehlen; +tilegx_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))