From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3902 invoked by alias); 4 Oct 2013 09:56:29 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 3887 invoked by uid 89); 4 Oct 2013 09:56:28 -0000 Received: from mail-ie0-f181.google.com (HELO mail-ie0-f181.google.com) (209.85.223.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 04 Oct 2013 09:56:28 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f181.google.com Received: by mail-ie0-f181.google.com with SMTP id tp5so8637132ieb.12 for ; Fri, 04 Oct 2013 02:56:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=MVpqVmmpGn5k0VPpKGodhkwV2AWZYmpQ1GB/9iR6p2U=; b=aZjktKelo7fOHtxlWVlAPEUh0LvYr7ZendQZxbD0PaFpczt9hopLx7RWpigCf2tOh1 CHNBRjdbq2vMFw6pGRmW999mHjJ4BLJk2zsL0lsB10CxezfLkXq/jemIICMETQYYvtI0 pN2yRvQR4Csz4GSGGDlgXm+UNSVBzN7SZY4KMcMqHs8+ejbTTUIn0uAEx8UMSPH3OBKk YV52QL+/OTVEs2GySkgDxzUnL+6ufhXCE+p10Dtw9dP8qn75QT5oXmWDoxMWUvMWwMwu kce2GzRkBOCZ2rf9lpsO62USPhfWIozPo0SL9SY6Nz3QLs9uCE0h2wa6s7ju/9FM3gG9 m0/Q== X-Gm-Message-State: ALoCoQmiAojsKamWesoGnwJGbDI8FCgXw95xJjbziW98U31D2cUa+pclx6HztoHUa/TAwMXvJzwn MIME-Version: 1.0 X-Received: by 10.50.122.40 with SMTP id lp8mr5799975igb.24.1380880586251; Fri, 04 Oct 2013 02:56:26 -0700 (PDT) Received: by 10.64.20.52 with HTTP; Fri, 4 Oct 2013 02:56:26 -0700 (PDT) In-Reply-To: References: <524D4930.6020400@linaro.org> Date: Fri, 04 Oct 2013 09:56:00 -0000 Message-ID: Subject: Re: [PATCH] ARM: Allow building __longjmp as Thumb. From: Will Newton To: "Joseph S. Myers" Cc: "libc-ports@sourceware.org" , Patch Tracking Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00007.txt.bz2 On 3 October 2013 17:32, Joseph S. Myers wrote: > On Thu, 3 Oct 2013, Will Newton wrote: > >> Convert __longjmp code to allow building as Thumb. >> >> ports/ChangeLog.arm: >> >> 2013-09-25 Will Newton >> >> * sysdeps/arm/__longjmp.S (NO_THUMB): Remove define. >> (__longjmp): Use Thumb supported instructions. >> * sysdeps/unix/sysv/linux/arm/____longjmp_chk.S (NO_THUMB): >> Remove define. > > OK, if you've tested with the glibc testsuite for both ARM-mode and > Thumb-mode builds. Thanks. Tested in Thumb and ARM builds and applied. -- Will Newton Toolchain Working Group, Linaro