Re: gcc question (off topic)

2000-11-01 Thread Richard Henderson
On Sun, Oct 29, 2000 at 10:17:36AM -0500, Jerry Kelley wrote: > Can gcc generate ASM output with the source lines from the C file > interspersed as comments? Not directly. However, gas will happily generate assembler listings containing the C source. See "-alh". r~ - To unsubscribe from this

Re: gcc question (off topic)

2000-10-29 Thread Alan Cox
> Can gcc generate ASM output with the source lines from the C file > interspersed as comments? Not afak directly. The makelst stuff in 2.2.18pre IBM contributed claims to do the job though - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMA

Re: gcc question (off topic)

2000-10-29 Thread Erik Mouw
On Sun, Oct 29, 2000 at 10:17:36AM -0500, Jerry Kelley wrote: > Can gcc generate ASM output with the source lines from the C file > interspersed as comments? Yes, "gcc -S". Look in the gcc info pages for more information (the man page in known to be outdated). If that isn't what you want, try "o

gcc question (off topic)

2000-10-29 Thread Jerry Kelley
Can gcc generate ASM output with the source lines from the C file interspersed as comments? Thanks. Jerry Kelley [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lk