summaryrefslogtreecommitdiff
path: root/mpn
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2006-04-19 10:31:26 +0200
committertege <tege@gmplib.org>2006-04-19 10:31:26 +0200
commit0382a38893c1214bedcf970749a541bf1b0f5d7e (patch)
tree449174753950dbeabe518465cca3e679ef8a28c0 /mpn
parent84d5ae853c660babda65cd49c0c2f7a9548df28e (diff)
downloadgmp-0382a38893c1214bedcf970749a541bf1b0f5d7e.tar.gz
(ASM_END): Quote TOC_ENTRY.
Diffstat (limited to 'mpn')
-rw-r--r--mpn/powerpc32/aix.m44
-rw-r--r--mpn/powerpc64/aix.m44
-rw-r--r--mpn/powerpc64/linux64.m44
3 files changed, 6 insertions, 6 deletions
diff --git a/mpn/powerpc32/aix.m4 b/mpn/powerpc32/aix.m4
index 88f8cae9d..ab462b662 100644
--- a/mpn/powerpc32/aix.m4
+++ b/mpn/powerpc32/aix.m4
@@ -1,7 +1,7 @@
divert(-1)
dnl m4 macros for AIX 32-bit assembly.
-dnl Copyright 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
+dnl Copyright 2000, 2001, 2002, 2005, 2006 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -68,6 +68,6 @@ $1:
define(`END_OBJECT',
m4_assert_numargs(1))
-define(`ASM_END', TOC_ENTRY)
+define(`ASM_END', `TOC_ENTRY')
divert
diff --git a/mpn/powerpc64/aix.m4 b/mpn/powerpc64/aix.m4
index b87fe4e1c..29df7608a 100644
--- a/mpn/powerpc64/aix.m4
+++ b/mpn/powerpc64/aix.m4
@@ -1,7 +1,7 @@
divert(-1)
dnl m4 macros for AIX 64-bit assembly.
-dnl Copyright 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
+dnl Copyright 2000, 2001, 2002, 2005, 2006 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -72,6 +72,6 @@ define(`CALL',
`bl .$1
nop')
-define(`ASM_END', TOC_ENTRY)
+define(`ASM_END', `TOC_ENTRY')
divert
diff --git a/mpn/powerpc64/linux64.m4 b/mpn/powerpc64/linux64.m4
index 40e30a1e7..e12bb619c 100644
--- a/mpn/powerpc64/linux64.m4
+++ b/mpn/powerpc64/linux64.m4
@@ -1,7 +1,7 @@
divert(-1)
dnl m4 macros for powerpc64 GNU/Linux assembly.
-dnl Copyright 2003, 2005 Free Software Foundation, Inc.
+dnl Copyright 2003, 2005, 2006 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -75,6 +75,6 @@ define(`CALL',
`bl GSYM_PREFIX`'$1
nop')
-define(`ASM_END', TOC_ENTRY)
+define(`ASM_END', `TOC_ENTRY')
divert