[EXT_EP-9484] C28 linker --relocatable option does not retain blocked section flags Created: 19/Aug/19 Updated: 19/Feb/20 |
|
Status: | New |
Project: | Embedded Software & Tools |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Medium |
Reporter: | TI User | Assignee: | TI User |
Resolution: | Unresolved | Votes: | 0 |
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Product: | Code Generation Tools |
Internal ID: | CODEGEN-6608 |
Found In Release: | C2000_15.12.7.LTS C2000_16.9.11.LTS |
Workaround: | Use __attribute__((noblocked)) on the definition for any globals in partially linked files as well as any extern declarations for same globals. |
Release Notes: | During partial link using --relocatable option, blocking flag settings are not transferred from input sections to output sections. |
Description |
C28 linker --relocatable option does not retain blocked section flags |