Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae49b83d authored by Jiang Liu's avatar Jiang Liu Committed by Linus Torvalds
Browse files

score: normalize global variables exported by vmlinux.lds



Generate mandatory global variables _sdata in file vmlinux.lds.

Signed-off-by: default avatarJiang Liu <jiang.liu@huawei.com>
Cc: Chen Liqin <liqin.chen@sunplusct.com>
Cc: Lennox Wu <lennox.wu@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5dd7cd11
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ SECTIONS
	}

	. = ALIGN(16);
	_sdata =  .;			/* Start of data section */
	RODATA

	EXCEPTION_TABLE(16)