This is the mail archive of the egcs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
In a message dated 3/30/99 1:16:02 AM Pacific Standard Time, Johan.Borkhuis@peektraffic.nl writes: > I would like to have output from the compiler containing the original > source code and the generated assembler code. Use gcc -o -g .... and process the .o with objdump -S.