mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 01:21:27 +00:00
Merge pull request #1220 from claymation/patch-1
Fix native gdb aarch64 musl build
This commit is contained in:
commit
2fbf355f28
17
packages/gdb/8.2.1/0005-musl-aarch64-sigcontext.patch
vendored
Normal file
17
packages/gdb/8.2.1/0005-musl-aarch64-sigcontext.patch
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
gdb/nat/aarch64-sve-linux-ptrace.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/gdb/nat/aarch64-sve-linux-ptrace.h b/gdb/nat/aarch64-sve-linux-ptrace.h
|
||||
index 029e753ffe..172ae39432 100644
|
||||
--- a/gdb/nat/aarch64-sve-linux-ptrace.h
|
||||
+++ b/gdb/nat/aarch64-sve-linux-ptrace.h
|
||||
@@ -20,7 +20,7 @@
|
||||
#ifndef AARCH64_SVE_LINUX_PTRACE_H
|
||||
#define AARCH64_SVE_LINUX_PTRACE_H
|
||||
|
||||
-#include <asm/sigcontext.h>
|
||||
+#include <signal.h>
|
||||
#include <sys/utsname.h>
|
||||
#include <sys/ptrace.h>
|
||||
#include <asm/ptrace.h>
|
Loading…
x
Reference in New Issue
Block a user