From: chefmax Date: Tue, 24 Nov 2015 12:24:46 +0000 (+0000) Subject: Move ptrace.h to appropriate place. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=186e88ff6fbdf24be4274dbc4811e96177c0a77b;p=thirdparty%2Fgcc.git 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 --- diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index c392c57fcac2..895d3bd6db23 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,3 +1,8 @@ +2015-11-24 Maxim Ostapenko + + * include/system/linux/asm/ptrace.h: Move to ... + * include/system/asm/ptrace.h: ... this. + 2015-11-24 Maxim Ostapenko * include/system/linux/asm/ptrace.h: New header. diff --git a/libsanitizer/include/system/linux/asm/ptrace.h b/libsanitizer/include/system/asm/ptrace.h similarity index 88% rename from libsanitizer/include/system/linux/asm/ptrace.h rename to libsanitizer/include/system/asm/ptrace.h index d4249fee9608..5d2fe9becf0e 100644 --- a/libsanitizer/include/system/linux/asm/ptrace.h +++ b/libsanitizer/include/system/asm/ptrace.h @@ -1,4 +1,4 @@ -#include_next +#include_next /* 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