summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-11-28 23:08:16 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-11-28 23:08:16 +0100
commitd220c40fa205a350318faf2257a87480fce910df (patch)
tree6d604ca52ced27f282fc36c15c50ae8a86bcb269
parent3ef9c90709d4a4e1a6a5052cea8e17c9feb76728 (diff)
downloadgmp-d220c40fa205a350318faf2257a87480fce910df.tar.gz
(DOS64_ENTRY, DOS64_EXIT): New, empty defs.
-rw-r--r--mpn/x86_64/x86_64-defs.m47
1 files changed, 5 insertions, 2 deletions
diff --git a/mpn/x86_64/x86_64-defs.m4 b/mpn/x86_64/x86_64-defs.m4
index 6942a7882..79d7b3cf2 100644
--- a/mpn/x86_64/x86_64-defs.m4
+++ b/mpn/x86_64/x86_64-defs.m4
@@ -2,8 +2,8 @@ divert(-1)
dnl m4 macros for amd64 assembler.
-dnl Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009 Free
-dnl Software Foundation, Inc.
+dnl Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009, 2011
+dnl Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -169,4 +169,7 @@ ifdef(`PIC',
define(`JUMPTABSECT', `.section .data.rel.ro.local,"aw",@progbits')
+define(`DOS64_ENTRY',`')
+define(`DOS64_EXIT',`')
+
divert`'dnl