bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/2454] incorrect syntax in avr disassembly


From: nickc at redhat dot com
Subject: [Bug binutils/2454] incorrect syntax in avr disassembly
Date: 7 Apr 2006 14:48:33 -0000

------- Additional Comments From nickc at redhat dot com  2006-04-07 14:48 
-------
Subject: Re:  New: incorrect syntax in avr disassembly

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


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2454

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

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