Nikos Mavrogiannopoulos <[email protected]> writes: > Trying with the latest buildroot another error is issued: > > arm-buildroot-linux-uclibcgnueabi-as -v > GNU assembler version 2.21.1 (arm-buildroot-linux-uclibcgnueabi) using > BFD version (GNU Binutils) 2.21.1 > > arm-buildroot-linux-uclibcgnueabi-gcc -I. -DHAVE_CONFIG_H -pipe -Os > -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations > -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast > -Wnested-externs -fpic -MT aes-encrypt-internal.o -MD -MP -MF > aes-encrypt-internal.o.d -fpic -c aes-encrypt-internal.s > aes-encrypt-internal.s: Assembler messages: > aes-encrypt-internal.s:140: Error: selected processor does not support > ARM mode `uxtb r8,r2' > aes-encrypt-internal.s:142: Error: selected processor does not support > ARM mode `uxtb r8,r3' > aes-encrypt-internal.s:144: Error: selected processor does not support > ARM mode `uxtb r8,r12' > aes-encrypt-internal.s:146: Error: selected processor does not support > ARM mode `uxtb r8,r14'
I've checked in new AES code for pre-v6 processors. Can you test if it works now? Haven't yet tried to address the other issue, with supporting older assemblers. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. _______________________________________________ nettle-bugs mailing list [email protected] http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs
