https://sourceware.org/bugzilla/show_bug.cgi?id=32487

--- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> ---
[hjl@gnu-tgl-3 tmp]$ cat foo.S 
.macro SHA1_VECTOR_ASM  name
        SHA1_PIPELINED_MAIN_BODY
.endm
.macro SHA1_PIPELINED_MAIN_BODY
        W_PRECALC 0
.endm
.macro W_PRECALC  r
        W_PRECALC_00_15
.endm

.macro W_PRECALC_SSSE3
.macro W_PRECALC_00_15
.endm
.endm
W_PRECALC_SSSE3
SHA1_VECTOR_ASM     sha1_transform_ssse3
[hjl@gnu-tgl-3 tmp]$ gcc -c foo.S
foo.S: Assembler messages:
foo.S:8: Error: no such instruction: `w_precalc_00_15'
foo.S:5:  Info: macro invoked from here
foo.S:2:   Info: macro invoked from here
foo.S:16:    Info: macro invoked from here
[hjl@gnu-tgl-3 tmp]$

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to