Skip to content
Commit 4beb3d6d authored by Roland Dreier's avatar Roland Dreier Committed by H. Peter Anvin
Browse files

x86: Don't use POSIX character classes in gen-insn-attr-x86.awk



Not all awk implementations (including the default awk in Ubuntu 9.10)
support POSIX character classes.  Since x86-opcode-map.txt is plain
ASCII, we can just use explicit ranges for lower case, alphabetic, and
alphanumeric characters instead.

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
Acked-by: default avatarMasami Hiramatsu <mhiramat@redhat.com>
LKML-Reference: <adabphy750b.fsf@roland-alpha.cisco.com>
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent c051346b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment