commit | 9bb9f377846e53a376e8c458411287c092c05411 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Tue Feb 18 18:12:31 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Feb 24 12:56:19 2020 +0100 |
tree | 7a09f4e8b2632eec1e15f1109acd00483908739b | |
parent | ca171ad20c1a0b74e230379c51f2092c26e23892 [diff] |
symbolize.py: add -L option to the "file" command The symbolize script uses the "file" command to identify the architecture of ELF binaries. If the file is a symbolic link (which can happen with shared libraries typically), the command may fail to return the expected output and print "symbolic link to <some path>" instead. This behavior of the "file" command depends on the environment variable POSIXLY_CORRECT. In order to not depend on this, this commit adds the -L option (follow symlinks). Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
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