This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Preprocessor for assembler macros?


you could run cpp on it by itself, or I suspect gcc -S tmp.s will also
work, im in a rush though cant test this.

On Sun, Mar 8, 2009 at 9:31 PM, Philipp Marek <philipp@marek.priv.at> wrote:
> Hello everybody,
>
> I already asked that on gcc-help@ but got no answer, so I'm trying again here.
>
>
> I'm looking for a way to get inbetween the assembler macro processor and the
> assembler.
> I'd like to get the assembler sources mostly as-is, but with the macros used
> therein already expanded.
>
> I've already taken a look at the "-a" command line option, but this does
> assembling as well - so I'd have to filter the real assembler from there, and
> try this way.
>
> Is there something easier?
>
>
> Thank you for all answers.
>
>
> Regards,
>
> Phil
>
> --
> Versioning your /etc, /home or even your whole installation?
> ? ? ? ? ? ? Try fsvs (fsvs.tigris.org)!
>



-- 
Carl


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]