diff options
Diffstat (limited to 'bfd/elfxx-x86.c')
-rw-r--r-- | bfd/elfxx-x86.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bfd/elfxx-x86.c b/bfd/elfxx-x86.c index fb223a5..4c4ba07 100644 --- a/bfd/elfxx-x86.c +++ b/bfd/elfxx-x86.c @@ -32,9 +32,7 @@ bool _bfd_x86_elf_mkobject (bfd *abfd) { - return bfd_elf_allocate_object (abfd, - sizeof (struct elf_x86_obj_tdata), - get_elf_backend_data (abfd)->target_id); + return bfd_elf_allocate_object (abfd, sizeof (struct elf_x86_obj_tdata)); } /* _TLS_MODULE_BASE_ needs to be treated especially when linking |