bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Nonstandard error message from ld


From: Nick Clifton
Subject: Re: Nonstandard error message from ld
Date: Wed, 05 Jan 2005 16:07:59 +0000
User-agent: Mozilla Thunderbird 1.0RC1 (X11/20041201)

Hi Richard,


The linker does not have the line numbers available for the bar() function so it uses section-name+offset instead,

How come the line numbers aren't available?  Normally they ought to
be, and the linker ought to show the source line number.  Is this feature
broken?  Or did you do something special so there would be no line
numbers in that file?

No - it was just the test file that I was using. It probably depends upon the presence or absence of debug information in the object files. I was compiling without debug info, so this is probably why.

Cheers
  Nick





reply via email to

[Prev in Thread] Current Thread [Next in Thread]