這是本文件的舊版!
gcc
Distinguish ELF Binary is Hard-float / 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