summaryrefslogtreecommitdiff
path: root/mpn
diff options
context:
space:
mode:
Diffstat (limited to 'mpn')
-rw-r--r--mpn/asm-defs.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/mpn/asm-defs.m4 b/mpn/asm-defs.m4
index c4834d055..b0e02b0c8 100644
--- a/mpn/asm-defs.m4
+++ b/mpn/asm-defs.m4
@@ -1226,7 +1226,7 @@ dnl specific m4 files redefine it as necessary.
define(PROLOGUE,
m4_assert_defined(`GSYM_PREFIX')
` TEXT
- ALIGN(4)
+ ALIGN(8)
GLOBL GSYM_PREFIX`$1' GLOBL_ATTR
TYPE(GSYM_PREFIX`$1',`function')
GSYM_PREFIX`$1'LABEL_SUFFIX')