diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-01-02 16:32:35 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-01-12 22:38:50 +0100 |
commit | bc89690f6e2c80e100b4dbfbabc7c7adb8218d74 (patch) | |
tree | 4063ff38ca2745cdd18a08a2a9f9af9f0156e7a5 /target/linux/x86/patches-4.14 | |
parent | 6be064c788f5c2edc49c24c9e9c2b48d63a8811c (diff) | |
download | upstream-bc89690f6e2c80e100b4dbfbabc7c7adb8218d74.tar.gz upstream-bc89690f6e2c80e100b4dbfbabc7c7adb8218d74.tar.bz2 upstream-bc89690f6e2c80e100b4dbfbabc7c7adb8218d74.zip |
gdb: The signal definitions of musl and gdb collide
This fixes compilation of gdb on arm64.
The kernel defines "struct sigcontext" in asm/sigcontext.h and musl libc
defines it in signal.h, which collides.
Kernel 4.14 misses the definitions of struct user_sve_header so we still
have to use the aarch64-sve-linux-sigcontext.h header file which also
provides that and make sure aarch64-sve-linux-sigcontext.h does not
provide the same headers as the kernel or musl.
Fixes: FS#2040
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/x86/patches-4.14')
0 files changed, 0 insertions, 0 deletions