GCC section attribute and preprocessing -
can tell me type of macro is? do?
#define per_cpu_aligned_section "..shared_aligned" #define per_cpu_base_section ".data..percpu" #define __pcpu_attrs(sec) __percpu __attribute__((section(per_cpu_base_section sec))) per_cpu_attributes
what dot operator in first 2 macros?
can tell me more "section" attribute used in gcc? couldn't find info on web this. can give me link this?
thanks.
Comments
Post a Comment