From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 20 Jun 2013 18:29:12 +0200 (CEST) Received: from multi.imgtec.com ([194.200.65.239]:1827 "EHLO multi.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6823001Ab3FTQ3LGUvJ0 (ORCPT ); Thu, 20 Jun 2013 18:29:11 +0200 Message-ID: <51C32DCC.5020100@imgtec.com> Date: Thu, 20 Jun 2013 11:29:00 -0500 From: "Steven J. Hill" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Tony Wu CC: , , Subject: Re: [PATCH v5 2/2] MIPS: microMIPS: Refactor get_frame_info support References: <20130620133230.GA84495@hades> <20130620133504.GB84495@hades> In-Reply-To: <20130620133504.GB84495@hades> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.150.172] X-SEF-Processed: 7_3_0_01192__2013_06_20_17_29_04 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: 37067 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: Steven.Hill@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 06/20/2013 08:35 AM, Tony Wu wrote: > Current get_frame_info implementation works on word boundary, this > can lead to alignment and endian issues in microMIPS mode, > due to: > [...] > > Signed-off-by: Tony Wu > Cc: Maciej W. Rozycki > Cc: David Daney > Cc: Steven J. Hill > Acked-by: Steven J. Hill From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from multi.imgtec.com ([194.200.65.239]:1827 "EHLO multi.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6823001Ab3FTQ3LGUvJ0 (ORCPT ); Thu, 20 Jun 2013 18:29:11 +0200 Message-ID: <51C32DCC.5020100@imgtec.com> Date: Thu, 20 Jun 2013 11:29:00 -0500 From: "Steven J. Hill" MIME-Version: 1.0 Subject: Re: [PATCH v5 2/2] MIPS: microMIPS: Refactor get_frame_info support References: <20130620133230.GA84495@hades> <20130620133504.GB84495@hades> In-Reply-To: <20130620133504.GB84495@hades> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit 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: Tony Wu Cc: macro@linux-mips.org, david.daney@cavium.com, linux-mips@linux-mips.org Message-ID: <20130620162900.bLqloopiktDkByhW3Ht9Oylx81oXTIByVikahJnPlzk@z> On 06/20/2013 08:35 AM, Tony Wu wrote: > Current get_frame_info implementation works on word boundary, this > can lead to alignment and endian issues in microMIPS mode, > due to: > [...] > > Signed-off-by: Tony Wu > Cc: Maciej W. Rozycki > Cc: David Daney > Cc: Steven J. Hill > Acked-by: Steven J. Hill