This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ob?] Separate instructions from addresses in the disassembler


On Wed, Jul 02, 2003 at 11:32:20AM -0400, Daniel Jacobowitz wrote:
> A Debian user reported output like this:
> 0xbfff7ff8add    %al,(%eax)
> 0xbfff7ffaadd    %al,(%eax)
> 0xbfff7ffcadd    %al,(%eax)
> 0xbfff7ffeadd    %al,(%eax)
> 
> 
> It turns out the separating tab was only being output if we had a symbol
> name.  I think it looks better this way:
> 
> 0xbfff7000:     add    %al,(%eax)
> 0xbfff7002:     add    %al,(%eax)
> 0xbfff7004:     add    %al,(%eax)
> 
> Barring comments, I'll commit this in a few days.  I think that putting a
> 6.0-branch prerelease into Debian/unstable was a good idea...

I've checked this in.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]