mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* elfxx-mips.c (_bfd_mips_elf_check_relocs): Don't set
has_static_relocs for R_MIPS_JALR.
This commit is contained in:
parent
032f3e01ca
commit
99da6b5fe0
@ -1,3 +1,8 @@
|
||||
2009-09-03 Adam Nemet <anemet@caviumnetworks.com>
|
||||
|
||||
* elfxx-mips.c (_bfd_mips_elf_check_relocs): Don't set
|
||||
has_static_relocs for R_MIPS_JALR.
|
||||
|
||||
2009-09-03 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* elf64-mips.c (mips_elf64_howto_table_rela): Add support for
|
||||
|
@ -7503,6 +7503,11 @@ _bfd_mips_elf_check_relocs (bfd *abfd, struct bfd_link_info *info,
|
||||
}
|
||||
break;
|
||||
|
||||
/* This is just a hint; it can safely be ignored. Don't set
|
||||
has_static_relocs for the corresponding symbol. */
|
||||
case R_MIPS_JALR:
|
||||
break;
|
||||
|
||||
case R_MIPS_32:
|
||||
case R_MIPS_REL32:
|
||||
case R_MIPS_64:
|
||||
|
Loading…
Reference in New Issue
Block a user