aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/arm-cs-trace-disasm.py
diff options
context:
space:
mode:
authorSven Schnelle <[email protected]>2023-01-10 08:24:24 +0100
committerPaul E. McKenney <[email protected]>2023-01-10 13:33:56 -0800
commit9e5bdc613d06fdc6fed73267767c09a0dc0c6aac (patch)
treeee789327f80546c6415ae7b5ee2a6569dc821515 /tools/perf/scripts/python/arm-cs-trace-disasm.py
parent758f33379569d817558a4310c47b42834b8e4e57 (diff)
tools/nolibc: export environ as a weak symbol on s390
The environ is retrieved from the _start code and is easy to store at this moment. Let's declare the variable weak and store the value into it. By not being static it will be visible to all units. By being weak, if some programs already declared it, they will continue to be able to use it. This was tested on s390 both with environ inherited from _start and extracted from envp. Signed-off-by: Sven Schnelle <[email protected]> Signed-off-by: Willy Tarreau <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions