On Thu, Mar 30, 2017 at 02:52:15PM -0700, Paul Burton wrote: > We always either target MIPS32/MIPS64 or microMIPS, and always include > one & only one of uasm-mips.c or uasm-micromips.c. Therefore the > abstraction of the ISA in asm/uasm.h declaring functions for either ISA > is redundant & needless. Remove it to simplify the code. > > This is largely the result of the following: > > :%s/ISAOPC(\(.\{-}\))/uasm_i##\1/ > :%s/ISAFUNC(\(.\{-}\))/\1/ Queued for 4.12. Thanks, Ralf