dw_at_high_pc = 0
Daniel Berlin
dberlin@dberlin.org
Thu Oct 27 14:39:00 GMT 2005
On Thu, 2005-10-27 at 16:06 +0200, Ladislav Lestan wrote:
> Hi
> I have following problem
> When I compile c source file with options:
>
> mips64-linux-gnu-gcc -c -mabi=64 -march=rm9000 -gdwarf-2
>
> and then when I use dwarfdump the value of atribute dw_at_high_pc is 0 that is surely wrong value
>
> could you help me please to solve this problem (if I have to use some additional option when compiling or what I need to do that I would have produced correct debug information)
>
> Thank you very much and have a nice day
>
>
You are looking at the unrelocated value, since you have compiled an
object file.
If you link the result, and look again, it should have the correct
high_pc.
More information about the Gcc
mailing list