Re: objdump -S for a different dir.

2011-12-12 Thread Jim Cromie
On Sat, Dec 10, 2011 at 12:46 AM, Dave Hylands dhyla...@gmail.com wrote: Hi Jim, On Fri, Dec 9, 2011 at 10:59 PM, Jim Cromie jim.cro...@gmail.com wrote: hi folks, out of habit, I build my kernels to a build tree ie use make O=../build-foo just once, then cd ../build-foo, and thereafter

objdump -S for a different dir.

2011-12-09 Thread Jim Cromie
hi folks, out of habit, I build my kernels to a build tree ie use make O=../build-foo just once, then cd ../build-foo, and thereafter run make there this doesnt play nice with objdump -S --source Display source code intermixed with disassembly, if possible. Implies -d. it seems its

Re: objdump -S for a different dir.

2011-12-09 Thread Dave Hylands
Hi Jim, On Fri, Dec 9, 2011 at 10:59 PM, Jim Cromie jim.cro...@gmail.com wrote: hi folks, out of habit, I build my kernels to a build tree ie use make O=../build-foo just once, then cd ../build-foo, and thereafter run make there this doesnt play nice with objdump -S --source