summaryrefslogtreecommitdiff
path: root/mpn
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2001-11-07 03:29:24 +0100
committertege <tege@gmplib.org>2001-11-07 03:29:24 +0100
commit5529f5b37d6b4c48a330a16ac0f27947ec3eee60 (patch)
treec2f814a23144a37a29a9f37fa6feea30d0abdbb5 /mpn
parent9938a03ff9c537c1fb408b39bd56f8f5fc36be1e (diff)
downloadgmp-5529f5b37d6b4c48a330a16ac0f27947ec3eee60.tar.gz
(PROLOGUE): Change alignment to 8 (probably a good
idea in general; required for hppa/hppa1_1/udiv_qrnnd.asm).
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')