I am attempting to use objdump to get an intermixed source/object listing. It
is not at all obvious to me what source statements caused the object code in
the middle of a module.

I issue

make CC:="gcc -g" foobar.o

followed by

objdump --source foobar.o >foobar.debug

but foobar.debug does not have the C statements intermixed.

What am I missing?

-- 
Binyamin Dissen <[EMAIL PROTECTED]>
http://www.dissensoftware.com

Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to