This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: objdump -S with C++ code


Hi Efraim,

In the function skip_to_line(), which is where the printing of the
code takes place, there is a test:

while (p->line < line)

How old is the code that you are looking at ? The function skip_to_line was renamed to print_line in 2007... Maybe what you need to do first is to update to the latest sources.


Cheers
  Nick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]