diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2012-05-30 15:10:26 +0200 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2012-05-30 15:10:26 +0200 |
commit | 72ce9b700cad1571715f2cfbafebdf785b1340e9 (patch) | |
tree | 6accfb019bcfab14ab6299f03219a38c4fbca168 /mpn/x86_64/x86_64-defs.m4 | |
parent | 66ab489d88dbfc004fe9cb04a157585e3bb20c76 (diff) | |
download | gmp-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.m4 | 4 |
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. |