diff options
author | Nick Desaulniers <[email protected]> | 2019-08-12 14:50:34 -0700 |
---|---|---|
committer | Vasily Gorbik <[email protected]> | 2019-10-31 17:20:52 +0100 |
commit | 4f84b383511de8dabc9bed2b98d2918830723527 (patch) | |
tree | 042d3bfac2f1acfa034a7030c9e91a0ef76981dc /scripts/gdb/linux/utils.py | |
parent | cceb018377a123dd77d3239bbdbfbdf50f0d6a71 (diff) |
s390/boot: fix section name escaping
GCC unescapes escaped string section names while Clang does not. Because
__section uses the `#` stringification operator for the section name, it
doesn't need to be escaped.
This antipattern was found with:
$ grep -e __section\(\" -e __section__\(\" -r
Reported-by: Sedat Dilek <[email protected]>
Suggested-by: Josh Poimboeuf <[email protected]>
Signed-off-by: Nick Desaulniers <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Signed-off-by: Vasily Gorbik <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions