how to use macro in assemble language embedded in C?

Alexandre Oliva aoliva@redhat.com
Wed Dec 27 07:50:00 GMT 2000


On Dec 27, 2000, "kerler" <kerler@newmail.net> wrote:

> so if i want use only one command line to compile temp.c,
> such as "gcc -c -other-option temp.c", which other-option should I add to
> make
> gcc creat a temporal assemble file /tmp/xxxx.S (not /tmp/xxxx.s) ?

I don't think there's any option to GCC that would make it run the
assembly code it outputs through a preprocessor.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


More information about the Gcc mailing list