I was attempting to compile kernels that use:
#define X(x,y) x ## y
The build log shows expansions of "x ## y" as opposed to "xy" (and kernel
compilation thus fails).
I am using revision r336, and judging from the source, it appears there is no
support for parameter concatenation (nor stringification).
I've attached a quick patch that attempts to add it to the parameter
substitution portion of the macro expander, and seems to do the job for these
kernels.
Original issue reported on code.google.com by sctinc...@gmail.com on 1 Aug 2014 at 5:56
Original issue reported on code.google.com by
sctinc...@gmail.com
on 1 Aug 2014 at 5:56Attachments: