Advertisement
Guest User

acrux-test-cruxarm

a guest
Jun 6th, 2011
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. CRUX ARM (Genesi EfikaMX)
  2.  
  3. # readelf -a /usr/bin/ar
  4.  
  5.  
  6.  
  7.  
  8. -- with-float=soft
  9.  
  10. File Attributes
  11. Tag_CPU_name: "7-A"
  12. Tag_CPU_arch: v7
  13. Tag_CPU_arch_profile: Application
  14. Tag_ARM_ISA_use: Yes
  15. Tag_THUMB_ISA_use: Thumb-2
  16. Tag_FP_arch: VFPv3-D16
  17. Tag_ABI_PCS_wchar_t: 4
  18. Tag_ABI_FP_denormal: Needed
  19. Tag_ABI_FP_exceptions: Needed
  20. Tag_ABI_FP_number_model: IEEE 754
  21. Tag_ABI_align_needed: 8-byte
  22. Tag_ABI_align_preserved: 8-byte, except leaf SP
  23. Tag_ABI_enum_size: int
  24. Tag_DIV_use: Not allowed
  25.  
  26.  
  27.  
  28. -- with-float=softfp
  29.  
  30. File Attributes
  31. Tag_CPU_name: "7-A"
  32. Tag_CPU_arch: v7
  33. Tag_CPU_arch_profile: Application
  34. Tag_ARM_ISA_use: Yes
  35. Tag_THUMB_ISA_use: Thumb-2
  36. Tag_FP_arch: VFPv3-D16
  37. Tag_ABI_PCS_wchar_t: 4
  38. Tag_ABI_FP_denormal: Needed
  39. Tag_ABI_FP_exceptions: Needed
  40. Tag_ABI_FP_number_model: IEEE 754
  41. Tag_ABI_align_needed: 8-byte
  42. Tag_ABI_align_preserved: 8-byte, except leaf SP
  43. Tag_ABI_enum_size: int
  44. Tag_ABI_HardFP_use: SP and DP
  45. Tag_DIV_use: Not allowed
  46.  
  47.  
  48.  
  49. -- with-float=hard
  50.  
  51. File Attributes
  52. Tag_CPU_name: "7-A"
  53. Tag_CPU_arch: v7
  54. Tag_CPU_arch_profile: Application
  55. Tag_ARM_ISA_use: Yes
  56. Tag_THUMB_ISA_use: Thumb-2
  57. Tag_FP_arch: VFPv3-D16
  58. Tag_ABI_PCS_wchar_t: 4
  59. Tag_ABI_FP_denormal: Needed
  60. Tag_ABI_FP_exceptions: Needed
  61. Tag_ABI_FP_number_model: IEEE 754
  62. Tag_ABI_align_needed: 8-byte
  63. Tag_ABI_align_preserved: 8-byte, except leaf SP
  64. Tag_ABI_enum_size: int
  65. Tag_ABI_HardFP_use: SP and DP
  66. Tag_ABI_VFP_args: VFP registers
  67. Tag_DIV_use: Not allowed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement