From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 26 Jan 2017 15:50:07 +0100 (CET) Received: from mailapp01.imgtec.com ([195.59.15.196]:16169 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23993893AbdAZOt5Vpbl7 (ORCPT ); Thu, 26 Jan 2017 15:49:57 +0100 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTP id CD9C3B859CAB2; Thu, 26 Jan 2017 14:49:47 +0000 (GMT) Received: from [10.20.78.21] (10.20.78.21) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server id 14.3.294.0; Thu, 26 Jan 2017 14:49:50 +0000 Date: Thu, 26 Jan 2017 14:49:40 +0000 From: "Maciej W. Rozycki" To: Alexander Sverdlin CC: Robert Schiele , Ralf Baechle , James Hogan , Subject: Re: [PATCH] mips: vdso: Explicitly use -fno-asynchronous-unwind-tables In-Reply-To: <20170126143408.2456-1-alexander.sverdlin@nokia.com> Message-ID: References: <20170126143408.2456-1-alexander.sverdlin@nokia.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [10.20.78.21] Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 56516 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: macro@imgtec.com Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Thu, 26 Jan 2017, Alexander Sverdlin wrote: > Not every toolchain has -fno-asynchronous-unwind-tables per default on MIPS. > This patch specifies the necessary option explicitly for VDSO library build. It looks reasonable to me, but you need to wrap it into `$(call cc-option,...)' as older compilers didn't have this option. Maciej From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailapp01.imgtec.com ([195.59.15.196]:16169 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S23993893AbdAZOt5Vpbl7 (ORCPT ); Thu, 26 Jan 2017 15:49:57 +0100 Date: Thu, 26 Jan 2017 14:49:40 +0000 From: "Maciej W. Rozycki" Subject: Re: [PATCH] mips: vdso: Explicitly use -fno-asynchronous-unwind-tables In-Reply-To: <20170126143408.2456-1-alexander.sverdlin@nokia.com> Message-ID: References: <20170126143408.2456-1-alexander.sverdlin@nokia.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: Alexander Sverdlin Cc: Robert Schiele , Ralf Baechle , James Hogan , linux-mips@linux-mips.org Message-ID: <20170126144940.Rp4suPUl7fnDyCAgMd62SVyyECVnzA88lRiWXhjuNLY@z> On Thu, 26 Jan 2017, Alexander Sverdlin wrote: > Not every toolchain has -fno-asynchronous-unwind-tables per default on MIPS. > This patch specifies the necessary option explicitly for VDSO library build. It looks reasonable to me, but you need to wrap it into `$(call cc-option,...)' as older compilers didn't have this option. Maciej