commit | e5d88760f44563a0752a84b1a135bff6f604db3c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jan 01 13:19:12 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jan 07 18:08:20 2020 +0100 |
tree | 36e201d9525fec9877437359b10e4a6fbbf5bc0a | |
parent | ce77d307d6c9d1b3be3fa26d0041a3eebb07773c [diff] |
efi_loader: __cyg_profile_func_enter/_exit U-Boot can be compiled with function tracing enabled. When compiling with FTRACE __cyg_profile_func_enter() is called when a function is entered and __cyg_profile_func_exit() when the function is left. To avoid a crash we have to define these function for the free-standing UEFI binaries. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>