This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: SH3 memory allocation
- From: <tm_gccmail at mail dot kloo dot net>
- To: Raul Ito <itokoba at hotmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 11 Aug 2003 16:24:24 -0700 (PDT)
- Subject: Re: SH3 memory allocation
On Mon, 11 Aug 2003, Raul Ito wrote:
> I would like to know if there is any equivalent command to '#pragma section'
> in gnu. In the SuperH C (SHC) environment this command reserves a predefined
> (size and address) physical memory block.
>
> Thank you in advance.
>
> Raul Ito
This is the wrong list for such a question. This is for discussion of gcc
internals development, not gcc usage.
You should read the GCC and linker manuals.
Toshi