This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Mixed assembly listing


   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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]