Increment the ABIVERSION to 5 for MIPS objects with non-executable stacks.

* bfd/elfxx-mips.c (_bfd_mips_post_process_headers): Increment
	ABIVERSION for non-executable stack.
This commit is contained in:
Faraz Shahbazker 2016-02-23 12:58:03 +00:00 committed by Nick Clifton
parent 47993b4af1
commit 17733f5be9
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2016-02-23 Faraz Shahbazker <faraz.shahbazker@imgtec.com>
* bfd/elfxx-mips.c (_bfd_mips_post_process_headers): Increment
ABIVERSION for non-executable stack.
2016-02-23 Rich Felker <bugdal@aerifal.cx>
PR target/19516

View File

@ -16140,6 +16140,9 @@ _bfd_mips_post_process_headers (bfd *abfd, struct bfd_link_info *link_info)
if (mips_elf_tdata (abfd)->abiflags.fp_abi == Val_GNU_MIPS_ABI_FP_64
|| mips_elf_tdata (abfd)->abiflags.fp_abi == Val_GNU_MIPS_ABI_FP_64A)
i_ehdrp->e_ident[EI_ABIVERSION] = 3;
if (elf_stack_flags (abfd) && !(elf_stack_flags (abfd) & PF_X))
i_ehdrp->e_ident[EI_ABIVERSION] = 5;
}
int