aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/gdb/patches/010-aarch64-headers.patch
Commit message (Collapse)AuthorAgeFilesLines
* gdb: The signal definitions of musl and gdb collideHauke Mehrtens2019-01-121-0/+44
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>