Fix building for multi-arch targets

This commit is contained in:
Lioncash 2018-03-03 21:14:02 -05:00
parent f66e74d65b
commit 0ef338aa71
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7
14 changed files with 14 additions and 0 deletions

View file

@ -628,6 +628,7 @@
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_aarch64 #define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_aarch64
#define floatx80_mul floatx80_mul_aarch64 #define floatx80_mul floatx80_mul_aarch64
#define floatx80_rem floatx80_rem_aarch64 #define floatx80_rem floatx80_rem_aarch64
#define floatx80_round floatx80_round_aarch64
#define floatx80_round_to_int floatx80_round_to_int_aarch64 #define floatx80_round_to_int floatx80_round_to_int_aarch64
#define floatx80_scalbn floatx80_scalbn_aarch64 #define floatx80_scalbn floatx80_scalbn_aarch64
#define floatx80_sqrt floatx80_sqrt_aarch64 #define floatx80_sqrt floatx80_sqrt_aarch64

View file

@ -628,6 +628,7 @@
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_aarch64eb #define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_aarch64eb
#define floatx80_mul floatx80_mul_aarch64eb #define floatx80_mul floatx80_mul_aarch64eb
#define floatx80_rem floatx80_rem_aarch64eb #define floatx80_rem floatx80_rem_aarch64eb
#define floatx80_round floatx80_round_aarch64eb
#define floatx80_round_to_int floatx80_round_to_int_aarch64eb #define floatx80_round_to_int floatx80_round_to_int_aarch64eb
#define floatx80_scalbn floatx80_scalbn_aarch64eb #define floatx80_scalbn floatx80_scalbn_aarch64eb
#define floatx80_sqrt floatx80_sqrt_aarch64eb #define floatx80_sqrt floatx80_sqrt_aarch64eb

View file

@ -628,6 +628,7 @@
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_arm #define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_arm
#define floatx80_mul floatx80_mul_arm #define floatx80_mul floatx80_mul_arm
#define floatx80_rem floatx80_rem_arm #define floatx80_rem floatx80_rem_arm
#define floatx80_round floatx80_round_arm
#define floatx80_round_to_int floatx80_round_to_int_arm #define floatx80_round_to_int floatx80_round_to_int_arm
#define floatx80_scalbn floatx80_scalbn_arm #define floatx80_scalbn floatx80_scalbn_arm
#define floatx80_sqrt floatx80_sqrt_arm #define floatx80_sqrt floatx80_sqrt_arm

View file

@ -628,6 +628,7 @@
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_armeb #define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_armeb
#define floatx80_mul floatx80_mul_armeb #define floatx80_mul floatx80_mul_armeb
#define floatx80_rem floatx80_rem_armeb #define floatx80_rem floatx80_rem_armeb
#define floatx80_round floatx80_round_armeb
#define floatx80_round_to_int floatx80_round_to_int_armeb #define floatx80_round_to_int floatx80_round_to_int_armeb
#define floatx80_scalbn floatx80_scalbn_armeb #define floatx80_scalbn floatx80_scalbn_armeb
#define floatx80_sqrt floatx80_sqrt_armeb #define floatx80_sqrt floatx80_sqrt_armeb

View file

