[XEN PATCH v7 28/51] build: rename __LINKER__ to LINKER_SCRIPT

2021-08-24 Thread Anthony PERARD
For two reasons: this macro is used to generate a "linker script" and is not by the linker, and name starting with an underscore '_' are supposed to be reserved, so better avoid them when not needed. Signed-off-by: Anthony PERARD --- xen/Rules.mk | 2 +- xen/arch/arm/include

Re: [XEN PATCH v7 28/51] build: rename __LINKER__ to LINKER_SCRIPT

2021-10-11 Thread Jan Beulich
On 24.08.2021 12:50, Anthony PERARD wrote: > For two reasons: this macro is used to generate a "linker script" and > is not by the linker, and name starting with an underscore '_' are > supposed to be reserved, so better avoid them when not needed. > > Signed-off-by: Anthony PERARD Reviewed-by: