commit | 3ee34e2ce84c7d0cda0dcf3f3ec8b191dee505e1 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Mon May 16 10:52:13 2016 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Sat May 21 01:36:39 2016 +0200 |
tree | c3e815a87c17764e293d9841dfe80029adbee632 | |
parent | 55e29dd3b1a7a2c02f523aa0a7532495b5c424fa [diff] |
malta: Remove ".set mips32" directive We always build for a mips32 or higher ISA, so this ".set mips32" directive is redundant. Once MIPSr6 support is added it will become harmful since some instruction encodings change & this directive will cause the older encodings to be incorrectly emitted instead of the appropriate ones for the build. In preparation for supporting MIPSr6, remove this redundant directive. Signed-off-by: Paul Burton <paul.burton@imgtec.com>