http://sourceware.org/bugzilla/show_bug.cgi?id=14058
--- Comment #4 from Georg-Johann Lay <gjl at gcc dot gnu.org> 2012-05-03 22:03:18 UTC --- Here is a reduced example: ; == foo.ss == .text K1: nop .space 0x1fff6 K2: nop .section .progmem, "a", @progbits .word gs(K1) .word gs(K2) == Assemble == $ avr-as -mmcu=avr6 foo.ss -o foo.o == Link == $ avr-ld -m avr6 foo.o -o foo.elf -Map=foo.map With .space 0x1fff4 the linker passes. Is using linker stubs supported without --relax at all? -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils