AVR C Runtime Library - Bugs: bug #48473, FAQ: "How do I relocate code...
You are not allowed to post comments on this tracker with your current authentication level.
bug #48473: FAQ: "How do I relocate code to a fixed address?" can be misleading
Submitter: | Tyg <tyg> | ||
Submitted: | Mon 11 Jul 2016 06:26:31 PM UTC | ||
Category: | Documentation | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | Documentation |
Status: | None | Percent Complete: | 0% |
Assigned to: | None | Open/Closed: | Open |
Release: | 1.8.0 | Fixed Release: | None |
Mon 11 Jul 2016 06:44:59 PM UTC, comment #1: |
Georg-Johann Lay <gjlayde> |
Mon 11 Jul 2016 06:26:31 PM UTC, original submission:
The method described in http://www.nongnu.org/avr-libc/user-manual/FAQ.html > "How do I relocate code to a fixed address?" does not work in every situation.
|
Tyg <tyg> |
Depends on the following items: None found
Items that depend on this one: None found
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2016-07-11 | tyg | Attached File | - | ![]() |
Added inline_section_bug_sample.zip, #37813 |
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).