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

Commit a90c73d1 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman Committed by Alistair Strachan
Browse files

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



This reverts commit 87386764dac1e8dde46ad792e072bd8e8004ee00 which is
commit 392bef709659abea614abfe53cf228e7a59876a4 upstream.

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

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

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

	NOTES :text :note