From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, NICE_REPLY_A,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 27295 invoked from network); 26 May 2021 01:08:00 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 26 May 2021 01:08:00 -0000 Received: (qmail 13669 invoked by uid 550); 26 May 2021 01:07:58 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 13651 invoked from network); 26 May 2021 01:07:58 -0000 To: Daniel Gutson , musl@lists.openwall.com References: <41b3220c-630d-dba8-d8fb-6ffdce3514f1@overdrivepizza.com> From: Joao Moreira Message-ID: Date: Tue, 25 May 2021 18:07:42 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [musl] Intel CET Support On 5/25/21 5:12 PM, Daniel Gutson wrote: > > > El mar., 25 may. 2021 8:00 p. m., Joao Moreira > escribió: > > Hi, > > Long ago I sent some patches here to enable CET support within MUSL > (https://www.openwall.com/lists/musl/2020/10/19/3 > ). > > > Did you intentionally remove the : in the label? > If not, does this assembly without errors? How did you test this? > > @@ -49,7 +52,8 @@ feclearexcept: > > .global feraiseexcept > .type feraiseexcept,@function > -feraiseexcept: > +feraiseexcept > + ENDBRANCH32 > I just checked my local repo and it still has the ":" after the label. I'm assuming that I accidentally removed it when I was reading/reviewing the git-generated .patch files in vim before sending it (after these were compiled and tested). Thanks for spotting it.