[avr-libc-dev] [bug #48480] missing definitions in iox128a1u.h, iox64a1u.h

2016-07-11 Thread anonymous
URL: Summary: missing definitions in iox128a1u.h, iox64a1u.h Project: AVR C Runtime Library Submitted by: None Submitted on: Tue 12 Jul 2016 12:36:21 AM UTC Category: Header

[avr-libc-dev] [bug #45701] redundant stack initialization in crt1.o

2016-07-11 Thread Georg-Johann Lay
Follow-up Comment #1, bug #45701 (project avr-libc): The current startup code allows a custom value for SP init by defining symbol __stack , for example: -Wl,--defsym,__stack=0x123 or by defining that symbol in a custom linker description file. Moreover it is not uncommon to (re)start an appli

[avr-libc-dev] [bug #48473] FAQ: "How do I relocate code to a fixed address?" can be misleading

2016-07-11 Thread Georg-Johann Lay
Follow-up Comment #1, bug #48473 (project avr-libc): If inlining is a problem, then the same applies to cloning. Hence the docs should also recommend __noclone__ and __no_icf__ (provided gcc supports these attributes). ___ Reply to thi

[avr-libc-dev] [bug #48473] FAQ: "How do I relocate code to a fixed address?" can be misleading

2016-07-11 Thread Tyg
URL: Summary: FAQ: "How do I relocate code to a fixed address?" can be misleading Project: AVR C Runtime Library Submitted by: tyg Submitted on: Mon 11 Jul 2016 06:26:31 PM GMT Cate