Closed karlp closed 4 years ago
Somewhere, gcc probably has a footnote about how .data* is treated specially, but I can't find it. Introduce a special section that doesn't start with .data and presto, the assembler warnings go away.
anyway, this fixes the warnings...
Looks good to me, thanks!
Somewhere, gcc probably has a footnote about how .data* is treated specially, but I can't find it. Introduce a special section that doesn't start with .data and presto, the assembler warnings go away.
anyway, this fixes the warnings...