這是本文件的舊版!
GCC
Distinguish An ELF Binary is Hard-float or Soft-float
readelf -a [elf-bin] | grep 'VFP registers' # Hard-float readelf -a [elf-bin] | grep 'Tag_ABI_HardFP_use' # Soft-float
gcc
這是本文件的舊版!
readelf -a [elf-bin] | grep 'VFP registers' # Hard-float readelf -a [elf-bin] | grep 'Tag_ABI_HardFP_use' # Soft-float