diff options
Diffstat (limited to 'bfd/elf32-nds32.c')
-rw-r--r-- | bfd/elf32-nds32.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/elf32-nds32.c b/bfd/elf32-nds32.c index def09db..0909964 100644 --- a/bfd/elf32-nds32.c +++ b/bfd/elf32-nds32.c @@ -256,8 +256,7 @@ struct elf_nds32_obj_tdata static bool nds32_elf_mkobject (bfd *abfd) { - return bfd_elf_allocate_object (abfd, sizeof (struct elf_nds32_obj_tdata), - NDS32_ELF_DATA); + return bfd_elf_allocate_object (abfd, sizeof (struct elf_nds32_obj_tdata)); } /* Relocations used for relocation. */ |