diff options
author | Niels Möller <nisse@lysator.liu.se> | 2022-11-07 20:13:30 +0100 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2022-11-07 20:13:30 +0100 |
commit | 42db8e0cccc3b36d422ea5eaf094efccedb625a4 (patch) | |
tree | e0cd943f1271f70acd3c91e73950fb9657d656d7 | |
parent | 57dce2ba98b2fc2dda44353e4eebdc3b7c932200 (diff) | |
download | nettle-42db8e0cccc3b36d422ea5eaf094efccedb625a4.tar.gz |
Comment fix
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -563,7 +563,7 @@ dnl Determine whether the assembler takes powerpc registers with an "r" as dnl in "r6", or as plain "6". The latter is standard, but NeXT, Rhapsody, dnl and MacOS-X require the "r" forms. dnl -dnl See also mpn/powerpc32/powerpc-defs.m4 which uses the result of this +dnl See also powerpc64/machine.m4 which uses the result of this dnl test. AC_DEFUN([GMP_ASM_POWERPC_R_REGISTERS], |