diff options
author | Jan Beulich <jbeulich@novell.com> | 2007-09-11 15:44:19 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2007-09-11 15:44:19 +0000 |
commit | 2f629d2305e935524b49e14da64e1ffe26ea9d6b (patch) | |
tree | 5e70faba615a49e274cc2279887311c107ae2ddc /bfd/elf32-i386.c | |
parent | d6d25f2043da6141ae2458e9546c32135efe75dc (diff) | |
download | gdb-2f629d2305e935524b49e14da64e1ffe26ea9d6b.zip gdb-2f629d2305e935524b49e14da64e1ffe26ea9d6b.tar.gz gdb-2f629d2305e935524b49e14da64e1ffe26ea9d6b.tar.bz2 |
2007-09-11 Jan Beulich <jbeulich@novell.com>
* elf64-i386.c (elf64_i386_tls_transition): Remove redundant 'const'.
* elf64-x86_64.c (elf64_x86_64_tls_transition): Likewise.
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); |