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

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

Re: [avr-gcc-list] Fixing location of constants in .text


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Fixing location of constants in .text
Date: Thu, 12 Aug 2004 10:16:21 +0200 (MET DST)

Ramkumar Rengaswamy <address@hidden> wrote:

> const int state_size = 0;
> const state* statep = 0x0000;

Note that in C, these are actually variables, not constants.

-- 
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]