commit | bd47cdb78997f83bd170c389ef59de9eec65976a | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Sun Aug 29 07:42:46 2021 -0700 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Mon Oct 18 22:19:35 2021 -0700 |
tree | 4676aaeb0cf95d6cea129e99fea6030c1ce151ed | |
parent | 431d1a34dfb6ce0d824ac22fc0f0c67c94123bc7 [diff] |
xtensa: move section symbols to asm/sections.h Introduce asm/sections.h and move section declarations to this header from setup.c. Assign section symbols char array type uniformly and drop address operator from section symbol references in code. Sort headers in setup.c while at it. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>