summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-16 00:50:25 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-16 00:50:25 +0200
commit94ecb2c378d6712fcb53abdba23879c4ec391c74 (patch)
tree2776515ce5e2d278b5ca32ae936fbdccf4b916b2
parentb411202ebcc8f817116fe7422683b52293b522f6 (diff)
downloadgmp-94ecb2c378d6712fcb53abdba23879c4ec391c74.tar.gz
Change __mpn to __gmpn.
-rw-r--r--mpn/x86/x86-defs.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/mpn/x86/x86-defs.m4 b/mpn/x86/x86-defs.m4
index 821b328ae..afe286764 100644
--- a/mpn/x86/x86-defs.m4
+++ b/mpn/x86/x86-defs.m4
@@ -130,9 +130,9 @@ dnl
dnl Generate a local label in the current or given function. For LF(),
dnl functionname gets GSYM_PREFIX added, the same as with PROLOGUE().
dnl
-dnl For example, in a function mpn_add_n (and with MPN_PREFIX __mpn),
+dnl For example, in a function mpn_add_n (and with MPN_PREFIX __gmpn),
dnl
-dnl L(bar) => L__mpn_add_n__bar
+dnl L(bar) => L__gmpn_add_n__bar
dnl LF(somefun,bar) => Lsomefun__bar
dnl
dnl The funtion name and label name get two underscores between them rather