Date: Tue, 17 May 94 09:20:38 -0400 From: dj AT ctron DOT com (DJ Delorie) To: bxkim AT camars DOT kaist DOT ac DOT kr Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Assembly code with C source comments > Would you tell me whether gcc can include C source codes > as debugging comments > in generated assembly codes. If you use "gcc -c file.S" instead of "gcc -c file.s" then it will pass the file through cpp before assembling it.