From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14128 invoked by alias); 11 Oct 2015 07:43:06 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 14093 invoked by uid 55); 11 Oct 2015 07:43:04 -0000 From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug sim/18407] Bfin simulator - error in handling >>> (S), when shift value > 16 Date: Sun, 11 Oct 2015 07:43:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: sim X-Bugzilla-Version: 7.9 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: vapier at gentoo dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q4/txt/msg00023.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=18407 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Michael Frysinger : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3f946aa82518e878aea2cba4b6a9bcc651412c5c commit 3f946aa82518e878aea2cba4b6a9bcc651412c5c Author: Mike Frysinger Date: Sun Oct 11 03:32:11 2015 -0400 sim: bfin: handle negative left saturated shifts as ashifts [BZ #18407] When handling left saturated ashifts with negative immediates, they should be treated as right ashifts. This matches hardware behavior. Reported-by: Igor Rayak -- You are receiving this mail because: You are on the CC list for the bug.