From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17224 invoked by alias); 14 Feb 2010 10:01:05 -0000 Received: (qmail 17062 invoked by uid 22791); 14 Feb 2010 10:01:04 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 14 Feb 2010 10:01:00 +0000 Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 109FA1C001B5 for ; Sun, 14 Feb 2010 11:00:57 +0100 (CET) X-Auth-Info: p8K3hpS/RzbzsVWCwfKC+tzdjSt4dqKNMaHV6TNO/8s= Received: from whitebox.home (DSL01.83.171.163.238.ip-pool.NEFkom.net [83.171.163.238]) by mail.mnet-online.de (Postfix) with ESMTP id CC04B90206 for ; Sun, 14 Feb 2010 11:00:57 +0100 (CET) Received: by whitebox.home (Postfix, from userid 501) id 884A81E53EE; Sun, 14 Feb 2010 11:00:57 +0100 (CET) From: Andreas Schwab To: gdb-patches@sourceware.org Subject: Re: sim/ppc: fix aliasing bugs References: X-Yow: Yow! It's some people inside the wall! This is better than mopping! Date: Sun, 14 Feb 2010 10:01:00 -0000 In-Reply-To: (Andreas Schwab's message of "Mon, 01 Feb 2010 19:51:04 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-02/txt/msg00350.txt.bz2 Accidentally left out an assignment. Andreas. 2010-02-14 Andreas Schwab * ppc-instructions: Fix missing assignment in last change. Index: ppc-instructions =================================================================== RCS file: /cvs/src/src/sim/ppc/ppc-instructions,v retrieving revision 1.12 diff -u -a -p -r1.12 ppc-instructions --- ppc-instructions 5 Feb 2010 15:47:02 -0000 1.12 +++ ppc-instructions 14 Feb 2010 09:56:11 -0000 @@ -4168,6 +4168,7 @@ void::function::invalid_zero_divide_oper 0, /*instruction_is_convert_to_64bit*/ 0, /*instruction_is_convert_to_32bit*/ 0); /*single-precision*/ + product = tmp.d; } else { /*HACK!*/ -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."