>Using gcc to compile *.S files I have a macro that translates into 2 ARM
>instructions both of which contain immediates.e problem is gcc (well cpp
>anyway) wants to treat the '#' of the immediate as a cpp directive. Anyway
>to fix this problem? Idea's, suggestions?

Use `$' instead of `#' in your source.  GAS understands both.

p.


unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to