ack/mach/powerpc
George Koehler 805883e377 Fill in a hint for enabling the COMMENT macro.
If you want to enable comments in the .s file, change

    #define COMMENT(n) /* comment {LABEL, n} */

to

    #define COMMENT(n) comment {LABEL, n}
2016-12-09 16:58:47 -05:00
..
as Merge from default (merging in George Koehler's PowerPC changes). 2016-10-29 22:40:40 +02:00
libem inn was assuming that bitfields were arrays of bytes, when actually they're 2016-12-06 21:45:20 +01:00
libend Mostly add support for the experimental and largely broken linuxppc platform. 2016-09-15 23:12:03 +02:00
mcg Better handling of float conversions; more tests; converting to unsigned ints 2016-11-20 11:27:40 +01:00
ncg Fill in a hint for enabling the COMMENT macro. 2016-12-09 16:58:47 -05:00
top Get top working with the PowerPC; use it to eliminate useless branches and 2016-10-29 23:37:11 +02:00