commit | 2da03d4114b2587f0e8e45f4862074e34daee64e | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Sat Dec 09 18:44:11 2017 -0800 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Sun Dec 10 14:48:52 2017 -0800 |
tree | bb8b7dd122fa8fc036eeaa340264e2af405629cb | |
parent | f8f02ca73cd8d1e2ac61ea1e5f0574a8c1f472fa [diff] |
xtensa: use call instead of callx in assembly code Now that xtensa assembly sources are compiled with -mlongcalls let the assembler and linker relax call instructions into l32r + callx where needed. This change makes the code cleaner and potentially a bit faster. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>