]> git.baikalelectronics.ru Git - uboot.git/commit
tools: relocate-rela: Use global variables
authorMichal Simek <michal.simek@amd.com>
Fri, 24 Jun 2022 12:14:59 +0000 (14:14 +0200)
committerMichal Simek <michal.simek@amd.com>
Fri, 24 Jun 2022 12:14:59 +0000 (14:14 +0200)
commit2494728f233792766d9e566431561a1eeb95f006
treebe70f4f1473b570d2f887511e815d94831ffdefd
parentbff81a0f440ccd2c5133ce865adb8c740d413922
tools: relocate-rela: Use global variables

Declare rela_start/end and text_base as global variables. It will help with
using these variables for ELF decoding.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/7485b163e92f8f3f754c35f7c88c3314f2212efd.1655299267.git.michal.simek@amd.com
tools/relocate-rela.c