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


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

Reply via email to