This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: dw_at_high_pc = 0
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: Ladislav Lestan <lacando at post dot sk>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 27 Oct 2005 10:12:10 -0400
- Subject: Re: dw_at_high_pc = 0
- References: <4360DF03.000001.24099@blackfoot>
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.