Mixed assembly listing

Ian Lance Taylor ian@zembu.com
Sat Apr 1 00:00:00 GMT 2000


   From: Teri McManus <Teri_McManus@Trimble.COM>
   Date: Thu, 24 Feb 2000 11:29:51 -0800

   I am using "-Wa,-alhs" option to the gcc compiler to get a mixed (c and
   assembly) assembly listing, but it is only generating an assembly listing!
   Anyone know how to get a mixed listing?

Use the -g option.  The assembler uses the debugging information to
figure out what to display from the C file.

Ian

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com



More information about the crossgcc mailing list