commit | be5136988e25ae0dc8379fcb937efc63d87aba9e | [log] [tgz] |
---|---|---|
author | Markos Chandras <markos.chandras@imgtec.com> | Tue Nov 18 15:02:32 2014 +0000 |
committer | Markos Chandras <markos.chandras@imgtec.com> | Tue Feb 17 15:37:14 2015 +0000 |
tree | c948e2a2428578e8b25490775a66ff0a573bb993 | |
parent | a168b8f1cde6588ff7a67699fa11e01bc77a5ddd [diff] |
MIPS: asm: compiler: Add new macros to set ISA and arch asm annotations There are certain places where the code uses .set mips32 or .set mips64 or .set arch=r4000. In preparation of MIPS R6 support, and in order to use as less #ifdefs as possible, we define new macros to set similar annotations for MIPS R6. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>