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

Commit a90a44ee authored by Tim Abbott's avatar Tim Abbott Committed by Greg Ungerer
Browse files

m68knommu: Move __init_begin out of the .init section.



Signed-off-by: default avatarTim Abbott <tabbott@ksplice.com>
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent 84bd7571
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -157,6 +157,8 @@ SECTIONS {
	.init : {
		. = ALIGN(PAGE_SIZE);
		__init_begin = .;
	} > INIT
	.init : {
		_sinittext = .;
		INIT_TEXT
		_einittext = .;