summaryrefslogtreecommitdiff
path: root/mpn/x86_64/aorrlsh2_n.asm
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/x86_64/aorrlsh2_n.asm')
-rw-r--r--mpn/x86_64/aorrlsh2_n.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/mpn/x86_64/aorrlsh2_n.asm b/mpn/x86_64/aorrlsh2_n.asm
index 6d55cfd10..8c427a674 100644
--- a/mpn/x86_64/aorrlsh2_n.asm
+++ b/mpn/x86_64/aorrlsh2_n.asm
@@ -3,7 +3,7 @@ dnl AMD64 mpn_rsblsh2_n -- rp[] = (vp[] << 2) - up[]
dnl Contributed to the GNU project by Torbjorn Granlund.
-dnl Copyright 2009, 2010 Free Software Foundation, Inc.
+dnl Copyright 2009, 2010, 2011 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
@@ -36,4 +36,7 @@ ifdef(`OPERATION_rsblsh2_n',`
MULFUNC_PROLOGUE(mpn_addlsh2_n mpn_rsblsh2_n)
+ABI_SUPPORT(DOS64)
+ABI_SUPPORT(ELF64)
+
include_mpn(`x86_64/aorrlshC_n.asm')