diff options
| author | Thomas Weißschuh <[email protected]> | 2023-05-24 18:27:06 +0200 |
|---|---|---|
| committer | Paul E. McKenney <[email protected]> | 2023-06-09 11:46:09 -0700 |
| commit | 79d8d4cad2252dd69076cc7997e56459baf523b1 (patch) | |
| tree | f9d136427cd7a3ad4b35e148ae6da36fb3a89ca0 /tools/perf/scripts/python/stackcollapse.py | |
| parent | e76b70dec9c257f4ccebd7f98d1de97ed071f0d1 (diff) | |
tools/nolibc: s390: disable stackprotector in _start
s390 does not support the "global" stack protector mode that is
implemented in nolibc.
Now that nolibc detects if stack protectors are enabled at runtime it
could happen that a future compiler does indeed use global mode on
and nolibc would compile but segfault at runtime.
To avoid this hypothetic case and to align s390 with the other
architectures disable stack protectors when compiling _start().
Signed-off-by: Thomas Weißschuh <[email protected]>
Signed-off-by: Willy Tarreau <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions