diff options
Diffstat (limited to 'bfd/elf32-tilepro.c')
-rw-r--r-- | bfd/elf32-tilepro.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/elf32-tilepro.c b/bfd/elf32-tilepro.c index eabb456..79bf6c7 100644 --- a/bfd/elf32-tilepro.c +++ b/bfd/elf32-tilepro.c @@ -720,8 +720,7 @@ static bool tilepro_elf_mkobject (bfd *abfd) { return bfd_elf_allocate_object (abfd, - sizeof (struct _bfd_tilepro_elf_obj_tdata), - TILEPRO_ELF_DATA); + sizeof (struct _bfd_tilepro_elf_obj_tdata)); } #include "elf/common.h" |