From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff/Laura Domogala To: Art Berggreen Cc: Robert Floyd , "crossgcc@sources.redhat.com" Subject: Re: #define in assembler file Date: Mon, 23 Oct 2000 19:41:00 -0000 Message-id: References: <39F4B6C6.8D6B1817@inet.com> <39F4DCE3.EB5EF39C@acc.com> X-SW-Source: 2000-10/msg00100.html On Mon, 23 Oct 2000 17:50:43 -0700, you wrote: ] #defines are handled by the C preprocessor (cpp). Somewhere in the back ] of my mind I seem to recall that gcc will invoke cpp if the extension is ] .S (upper case) and doesn't for .s (lower case). You might want to ] check in the gcc documentation. You can also use the gcc '-x assembler-with-cpp' language specifier to preprocess and assemble the particular file with those #defines. The use of .S (capital s) as the file extension will also imply the same language option. Hope this helps, Jeff Jeff/Laura/Ashley/Jason Domogala Windham, NH mailto:domogala@bit-net.com http://www.bit-net.com/~domogala ------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com