diff options
author | Hans de Goede <[email protected]> | 2019-12-12 21:53:04 +0100 |
---|---|---|
committer | Vasily Gorbik <[email protected]> | 2019-12-18 23:29:26 +0100 |
commit | cd92ac253063981c96abfc3fdb326e430bd89ea6 (patch) | |
tree | 6868b187885493c873aaedb7242c3d516136060d /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf | |
parent | 6feeee8efc53035c3195b02068b58ae947538aa4 (diff) |
s390/purgatory: Make sure we fail the build if purgatory has missing symbols
Since we link purgatory with -r aka we enable "incremental linking"
no checks for unresolved symbols are done while linking the purgatory.
This commit adds an extra check for unresolved symbols by calling ld
without -r before running objcopy to generate purgatory.ro.
This will help us catch missing symbols in the purgatory sooner.
Note this commit also removes --no-undefined from LDFLAGS_purgatory
as that has no effect.
Signed-off-by: Hans de Goede <[email protected]>
Link: https://lore.kernel.org/lkml/[email protected]
Tested-by: Philipp Rudo <[email protected]>
Signed-off-by: Christian Borntraeger <[email protected]>
Signed-off-by: Vasily Gorbik <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions