bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug binutils/2454] New: incorrect syntax in avr disassembly


From: Nick Clifton
Subject: Re: [Bug binutils/2454] New: incorrect syntax in avr disassembly
Date: Fri, 07 Apr 2006 15:44:05 +0100
User-agent: Mail/News 1.5 (X11/20051205)

Hi hochstein,

The disassembly for call and jmp looks like this:

     43a:       0e 94 7e 0e     call    0x1cfc <__divmodhi4>

This causes problems since the "<identifier>" part is not correct assembler
syntax. It should read like this:

     43a:       0e 94 7e 0e     call    0x1cfc  ; <__divmodhi4>


Do you have a *small* test case to reproduce this behaviour ?

Also - have you tried the current sources in the mainline binutils CVS repository ? I think that they may already have the desired behaviour.

Cheers
  Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]