]> sourceware.org Git - glibc.git/commit
[powerpc] Tighten contraints for asm constant parameters
authorPaul A. Clarke <pc@us.ibm.com>
Tue, 19 Oct 2021 14:49:12 +0000 (09:49 -0500)
committerPaul A. Clarke <pc@us.ibm.com>
Wed, 3 Nov 2021 14:17:28 +0000 (09:17 -0500)
commit9fea0f1a2a6e4f7946505c358ab99ea3ab846274
tree2a3861a51a14782bfe652e4f4314b1d2f34d0957
parentd3bf2f5927d51258a51ac7fde04f4805f8ee294a
[powerpc] Tighten contraints for asm constant parameters

There are a few places where only known numeric values are acceptable for
`asm` parameters, yet the constraint "i" is used.  "i" can include
"symbolic constants whose values will be known only at assembly time or
later."

Use "n" instead of "i" where known numeric values are required.

Suggested-by: Segher Boessenkool <segher@kernel.crashing.org>
Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
sysdeps/powerpc/fpu/fenv_libc.h
sysdeps/powerpc/test-get_hwcap.c
sysdeps/powerpc/tst-tlsifunc.c
This page took 0.040693 seconds and 5 git commands to generate.