diff options
author | chefmax <chefmax@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-24 12:24:46 +0000 |
---|---|---|
committer | chefmax <chefmax@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-11-24 12:24:46 +0000 |
commit | 186e88ff6fbdf24be4274dbc4811e96177c0a77b (patch) | |
tree | 03aeb5383d609b2c13f7e349f54c62e0c7f892d9 /libsanitizer | |
parent | 625cd7aeebe5fad72957334013f9e289a06b840f (diff) | |
download | gcc-186e88ff6fbdf24be4274dbc4811e96177c0a77b.tar.gz |
Move ptrace.h to appropriate place.
libsanitizer/
* include/system/linux/asm/ptrace.h: Move to ...
* include/system/asm/ptrace.h: ... this.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230804 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libsanitizer')
-rw-r--r-- | libsanitizer/ChangeLog | 5 | ||||
-rw-r--r-- | libsanitizer/include/system/asm/ptrace.h (renamed from libsanitizer/include/system/linux/asm/ptrace.h) | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index c392c57fcac..895d3bd6db2 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,5 +1,10 @@ 2015-11-24 Maxim Ostapenko <m.ostapenko@partner.samsung.com> + * include/system/linux/asm/ptrace.h: Move to ... + * include/system/asm/ptrace.h: ... this. + +2015-11-24 Maxim Ostapenko <m.ostapenko@partner.samsung.com> + * include/system/linux/asm/ptrace.h: New header. 2015-11-23 Maxim Ostapenko <m.ostapenko@partner.samsung.com> diff --git a/libsanitizer/include/system/linux/asm/ptrace.h b/libsanitizer/include/system/asm/ptrace.h index d4249fee960..5d2fe9becf0 100644 --- a/libsanitizer/include/system/linux/asm/ptrace.h +++ b/libsanitizer/include/system/asm/ptrace.h @@ -1,4 +1,4 @@ -#include_next <linux/asm/ptrace.h> +#include_next <asm/ptrace.h> /* ARM_VFPREGS_SIZE has been added in 3.0 */ #if defined(__arm__) && !defined(ARM_VFPREGS_SIZE) /* The size of the user-visible VFP state as seen by PTRACE_GET/SETVFPREGS |