core: Fix linker error in thread_foreign_intr_exit

In case of having a large binary with multiple early TAs the linking
step of all_objs.o could fail because the offset cannot fit into the
adr instruction's +-1MB range. By replacing the adr instruction with
the adr_l macro this range is now extended to +-4GB.

Signed-off-by: Imre Kis <imre.kis@arm.com>
Change-Id: Id8a1d29dcb98a8ea423e3040bb155c521435bd4c
1 file changed
tree: a0ceebe5e9c35b8332034a6a60f70795c39c1d1d
  1. .github/
  2. core/
  3. keys/
  4. ldelf/
  5. lib/
  6. mk/
  7. scripts/
  8. sp/
  9. ta/
  10. .checkpatch.conf
  11. .gitattributes
  12. .gitignore
  13. .shippable.yml
  14. .travis.yml
  15. CHANGELOG.md
  16. LICENSE
  17. MAINTAINERS
  18. Makefile
  19. README.md
  20. typedefs.checkpatch
README.md

OP-TEE Trusted OS

This git contains source code for the secure side implementation of OP-TEE project.

All official OP-TEE documentation has moved to http://optee.readthedocs.io.

// OP-TEE core maintainers