這是本文件的舊版!


GCC

readelf -a [elf-bin] | grep 'VFP registers' # Hard-float
readelf -a [elf-bin] | grep 'Tag_ABI_HardFP_use' # Soft-float

https://www.cnx-software.com/2013/04/22/how-to-detect-if-an-arm-elf-binary-is-hard-float-armhf-or-soft-float-armel/