about summary refs log tree commit diff
path: root/sysdeps/arm/le/armv6t2
Commit message (Collapse)AuthorAgeFilesLines
* arm: Fix armv7 selection after 'Split BE/LE abilist'Adhemerval Zanella2019-11-251-0/+1
It adds the missing Implies for armv7, armv6, armv6t2 after the commit 1673ba87fefe019c. Without the Implies a build with the compiler targeting the aforementioned architecture does not select the arch-specific optimization including the ifunc selectors. I checked with a build against armv5, armv6, armv6t2, armv7, and armv7-neon for both LE and BE. For armv6 and armv7 I also checked that both sysdeps selection and the resulting implementation built is the expected ones.