Tomas Matheson f500662924 Detect section type conflicts between functions and variables
If two variables are declared with __attribute__((section(name))) and
the implicit section types (e.g. read only vs writeable) conflict, an
error is raised. Extend this mechanism so that an error is raised if the
section type implied by a function's __attribute__((section)) conflicts
with that of another variable.
2020-12-17 11:43:47 -05:00
..
2018-04-06 15:14:32 +00:00
2018-04-06 15:14:32 +00:00
2019-05-08 05:59:25 +00:00
2018-04-06 15:14:32 +00:00