diff options
Diffstat (limited to 'backends/tilegx_init.c')
| -rw-r--r-- | backends/tilegx_init.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/backends/tilegx_init.c b/backends/tilegx_init.c index 858798bf..162ed362 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)) |
