From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49683 invoked by alias); 30 Sep 2015 00:23:51 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 49655 invoked by uid 89); 30 Sep 2015 00:23:47 -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,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 30 Sep 2015 00:23:45 +0000 Received: from svr-orw-fem-03.mgc.mentorg.com ([147.34.97.39]) by relay1.mentorg.com with esmtp id 1Zh5BO-0003ow-JL from Jonathan_Roelofs@mentor.com for gcc-patches@gcc.gnu.org; Tue, 29 Sep 2015 17:23:42 -0700 Received: from galois.local (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.3.224.2; Tue, 29 Sep 2015 17:23:41 -0700 To: GCC Patches From: Jonathan Roelofs Subject: [committed, PATCH] gcc.dg/debug/pr65771.c: Use tls_runtime instead of tls. CC: Sandra Loosemore Message-ID: <560B2B8D.9070707@codesourcery.com> Date: Wed, 30 Sep 2015 02:07:00 -0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090400090502070306060605" X-SW-Source: 2015-09/txt/msg02287.txt.bz2 --------------090400090502070306060605 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-length: 607 The attached patch fixes a few failures on bare-metal arm that happen because `dg-require-effective-target tls` only checks for compile-time support, whereas `dg-require-effective-target tls_runtime` checks for runtime support too. The latter is needed due to the missing support for __aeabi_read_tp which causes link-time failure of this test. Tested on arm-none-eabi. 2015-09-29 Jonathan Roelofs * gcc.dg/debug/pr65771.c: Use tls_runtime instead of tls. Committed r228273 by Sandra. -- Jon Roelofs jonathan@codesourcery.com CodeSourcery / Mentor Embedded --------------090400090502070306060605 Content-Type: text/plain; charset="UTF-8"; x-mac-type=0; x-mac-creator=0; name="fix_pr65771_testcase.diff" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="fix_pr65771_testcase.diff" Content-length: 602 SW5kZXg6IGdjYy90ZXN0c3VpdGUvZ2NjLmRnL2RlYnVnL3ByNjU3NzEuYwo9 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09Ci0tLSBnY2MvdGVzdHN1aXRlL2djYy5k Zy9kZWJ1Zy9wcjY1NzcxLmMgIChyZXZpc2lvbiAyMjgyNjcpCisrKyBnY2Mv dGVzdHN1aXRlL2djYy5kZy9kZWJ1Zy9wcjY1NzcxLmMgICh3b3JraW5nIGNv cHkpCiAtMSw2ICsxLDYgQEAKIC8qIFBSIGRlYnVnLzY1NzcxICovCiAvKiB7 IGRnLWRvIGxpbmsgfSAqLwotLyogeyBkZy1yZXF1aXJlLWVmZmVjdGl2ZS10 YXJnZXQgdGxzIH0gKi8KKy8qIHsgZGctcmVxdWlyZS1lZmZlY3RpdmUtdGFy Z2V0IHRsc19ydW50aW1lIH0gKi8KIC8qIHsgZGctYWRkLW9wdGlvbnMgdGxz IH0gKi8KIAogc3RydWN0IFMgeyBpbnQgczsgaW50IHQ7IH07Cg== --------------090400090502070306060605--