avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] avr-as and debugging symbols


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] avr-as and debugging symbols
Date: Tue, 1 Jul 2003 13:27:04 +0200 (MET DST)

address@hidden wrote:

>     .stabs  "int:t(0,1)=r(0,1);-32768;32767;",128,0,0,0
>     .stabs  "char:t(0,2)=r(0,2);0;127;",128,0,0,0
> 
> However, these symbols don't appear in the executable
> when doing an "avr-objdump -g".  What does appear are
> things like:
> 
>     typedef int16 int;
>     typedef int8 char;
>     typedef int32 long int;

Sure, that's the translated form.  Use avr-objdump -G to see the raw
stabs.

-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/


reply via email to

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