Skip to content
Snippets Groups Projects
Commit 64711f9a authored by Max Filippov's avatar Max Filippov
Browse files

xtensa: implement jump_label support


Use 3-byte 'nop' and 'j' instructions that are always present. Don't let
assembler mark a spot right after patchable 'j' instruction as
unreachable and later put literals or padding bytes there. Add separate
implementations of patch_text for SMP and UP cases, avoiding use of
atomics on UP.

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent af5395c2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment