http://bugzilla.suse.com/show_bug.cgi?id=1152590 http://bugzilla.suse.com/show_bug.cgi?id=1152590#c7 Jiri Slaby <jslaby@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #7 from Jiri Slaby <jslaby@suse.com> --- (In reply to Jiri Slaby from comment #6)
This mangling does not happen with binutils with avr support in the above project. Let me check whether linking works once this all gets build.
yes, after making examples/demo from avr-libc, the result now looks sensible: objdump -b binary -m avr:4 -D demo.bin demo.bin: file format binary Disassembly of section .data: 00000000 <.data>: 0: 12 c0 rjmp .+36 ; 0x26 2: 21 c0 rjmp .+66 ; 0x46 4: 20 c0 rjmp .+64 ; 0x46 6: 1f c0 rjmp .+62 ; 0x46 ... ea: f8 94 cli ec: ff cf rjmp .-2 ; 0xec I have noticed the update just landed to devel:gcc/binutils. We are done here, I think. -- You are receiving this mail because: You are on the CC list for the bug.