https://sourceware.org/bugzilla/show_bug.cgi?id=17369

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc at redhat dot com

--- Comment #1 from Nick Clifton <nickc at redhat dot com> ---
Hi H.J.

  Apparently this is for compatibility with UnixWare and Solaris.  See
bfd/elf.c:3849:

      /* FIXME: UnixWare and Solaris set PF_X, Irix 5 does not.  */
      m->p_flags = PF_R | PF_X;

Is the execute bit causing you problems ?  The ELF standard does not forbid it,
so unless there is an actual issue that needs fixing I do not see any reason to
change the current behaviour.

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to