diff options
Diffstat (limited to 'bfd/elf32-s390.c')
-rw-r--r-- | bfd/elf32-s390.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/elf32-s390.c b/bfd/elf32-s390.c index 565ce1f..3b08c14 100644 --- a/bfd/elf32-s390.c +++ b/bfd/elf32-s390.c @@ -721,8 +721,7 @@ struct elf_s390_obj_tdata static bool elf_s390_mkobject (bfd *abfd) { - return bfd_elf_allocate_object (abfd, sizeof (struct elf_s390_obj_tdata), - S390_ELF_DATA); + return bfd_elf_allocate_object (abfd, sizeof (struct elf_s390_obj_tdata)); } static bool |