diff options
Diffstat (limited to 'bfd/elf32-xtensa.c')
-rw-r--r-- | bfd/elf32-xtensa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/elf32-xtensa.c b/bfd/elf32-xtensa.c index 607b64c..f078cbd 100644 --- a/bfd/elf32-xtensa.c +++ b/bfd/elf32-xtensa.c @@ -665,8 +665,7 @@ struct elf_xtensa_obj_tdata static bool elf_xtensa_mkobject (bfd *abfd) { - return bfd_elf_allocate_object (abfd, sizeof (struct elf_xtensa_obj_tdata), - XTENSA_ELF_DATA); + return bfd_elf_allocate_object (abfd, sizeof (struct elf_xtensa_obj_tdata)); } /* Xtensa ELF linker hash table. */ |