diff options
author | 2019-08-12 14:50:45 -0700 | |
---|---|---|
committer | 2019-08-13 18:32:15 +0100 | |
commit | 80d838122643a09a9f99824adea4b4261e4451e6 (patch) | |
tree | 26543584d8c5a700c1d366cefe309cd91cca6e6e /scripts/gdb/linux/utils.py | |
parent | arm64/ptrace: Fix typoes in sve_set() comment (diff) | |
download | wireguard-linux-80d838122643a09a9f99824adea4b4261e4451e6.tar.xz wireguard-linux-80d838122643a09a9f99824adea4b4261e4451e6.zip |
arm64: prefer __section from compiler_attributes.h
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 <sedat.dilek@gmail.com>
Suggested-by: Josh Poimboeuf <jpoimboe@redhat.com>
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions