From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6A4F5384F4B8; Mon, 5 Dec 2022 10:22:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6A4F5384F4B8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670235775; bh=yn3YQ+L8sUOXe3jcnmxJpQq+DiEn9JOGbg+ObDPYzVY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SHd7eA1UExb3OrEQxzbjSCpnsTOgN3wjDVV09Td3okH4fyH/aPYZ9MCo8l6w3WH5g lGWu3jFEV5NyiCMyRPv9YwkVA4KB3xvU+tPoRnZARTYvDTJDvBPlKQLZqEFE3bS0sD 38eO8s2m75xIgWIm6OQZG8apaK63+ue960RunHEs= From: "contact@alexander-pick.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107971] linking an assembler object creates an executable stack Date: Mon, 05 Dec 2022 10:22:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: contact@alexander-pick.com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: WONTFIX X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107971 --- Comment #4 from Alexander Pick --- Thanks a lot for the explanation. Do you think that it is worth reporting i= t to binutils as the text in the link also says that there should be a warning unless the option to have an executable stack is explicitly specified? In t= he test case there is no such warning. I also tried to link the objects with LD directly - same result and also no warning.=