> Yes, looks like we've got a set of cockups in this file. Apparently gas > is evaluating depi as the macro DEPI, which seems to be correct for > every other case in the file I've looked at except this one. Yikes! Macro and instruction mneumonics are case independent. The same issue applies to the EXTR and DEP macros. It appears these macros were intended to provide consistent PA 1.x and PA 2.0 mneumonics. However, depwi isn't technically a valid PA 1.x instruction although gas may not care. This could present a problem for PA 1.x builds if gas treats .level strictly. The macro names really should be changed. Looking at the code, I didn't realize that depi was a macro... > I suppose the whole file needs fixing ... preferably with a macro whose > name isn't an instruction mnemonic. Dave -- J. David Anglin dave.anglin@xxxxxxxxxxxxxx National Research Council of Canada (613) 990-0752 (FAX: 952-6602) -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html