diff options
Diffstat (limited to 'arch/arm/lib/sections.c')
-rw-r--r-- | arch/arm/lib/sections.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/lib/sections.c b/arch/arm/lib/sections.c index db5463b2bbb..8955aa6111c 100644 --- a/arch/arm/lib/sections.c +++ b/arch/arm/lib/sections.c @@ -5,7 +5,7 @@ #include <linux/compiler.h> /** - * These two symbols are declared in a C file so that the linker + * These symbols are declared in a C file so that the linker * uses R_ARM_RELATIVE relocation, rather than the R_ARM_ABS32 one * it would use if the symbols were defined in the linker file. * Using only R_ARM_RELATIVE relocation ensures that references to @@ -23,4 +23,3 @@ char __secure_start[0] __section(".__secure_start"); char __secure_end[0] __section(".__secure_end"); char __secure_stack_start[0] __section(".__secure_stack_start"); char __secure_stack_end[0] __section(".__secure_stack_end"); -char _end[0] __section(".__end"); |