Updated building framework
This commit is contained in:
parent
8449cf65b5
commit
4a9365f57a
8 changed files with 175 additions and 52 deletions
patches/gdb
18
patches/gdb/gdb-aarch64-header-sigcontext-fix.patch
Normal file
18
patches/gdb/gdb-aarch64-header-sigcontext-fix.patch
Normal file
|
@ -0,0 +1,18 @@
|
|||
--- /tmp/aarch64-linux-musl-cross/aarch64-linux-musl/include/asm/sigcontext.h
|
||||
+++ /aarch64-linux-musl-cross/aarch64-linux-musl/include/asm/sigcontext.h
|
||||
@@ -25,6 +25,7 @@
|
||||
* Signal context structure - contains all info to do with the state
|
||||
* before the signal handler was invoked.
|
||||
*/
|
||||
+#if false
|
||||
struct sigcontext {
|
||||
__u64 fault_address;
|
||||
/* AArch64 registers */
|
||||
@@ -127,6 +128,7 @@
|
||||
__u16 vl;
|
||||
__u16 __reserved[3];
|
||||
};
|
||||
+#endif
|
||||
|
||||
#endif /* !__ASSEMBLY__ */
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue