Advertisement
Guest User

Untitled

a guest
Jan 10th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. --- 1 2015-01-10 07:05:23.000000000 -0800
  2. +++ 2 2015-01-10 07:05:35.000000000 -0800
  3. @@ -6,6 +6,8 @@
  4. #define __ARM_ARCH 6
  5. #define __ARM_ARCH_6ZK__ 1
  6. #define __ARM_ARCH_ISA_ARM 1
  7. +#define __ARM_EABI__ 1
  8. +#define __ARM_PCS 1
  9. #define __ARM_SIZEOF_MINIMAL_ENUM 4
  10. #define __ARM_SIZEOF_WCHAR_T 4
  11. #define __ARM_VFPV2__ 1
  12. @@ -52,14 +54,14 @@
  13. #define __FLT_MIN_EXP__ (-125)
  14. #define __FLT_MIN__ 1.17549435e-38F
  15. #define __FLT_RADIX__ 2
  16. -#define __FreeBSD__ 8
  17. -#define __FreeBSD_cc_version 800001
  18. +#define __FreeBSD__ 11
  19. +#define __FreeBSD_cc_version 1100001
  20. #define __GCC_ATOMIC_BOOL_LOCK_FREE 2
  21. #define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2
  22. #define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2
  23. #define __GCC_ATOMIC_CHAR_LOCK_FREE 2
  24. #define __GCC_ATOMIC_INT_LOCK_FREE 2
  25. -#define __GCC_ATOMIC_LLONG_LOCK_FREE 1
  26. +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2
  27. #define __GCC_ATOMIC_LONG_LOCK_FREE 2
  28. #define __GCC_ATOMIC_POINTER_LOCK_FREE 2
  29. #define __GCC_ATOMIC_SHORT_LOCK_FREE 2
  30. @@ -292,11 +294,11 @@
  31. #define __UINT_LEAST8_MAX__ 255
  32. #define __UINT_LEAST8_TYPE__ unsigned char
  33. #define __USER_LABEL_PREFIX__
  34. -#define __USING_SJLJ_EXCEPTIONS__ 1
  35. #define __VERSION__ "4.2.1 Compatible FreeBSD Clang 3.5.0 (tags/RELEASE_350/final 216957)"
  36. #define __VFP_FP__ 1
  37. -#define __WCHAR_MAX__ 2147483647
  38. -#define __WCHAR_TYPE__ int
  39. +#define __WCHAR_MAX__ 4294967295U
  40. +#define __WCHAR_TYPE__ unsigned int
  41. +#define __WCHAR_UNSIGNED__ 1
  42. #define __WCHAR_WIDTH__ 32
  43. #define __WINT_TYPE__ int
  44. #define __WINT_WIDTH__ 32
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement