------- Additional Comments From jneuheisel at gmail dot com 2005-04-27 14:13 ------- Actually, this is probably not a bug with gas at all. It turns out that the inline assembly code in the kernel was using movl to access the 16 bit fs and gs registers. The old gas was silently changing the movl to movw, whereas the new gas was throwing an error. I don't know what the intended behavior is, but either way the code can be fixed in the kernel.
Summary: it seems to be a kernel issue, not a gas issue. -- http://sources.redhat.com/bugzilla/show_bug.cgi?id=879 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils