summaryrefslogtreecommitdiff
path: root/mpn/x86_64/core2/sublsh2_n.asm
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/x86_64/core2/sublsh2_n.asm')
-rw-r--r--mpn/x86_64/core2/sublsh2_n.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/mpn/x86_64/core2/sublsh2_n.asm b/mpn/x86_64/core2/sublsh2_n.asm
index 036d2c859..affc87177 100644
--- a/mpn/x86_64/core2/sublsh2_n.asm
+++ b/mpn/x86_64/core2/sublsh2_n.asm
@@ -2,7 +2,7 @@ dnl AMD64 mpn_sublsh2_n optimised for Core 2 and Core iN.
dnl Contributed to the GNU project by Torbjorn Granlund.
-dnl Copyright 2008, 2010 Free Software Foundation, Inc.
+dnl Copyright 2008, 2010, 2011 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
@@ -30,4 +30,7 @@ define(func, mpn_sublsh2_n)
MULFUNC_PROLOGUE(mpn_sublsh2_n)
+ABI_SUPPORT(DOS64)
+ABI_SUPPORT(ELF64)
+
include_mpn(`x86_64/core2/sublshC_n.asm')