mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
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.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2007-09-08 Alan Modra <amodra@bigpond.net.au>
|
2007-09-08 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* elf64-ppc.c (func_desc_adjust): When resolving undefined
|
* elf64-ppc.c (func_desc_adjust): When resolving undefined
|
||||||
|
@ -1171,7 +1171,7 @@ elf_i386_tls_transition (struct bfd_link_info *info, bfd *abfd,
|
|||||||
symtab_hdr, sym_hashes,
|
symtab_hdr, sym_hashes,
|
||||||
from_type, rel, relend))
|
from_type, rel, relend))
|
||||||
{
|
{
|
||||||
const reloc_howto_type *from, *to;
|
reloc_howto_type *from, *to;
|
||||||
|
|
||||||
from = elf_i386_rtype_to_howto (abfd, from_type);
|
from = elf_i386_rtype_to_howto (abfd, from_type);
|
||||||
to = elf_i386_rtype_to_howto (abfd, to_type);
|
to = elf_i386_rtype_to_howto (abfd, to_type);
|
||||||
|
@ -952,7 +952,7 @@ elf64_x86_64_tls_transition (struct bfd_link_info *info, bfd *abfd,
|
|||||||
symtab_hdr, sym_hashes,
|
symtab_hdr, sym_hashes,
|
||||||
from_type, rel, relend))
|
from_type, rel, relend))
|
||||||
{
|
{
|
||||||
const reloc_howto_type *from, *to;
|
reloc_howto_type *from, *to;
|
||||||
|
|
||||||
from = elf64_x86_64_rtype_to_howto (abfd, from_type);
|
from = elf64_x86_64_rtype_to_howto (abfd, from_type);
|
||||||
to = elf64_x86_64_rtype_to_howto (abfd, to_type);
|
to = elf64_x86_64_rtype_to_howto (abfd, to_type);
|
||||||
|
Reference in New Issue
Block a user