diff options
Diffstat (limited to 'bfd/elf32-tic6x.c')
-rw-r--r-- | bfd/elf32-tic6x.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/elf32-tic6x.c b/bfd/elf32-tic6x.c index e8d04b0..a3dd3f0 100644 --- a/bfd/elf32-tic6x.c +++ b/bfd/elf32-tic6x.c @@ -1655,8 +1655,7 @@ elf32_tic6x_mkobject (bfd *abfd) { bool ret; - ret = bfd_elf_allocate_object (abfd, sizeof (struct elf32_tic6x_obj_tdata), - TIC6X_ELF_DATA); + ret = bfd_elf_allocate_object (abfd, sizeof (struct elf32_tic6x_obj_tdata)); if (ret) elf32_tic6x_set_use_rela_p (abfd, true); return ret; |