header_gen: Add missing vfp_expand_imm entry to arm_symbols

Prevents multiple definition errors when building 32-bit ARM frontends.
This commit is contained in:
Lioncash 2019-08-08 15:07:15 -04:00
parent f77b60d7e9
commit 9bf229ede1
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7
3 changed files with 3 additions and 0 deletions

View file

@ -3421,4 +3421,5 @@
#define uqadd_op uqadd_op_arm
#define uqsub_op uqsub_op_arm
#define usra_op usra_op_arm
#define vfp_expand_imm vfp_expand_imm_arm
#endif

View file

@ -3421,4 +3421,5 @@
#define uqadd_op uqadd_op_armeb
#define uqsub_op uqsub_op_armeb
#define usra_op usra_op_armeb
#define vfp_expand_imm vfp_expand_imm_armeb
#endif

View file

@ -3430,6 +3430,7 @@ arm_symbols = (
'uqadd_op',
'uqsub_op',
'usra_op',
'vfp_expand_imm',
)
aarch64_symbols = (