@ -634,6 +634,7 @@ symbols = (
'floatx80_maybe_silence_nan', 'floatx80_maybe_silence_nan',
'floatx80_mul', 'floatx80_mul',
'floatx80_rem', 'floatx80_rem',
'floatx80_round',
'floatx80_round_to_int', 'floatx80_round_to_int',
'floatx80_scalbn', 'floatx80_scalbn',
'floatx80_sqrt', 'floatx80_sqrt',

View file

@ -628,6 +628,7 @@
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_m68k #define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_m68k
#define floatx80_mul floatx80_mul_m68k #define floatx80_mul floatx80_mul_m68k
#define floatx80_rem floatx80_rem_m68k #define floatx80_rem floatx80_rem_m68k
#define floatx80_round floatx80_round_m68k
#define floatx80_round_to_int floatx80_round_to_int_m68k #define floatx80_round_to_int floatx80_round_to_int_m68k
#define floatx80_scalbn floatx80_scalbn_m68k #define floatx80_scalbn floatx80_scalbn_m68k
#define floatx80_sqrt floatx80_sqrt_m68k #define floatx80_sqrt floatx80_sqrt_m68k

View file

@ -628,6 +628,7 @@
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_mips #define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_mips
#define floatx80_mul floatx80_mul_mips #define floatx80_mul floatx80_mul_mips
#define floatx80_rem floatx80_rem_mips #define floatx80_rem floatx80_rem_mips
#define floatx80_round floatx80_round_mips
#define floatx80_round_to_int floatx80_round_to_int_mips #define floatx80_round_to_int floatx80_round_to_int_mips
#define floatx80_scalbn floatx80_scalbn_mips #define floatx80_scalbn floatx80_scalbn_mips
#define floatx80_sqrt floatx80_sqrt_mips #define floatx80_sqrt floatx80_sqrt_mips

View file

@ -628,6 +628,7 @@
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_mips64 #define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_mips64
#define floatx80_mul floatx80_mul_mips64 #define floatx80_mul floatx80_mul_mips64
#define floatx80_rem floatx80_rem_mips64 #define floatx80_rem floatx80_rem_mips64
#define floatx80_round floatx80_round_mips64
#define floatx80_round_to_int floatx80_round_to_int_mips64 #define floatx80_round_to_int floatx80_round_to_int_mips64
#define floatx80_scalbn floatx80_scalbn_mips64 #define floatx80_scalbn floatx80_scalbn_mips64
#define floatx80_sqrt floatx80_sqrt_mips64 #define floatx80_sqrt floatx80_sqrt_mips64

View file

@ -628,6 +628,7 @@
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_mips64el #define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_mips64el
#define floatx80_mul floatx80_mul_mips64el #define floatx80_mul floatx80_mul_mips64el
#define floatx80_rem floatx80_rem_mips64el #define floatx80_rem floatx80_rem_mips64el
#define floatx80_round floatx80_round_mips64el
#define floatx80_round_to_int floatx80_round_to_int_mips64el #define floatx80_round_to_int floatx80_round_to_int_mips64el
#define floatx80_scalbn floatx80_scalbn_mips64el #define floatx80_scalbn floatx80_scalbn_mips64el
#define floatx80_sqrt floatx80_sqrt_mips64el #define floatx80_sqrt floatx80_sqrt_mips64el

View file

@ -628,6 +628,7 @@
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_mipsel #define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_mipsel
#define floatx80_mul floatx80_mul_mipsel #define floatx80_mul floatx80_mul_mipsel
#define floatx80_rem floatx80_rem_mipsel #define floatx80_rem floatx80_rem_mipsel
#define floatx80_round floatx80_round_mipsel
#define floatx80_round_to_int floatx80_round_to_int_mipsel #define floatx80_round_to_int floatx80_round_to_int_mipsel
#define floatx80_scalbn floatx80_scalbn_mipsel #define floatx80_scalbn floatx80_scalbn_mipsel
#define floatx80_sqrt floatx80_sqrt_mipsel #define floatx80_sqrt floatx80_sqrt_mipsel

View file

@ -628,6 +628,7 @@
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_powerpc #define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_powerpc
#define floatx80_mul floatx80_mul_powerpc #define floatx80_mul floatx80_mul_powerpc
#define floatx80_rem floatx80_rem_powerpc #define floatx80_rem floatx80_rem_powerpc
#define floatx80_round floatx80_round_powerpc
#define floatx80_round_to_int floatx80_round_to_int_powerpc #define floatx80_round_to_int floatx80_round_to_int_powerpc
#define floatx80_scalbn floatx80_scalbn_powerpc #define floatx80_scalbn floatx80_scalbn_powerpc
#define floatx80_sqrt floatx80_sqrt_powerpc #define floatx80_sqrt floatx80_sqrt_powerpc

View file

@ -628,6 +628,7 @@
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_sparc #define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_sparc
#define floatx80_mul floatx80_mul_sparc #define floatx80_mul floatx80_mul_sparc
#define floatx80_rem floatx80_rem_sparc #define floatx80_rem floatx80_rem_sparc
#define floatx80_round floatx80_round_sparc
#define floatx80_round_to_int floatx80_round_to_int_sparc #define floatx80_round_to_int floatx80_round_to_int_sparc
#define floatx80_scalbn floatx80_scalbn_sparc #define floatx80_scalbn floatx80_scalbn_sparc
#define floatx80_sqrt floatx80_sqrt_sparc #define floatx80_sqrt floatx80_sqrt_sparc

View file

@ -628,6 +628,7 @@
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_sparc64 #define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_sparc64
#define floatx80_mul floatx80_mul_sparc64 #define floatx80_mul floatx80_mul_sparc64
#define floatx80_rem floatx80_rem_sparc64 #define floatx80_rem floatx80_rem_sparc64
#define floatx80_round floatx80_round_sparc64
#define floatx80_round_to_int floatx80_round_to_int_sparc64 #define floatx80_round_to_int floatx80_round_to_int_sparc64
#define floatx80_scalbn floatx80_scalbn_sparc64 #define floatx80_scalbn floatx80_scalbn_sparc64
#define floatx80_sqrt floatx80_sqrt_sparc64 #define floatx80_sqrt floatx80_sqrt_sparc64

View file

@ -628,6 +628,7 @@
#define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_x86_64 #define floatx80_maybe_silence_nan floatx80_maybe_silence_nan_x86_64
#define floatx80_mul floatx80_mul_x86_64 #define floatx80_mul floatx80_mul_x86_64
#define floatx80_rem floatx80_rem_x86_64 #define floatx80_rem floatx80_rem_x86_64
#define floatx80_round floatx80_round_x86_64
#define floatx80_round_to_int floatx80_round_to_int_x86_64 #define floatx80_round_to_int floatx80_round_to_int_x86_64
#define floatx80_scalbn floatx80_scalbn_x86_64 #define floatx80_scalbn floatx80_scalbn_x86_64
#define floatx80_sqrt floatx80_sqrt_x86_64 #define floatx80_sqrt floatx80_sqrt_x86_64