You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/devel
Hauke Mehrtens bc89690f6e 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>
5 years ago
..
binutils add PKG_CPE_ID ids to package and tools 7 years ago
gdb gdb: The signal definitions of musl and gdb collide 5 years ago
gdb-arc toolchain/arc: update to the most recent release arc-2017.09 6 years ago
perf perf: remove linux 4.4 workarounds 6 years ago
strace strace: update to 4.25 6 years ago
trace-cmd devel/trace-cmd: Update to 2.6.1 7 years ago
valgrind valgrind: enable LTO and refresh patches 6 years ago