diff options
Diffstat (limited to 'bfd/elfxx-sparc.c')
-rw-r--r-- | bfd/elfxx-sparc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elfxx-sparc.c b/bfd/elfxx-sparc.c index 344d10d..63cb3b4 100644 --- a/bfd/elfxx-sparc.c +++ b/bfd/elfxx-sparc.c @@ -734,8 +734,8 @@ struct _bfd_sparc_elf_obj_tdata bool _bfd_sparc_elf_mkobject (bfd *abfd) { - return bfd_elf_allocate_object (abfd, sizeof (struct _bfd_sparc_elf_obj_tdata), - SPARC_ELF_DATA); + return bfd_elf_allocate_object (abfd, + sizeof (struct _bfd_sparc_elf_obj_tdata)); } static void |