commit | 0dccb0489f9a5a13a33e828ab965aa49685d12f8 | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@tilera.com> | Thu Mar 17 14:32:06 2011 -0400 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Thu Mar 17 14:32:06 2011 -0400 |
tree | 0d6b96c5071982ee510abfc1cca9787b550270ed | |
parent | 325d1605542960903c88409b199734a3d8fc6612 [diff] |
arch/tile: support newer binutils assembler shift semantics This change supports building the kernel with newer binutils where a shift of greater than the word size is no longer interpreted silently as modulo the word size, but instead generates a warning. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>