https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116489

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The special casing is handled by the assembler and not by GCC.

It uses `.noinit` and `.noinit.*` as the special casing.

So you could name the section `.noinit.PSRAM` and it will work the way you want
it to work.

Reply via email to