From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25126 invoked by alias); 14 Sep 2009 12:42:52 -0000 Received: (qmail 25117 invoked by uid 22791); 14 Sep 2009 12:42:51 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 Sep 2009 12:42:44 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8ECgfGl002060; Mon, 14 Sep 2009 08:42:41 -0400 Received: from [10.36.5.82] (vpn1-5-82.ams2.redhat.com [10.36.5.82]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8ECgd0r025580; Mon, 14 Sep 2009 08:42:40 -0400 Message-ID: <4AAE3A3E.7070706@redhat.com> Date: Mon, 14 Sep 2009 12:42:00 -0000 From: Nick Clifton User-Agent: Thunderbird 2.0.0.23 (X11/20090825) MIME-Version: 1.0 To: Andreas Krebbel CC: binutils@sourceware.org, schwidefsky@de.ibm.com Subject: Re: [PATCH] S/390: Fix objdump output of larl operand References: <20090908140013.GA14697@bart> In-Reply-To: <20090908140013.GA14697@bart> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00392.txt.bz2 Hi Andreas, > 2009-09-08 Andreas Krebbel > > * s390-dis.c (s390_extract_operand): Change the return type to > long and also work internally with a long type value. > (print_insn_s390): Adjusted to the changed return type of > s390_extract_operand. Approved - please apply. Cheers Nick