Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s390/clean-up: use CFI_* macros in entry.S
Commit f19fbd5 ("s390: introduce execute-trampolines for branches") introduces .cfi_* assembler directives. Instead of using the directives directly, use the macros from asm/dwarf.h. This also ensures that the dwarf debug information are created in the .debug_frame section. Fixes: f19fbd5 ("s390: introduce execute-trampolines for branches") Signed-off-by: Hendrik Brueckner <[email protected]> Signed-off-by: Martin Schwidefsky <[email protected]>
- Loading branch information