This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to fix AVR progmem type attribute?
- From: Marek Michalkiewicz <marekm at amelek dot gda dot pl>
- To: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- Cc: Marek Michalkiewicz <marekm at amelek dot gda dot pl>, gcc at gcc dot gnu dot org, denisc at overta dot ru
- Date: Thu, 23 May 2002 22:37:47 +0200 (CEST)
- Subject: Re: How to fix AVR progmem type attribute?
> Try explicitly handling TYPE_DECL, and arranging for the type to be
> modified in that case (using build_type_attribute_variant) rather than the
> decl.
Are there any examples (in some other target perhaps) how this should
be done? I'm a bit confused...
Thanks for any help,
Marek