andrew bc5a1e3de6 Fix the build with gcc.
Gcc outputs pre-UAL asm and expects the ldcl instruction with a condition
in the form ldc<c>l, where the code produces the instruction in the UAL
form ldcl<c>. Work around this by checking if we are using clang or gcc and
adjusting the instruction.

While here correct the cmp instruction's value to include the # before the
immediate value.
2013-07-05 20:21:59 +00:00
..
2013-07-05 20:21:59 +00:00
2013-07-04 20:08:42 +00:00
2013-07-03 07:31:07 +00:00
2013-07-02 07:17:56 +00:00
2013-06-18 06:55:58 +00:00