"H. J. Lu" <[email protected]> writes:
> The new assembler will disallow them since those instructions with
> memory operand will only use the first 16bits. If the memory operand
> is 16bit, you won't see any problems. But if the memory destinatin
> is 32bit, the upper 16bits may have random values. The new assembler
Does it really have random values on existing x86 hardware?
If it is a only a "theoretical" problem that does not happen
in practice I would advise to not do the change.
> will force people to use
>
> mov (%eax),%ds
> movw (%eax),%ds
> movw %ds,(%eax)
> mov %ds,(%eax)
>
> Will it be a big problem for kernel people?
Well, we re getting used to the tool chain regularly breaking
perfectly good code.
You would not get more than the usual curses and only waste
a couple hundred man hours of testers worlwide scratching their heads
why their kernel does not compile anymore. World economy
will probably survive ite ;-)
-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]