------- 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.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to