diff options
author | Will Deacon <will.deacon@arm.com> | 2019-06-18 14:10:48 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-06-24 03:43:03 +0900 |
commit | a222061b85234d8a44486a46bd4df7e2cda52385 (patch) | |
tree | 946f5fc7eef88d10a67d77cd8ea46f726b605eae /usr | |
parent | 4df607cc6fe8e46b258ff2a53d0a60ca3008ffc7 (diff) | |
download | linux-a222061b85234d8a44486a46bd4df7e2cda52385.tar.bz2 |
genksyms: Teach parser about 128-bit built-in types
__uint128_t crops up in a few files that export symbols to modules, so
teach genksyms about it and the other GCC built-in 128-bit integer types
so that we don't end up skipping the CRC generation for some symbols due
to the parser failing to spot them:
| WARNING: EXPORT symbol "kernel_neon_begin" [vmlinux] version
| generation failed, symbol will not be versioned.
| ld: arch/arm64/kernel/fpsimd.o: relocation R_AARCH64_ABS32 against
| `__crc_kernel_neon_begin' can not be used when making a shared
| object
| ld: arch/arm64/kernel/fpsimd.o:(.data+0x0): dangerous relocation:
| unsupported relocation
Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions