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

Commit 3434ddb2 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "x86/build: Move _etext to actual end of .text"



This reverts commit 87386764 which is
commit 392bef709659abea614abfe53cf228e7a59876a4 upstream.

This breaks the android build at the moment as it still uses binutils :(

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 719bdd91
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -111,10 +111,10 @@ SECTIONS
		*(.text.__x86.indirect_thunk)
		__indirect_thunk_end = .;
#endif
	} :text = 0x9090

		/* End of text section */
		_etext = .;
	} :text = 0x9090

	NOTES :text :note