From d220c40fa205a350318faf2257a87480fce910df Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Mon, 28 Nov 2011 23:08:16 +0100 Subject: (DOS64_ENTRY, DOS64_EXIT): New, empty defs. --- mpn/x86_64/x86_64-defs.m4 | 7 +++++-- 1 file 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 -- cgit v1.2.1