Maamoun TK <[email protected]> writes: > Apparently, 'clgije/risbg' instructions have been added in arch8 (z10) by > General-instructions-extension facility (GIEF) according to "z/Architecture > Principles of Operation".
How old is arch8/z10? Do you see any need to support older hardware? > I've pushed a potential fix into my branch of > repository that alters assembler of machine type in memxor.s which is > supposed to address the mentioned issue > https://git.lysator.liu.se/mamonet/nettle/-/tree/s390x-gief-fix > It would be nice if you could try it out and check if the build process > proceeds so I can make a merge request for that change. So adding the pseudo op .machine "z10" tells the assembler to recognize the instructions (similar to .machine "z13" in some other s390x files). I've merged your change, with a minor edit of commit message. Regards, /Niels -- Niels Möller. PGP key CB4962D070D77D7FCB8BA36271D8F1FF368C6677. Internet email is subject to wholesale government surveillance. _______________________________________________ nettle-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected]
