From f59f7adb4a00b7784cab1becdf257366104587b7 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 15 Aug 2017 14:04:59 -0700 Subject: [PATCH] x86-64: Align L(SP_RANGE)/L(SP_INF_0) to 8 bytes [BZ #21955] sysdeps/x86_64/fpu/e_expf.S has lea L(SP_RANGE)(%rip), %rdx /* load over/underflow bound */ cmpl (%rdx,%rax,4), %ecx /* |x|this bound, then result overflows */ .long 0x42cff1b4 /* if x + + [BZ #21955] + * sysdeps/x86_64/fpu/e_expf.S (L(SP_RANGE)): Aligned to 8 bytes. + (L(SP_INF_0)): Likewise. + 2017-08-15 Florian Weimer * gmon/Makefile (tests-special): Add tst-gmon-prof only if diff --git a/sysdeps/x86_64/fpu/e_expf.S b/sysdeps/x86_64/fpu/e_expf.S index 4fd2bb1fb5..c3bf312c44 100644 --- a/sysdeps/x86_64/fpu/e_expf.S +++ b/sysdeps/x86_64/fpu/e_expf.S @@ -297,14 +297,14 @@ L(DP_P0): /* double precision polynomial coefficient P0 */ .type L(DP_P0), @object ASM_SIZE_DIRECTIVE(L(DP_P0)) - .p2align 2 + .p2align 3 L(SP_RANGE): /* single precision overflow/underflow bounds */ .long 0x42b17217 /* if x>this bound, then result overflows */ .long 0x42cff1b4 /* if x