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