forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from coolsnowwolf/master
20200518更新
- Loading branch information
Showing
6 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
diff -Naur a/gdb/nat/aarch64-sve-linux-ptrace.h b/gdb/nat/aarch64-sve-linux-ptrace.h | ||
--- a/gdb/nat/aarch64-sve-linux-ptrace.h 2018-09-05 15:27:13.000000000 +0800 | ||
+++ b/gdb/nat/aarch64-sve-linux-ptrace.h 2020-05-17 11:18:55.994338014 +0800 | ||
@@ -20,15 +20,11 @@ | ||
#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> | ||
|
||
-#ifndef SVE_SIG_ZREGS_SIZE | ||
-#include "aarch64-sve-linux-sigcontext.h" | ||
-#endif | ||
- | ||
/* Indicates whether a SVE ptrace header is followed by SVE registers or a | ||
fpsimd structure. */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters