aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-i386.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2007-09-11 15:44:19 +0000
committerJan Beulich <jbeulich@novell.com>2007-09-11 15:44:19 +0000
commit2f629d2305e935524b49e14da64e1ffe26ea9d6b (patch)
tree5e70faba615a49e274cc2279887311c107ae2ddc /bfd/elf32-i386.c
parentd6d25f2043da6141ae2458e9546c32135efe75dc (diff)
downloadgdb-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.c2
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);