From 9bef24d0dea30447951e1cd0074be502ca408fc0 Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Wed, 3 Aug 2016 20:44:39 +0300 Subject: arc: No need in sections defined in sources with newer tools Starting from arc-2016.03 GNU tools linker properly works with symbols defined in linker script and so external declarations are no longer required, dump them. Signed-off-by: Alexey Brodkin --- arch/arc/include/asm/sections.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/arc/include') diff --git a/arch/arc/include/asm/sections.h b/arch/arc/include/asm/sections.h index b8f2a859fd9..00f12172ab5 100644 --- a/arch/arc/include/asm/sections.h +++ b/arch/arc/include/asm/sections.h @@ -9,9 +9,7 @@ #include -extern ulong __text_end; extern ulong __ivt_start; extern ulong __ivt_end; -extern ulong __image_copy_start; #endif /* __ASM_ARC_SECTIONS_H */ -- cgit v1.3.1