From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 739 invoked by alias); 20 Jun 2007 18:37:51 -0000 Received: (qmail 725 invoked by uid 22791); 20 Jun 2007 18:37:50 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 20 Jun 2007 18:37:46 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-242-188.inter.net.il [83.130.242.188]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id IDD57156 (AUTH halo1); Wed, 20 Jun 2007 21:37:19 +0300 (IDT) Date: Wed, 20 Jun 2007 18:37:00 -0000 Message-Id: From: Eli Zaretskii To: "Maciej W. Rozycki" CC: drow@false.org, gdb-patches@sourceware.org, insight@sourceware.org, nigel@mips.com, macro@linux-mips.org In-reply-to: (macro@mips.com) Subject: Re: Disassemble branch delay slot instructions automatically Reply-to: Eli Zaretskii References: <20070516153242.GA8062@caradoc.them.org> <20070613165622.GA1023@caradoc.them.org> X-IsSubscribed: yes 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: 2007-06/txt/msg00400.txt.bz2 > Date: Wed, 20 Jun 2007 14:56:20 +0100 (BST) > From: "Maciej W. Rozycki" > cc: gdb-patches@sourceware.org, insight@sourceware.org, Nigel Stephens , "Maciej W. Rozycki" > > Index: binutils-quilt/src/gdb/NEWS > =================================================================== > --- binutils-quilt.orig/src/gdb/NEWS 2007-06-19 12:24:32.000000000 +0100 > +++ binutils-quilt/src/gdb/NEWS 2007-06-19 15:16:19.000000000 +0100 > @@ -41,6 +41,9 @@ > layout. It also supports a TextSeg= and DataSeg= response when only > segment base addresses (rather than offsets) are available. > > +* The /i format now outputs any trailing branch delay slot instructions > +immediately following the last instruction within the count specified. > + This is fine, but I think we should also document this in the user manual.