1
0
Fork 0

powerpc: Define a _sdata symbol

This is needed by arch/powerpc/mm/mem.c now.

Signed-off-by: Paul Mackerras <paulus@samba.org>
hifive-unleashed-5.1
Paul Mackerras 2005-10-06 13:28:31 +10:00
parent 8dad3f9257
commit c16ff7e448
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ SECTIONS
#ifdef CONFIG_PPC32
/* Read-write section, merged into data segment: */
. = ALIGN(4096);
_sdata = .;
.data :
{
*(.data)