From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjeR1-00010N-0b for qemu-devel@nongnu.org; Wed, 29 Oct 2014 21:21:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjeQw-0005ms-4z for qemu-devel@nongnu.org; Wed, 29 Oct 2014 21:21:54 -0400 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:47695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjeQv-0005mk-UZ for qemu-devel@nongnu.org; Wed, 29 Oct 2014 21:21:50 -0400 Received: by mail-pa0-f47.google.com with SMTP id kx10so4330604pab.20 for ; Wed, 29 Oct 2014 18:21:49 -0700 (PDT) Sender: Richard Henderson Message-ID: <545192A9.8010606@twiddle.net> Date: Wed, 29 Oct 2014 18:21:45 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1414588941-845-1-git-send-email-kbastian@mail.uni-paderborn.de> <1414588941-845-2-git-send-email-kbastian@mail.uni-paderborn.de> In-Reply-To: <1414588941-845-2-git-send-email-kbastian@mail.uni-paderborn.de> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/5] target-tricore: Add instructions of BOL opcode format List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bastian Koppelmann , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org On 10/29/2014 06:22 AM, Bastian Koppelmann wrote: > Add instructions of BOL opcode format. > > Signed-off-by: Bastian Koppelmann > --- > target-tricore/translate.c | 48 ++++++++++++++++++++++++++++++++++++++++ > target-tricore/tricore-opcodes.h | 4 +++- > 2 files changed, 51 insertions(+), 1 deletion(-) Gah, sorry, this isn't gcc. Reviewed-by: Richard Henderson r~