Date: Wed, 2 Nov 94 10:02:34 -0500 From: dj AT stealth DOT ctron DOT com (DJ Delorie) To: flaregun AT udel DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Embedded assembler and comments > > Along these lines... (I have been bit by this too...) How can > you tell GAS to run a .s file through the preprocessor? Give gcc a ".S" extension instead of ".s" and it will call cpp for you.