ANDROID: Revert "x86/build: Move _etext to actual end of .text"
This reverts commit 392bef7096
.
Bug: 132629930
Bug: 120440614
Test: Building gki x86 config successfully
Change-Id: Iecf8a8e0c74850112cc4f6f9b4b5e0713e158a77
Signed-off-by: Ram Muthiah <rammuthiah@google.com>
This commit is contained in:
parent
7eb28048b0
commit
61bfbd6d35
@ -141,10 +141,10 @@ SECTIONS
|
||||
*(.text.__x86.indirect_thunk)
|
||||
__indirect_thunk_end = .;
|
||||
#endif
|
||||
} :text = 0x9090
|
||||
|
||||
/* End of text section */
|
||||
_etext = .;
|
||||
/* End of text section */
|
||||
_etext = .;
|
||||
} :text = 0x9090
|
||||
|
||||
NOTES :text :note
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user