diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2017-08-21 11:34:06 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2017-08-21 11:34:06 -0300 |
commit | f3ae7dbacf5aeb9df207f5dacd778a2f6eab24fc (patch) | |
tree | 007fb5f9f137a4cb155cbf457fcd3ae320c2e6f4 /bfd/elfxx-mips.c | |
parent | 1d72c7445857652f3eb423f2702bc5981580fb63 (diff) | |
parent | b5d3ac25628b1a16409a9816623c34a45377d400 (diff) | |
download | gdb-users/linaro/binutils-2_27-branch.zip gdb-users/linaro/binutils-2_27-branch.tar.gz gdb-users/linaro/binutils-2_27-branch.tar.bz2 |
Merge with binutils-2_27-branch rev b5d3ac20users/linaro/binutils-2_27-branch
Change-Id: Iaa5f379bb904c3eb5b6e041c62c24076d2838063
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r-- | bfd/elfxx-mips.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index e47276b..80e171d 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -16187,9 +16187,6 @@ _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 |