re PR sanitizer/59009 (libsanitizer merge from upstream r191666 breaks bootstrap on powerpc64-linux and aarch64-linux)
PR sanitizer/59009 * sanitizer_common/sanitizer_platform_limits_posix.cc: Temporarily ifdef out more source. From-SVN: r204757
This commit is contained in:
parent
4c7d077736
commit
c3d77f3add
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2013-11-13 Peter Bergner <bergner@vnet.ibm.com>
|
||||
|
||||
PR sanitizer/59009
|
||||
* sanitizer_common/sanitizer_platform_limits_posix.cc: Temporarily
|
||||
ifdef out more source.
|
||||
|
||||
2013-11-12 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sanitizer_common/sanitizer_platform_limits_linux.cc: Temporarily
|
||||
|
|
|
@ -855,6 +855,7 @@ CHECK_STRUCT_SIZE_AND_OFFSET(sigaction, sa_flags);
|
|||
CHECK_STRUCT_SIZE_AND_OFFSET(sigaction, sa_restorer);
|
||||
#endif
|
||||
|
||||
#ifdef SYSCALL_INTERCEPTION
|
||||
#if SANITIZER_LINUX
|
||||
CHECK_TYPE_SIZE(__sysctl_args);
|
||||
CHECK_SIZE_AND_OFFSET(__sysctl_args, name);
|
||||
|
@ -872,6 +873,7 @@ CHECK_TYPE_SIZE(__kernel_off_t);
|
|||
CHECK_TYPE_SIZE(__kernel_loff_t);
|
||||
CHECK_TYPE_SIZE(__kernel_fd_set);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !SANITIZER_ANDROID
|
||||
CHECK_TYPE_SIZE(wordexp_t);
|
||||
|
|
Loading…
Add table
Reference in a new issue