summaryrefslogtreecommitdiff
path: root/mpn/x86_64/x86_64-defs.m4
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-05-30 15:10:26 +0200
committerTorbjorn Granlund <tege@gmplib.org>2012-05-30 15:10:26 +0200
commit72ce9b700cad1571715f2cfbafebdf785b1340e9 (patch)
tree6accfb019bcfab14ab6299f03219a38c4fbca168 /mpn/x86_64/x86_64-defs.m4
parent66ab489d88dbfc004fe9cb04a157585e3bb20c76 (diff)
downloadgmp-72ce9b700cad1571715f2cfbafebdf785b1340e9.tar.gz
Rename DOS64_ENTRY and DOS64_EXIT.
Diffstat (limited to 'mpn/x86_64/x86_64-defs.m4')
-rw-r--r--mpn/x86_64/x86_64-defs.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/mpn/x86_64/x86_64-defs.m4 b/mpn/x86_64/x86_64-defs.m4
index 24035716b..5180ad5d8 100644
--- a/mpn/x86_64/x86_64-defs.m4
+++ b/mpn/x86_64/x86_64-defs.m4
@@ -191,8 +191,8 @@ define(`JUMPTABSECT', `.section .data.rel.ro.local,"aw",@progbits')
dnl These macros are defined just for DOS64, where they provide calling
dnl sequence glue code.
-define(`DOS64_ENTRY',`')
-define(`DOS64_EXIT',`')
+define(`FUNC_ENTRY',`')
+define(`FUNC_EXIT',`')
dnl Target ABI macros.