------- 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.
_______________________________________________
bug-binutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils