Why doesn't objdump display assembly code mixed with source code?

Brian Dessent brian@dessent.net
Tue Mar 11 06:25:00 GMT 2008


PRC wrote:

> But why doesn't objdump display assembly code mixed with souce code for "a.out", as it does to "a.o"?

How could it?  Your link script discards the debug sections, which are
necessary to get source line information.

Brian



More information about the Binutils mailing list