On Sat, Mar 30, 2013 at 04:09:28PM +0100, Francesco Lavra wrote: > > + CFLAGS_PLATFORM += -mthumb-interwork -mno-unaligned-access -mlong-calls > > + CCASFLAGS_PLATFORM = -Wa,-mimplicit-it=thumb > > The -mimplicit-it=thumb assembler option is generally frowned upon and > is used mostly to convert existing pieces of code from ARM to Thumb > encoding. > Since you are writing new code, it's better to avoid this option and > manually insert IT instructions in the assembly where appropriate.
Sure, quite a simple change. Will be in next version of patches. / Leif _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel