This is the mail archive of the
insight@sourceware.org
mailing list for the Insight project.
Re: Disassemble branch delay slot instructions automatically
- From: Eli Zaretskii <eliz at gnu dot org>
- To: "Maciej W. Rozycki" <macro at mips dot com>
- Cc: drow at false dot org, gdb-patches at sourceware dot org, insight at sourceware dot org, nigel at mips dot com, macro at linux-mips dot org
- Date: Wed, 20 Jun 2007 21:37:20 +0300
- Subject: Re: Disassemble branch delay slot instructions automatically
- References: <Pine.LNX.4.61.0705151913050.31736@perivale.mips.com> <20070516153242.GA8062@caradoc.them.org> <Pine.LNX.4.61.0705181625420.28428@perivale.mips.com> <20070613165622.GA1023@caradoc.them.org> <Pine.LNX.4.61.0706151547560.30938@perivale.mips.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Wed, 20 Jun 2007 14:56:20 +0100 (BST)
> From: "Maciej W. Rozycki" <macro@mips.com>
> cc: gdb-patches@sourceware.org, insight@sourceware.org, Nigel Stephens <nigel@mips.com>, "Maciej W. Rozycki" <macro@linux-mips.org>
>
> 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.