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: hochstein at algo dot informatik dot tu-darmstadt dot de
Subject: [Bug binutils/2454] incorrect syntax in avr disassembly
Date: 11 Apr 2006 13:31:31 -0000

------- Additional Comments From hochstein at algo dot informatik dot 
tu-darmstadt dot de  2006-04-11 13:31 -------
Here comes the test case:

        call __divmodhi4
        .org 0x1cfc
__divmodhi4:
        nop

I compile the above program 

$ avr-as -I/usr/include/avr -mmcu=atmega32 -o call-test.o call-test.asm
$ avr-gcc -mmcu=atmega32 -nostdlib -o call-test call-test.o

and then dump it

$ avr-objdump -zD call-test

The output is

       0:       0e 94 7e 0e     call    0x1cfc <__divmodhi4>
       ...

I also tried the sources from CVS but they do not resolve the problem.

-- 


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]