diff options
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r-- | bfd/elf32-i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index 072dc6f..543ea21 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -1171,7 +1171,7 @@ elf_i386_tls_transition (struct bfd_link_info *info, bfd *abfd, symtab_hdr, sym_hashes, from_type, rel, relend)) { - const reloc_howto_type *from, *to; + reloc_howto_type *from, *to; from = elf_i386_rtype_to_howto (abfd, from_type); to = elf_i386_rtype_to_howto (abfd, to_type); |