[ARM] use asm/sections.h

Update to use the asm/sections.h header rather than declaring these
symbols ourselves.  Change __data_start to _data to conform with the
naming found within asm/sections.h.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King
2008-12-01 11:53:07 +00:00
committed by Russell King
parent 112243034c
commit 37efe6427d
8 changed files with 28 additions and 27 deletions

View File

@@ -119,7 +119,7 @@ SECTIONS
#endif
.data : AT(__data_loc) {
__data_start = .; /* address in memory */
_data = .; /* address in memory */
/*
* first, the init task union, aligned