Re: [PATCH v3 9/8] common: honor CONFIG_CC_SPLIT_SECTIONS also for assembly functions

2023-07-18 Thread Jan Beulich
On 17.07.2023 16:18, Jan Beulich wrote: > Leverage the new infrastructure in xen/linkage.h to also switch to per- > function sections (when configured), deriving the specific name from the > "base" section in use at the time FUNC() is invoked. > > Signed-off-by: Jan Beulich This additional chang

[PATCH v3 9/8] common: honor CONFIG_CC_SPLIT_SECTIONS also for assembly functions

2023-07-17 Thread Jan Beulich
Leverage the new infrastructure in xen/linkage.h to also switch to per- function sections (when configured), deriving the specific name from the "base" section in use at the time FUNC() is invoked. Signed-off-by: Jan Beulich --- RFC: Since we use .subsection in UNLIKELY_START(), a perhaps not rea