Am 16.03.25 um 02:26 schrieb Gerald Pfeifer:
On Thu, 13 Feb 2025, Georg-Johann Lay wrote:
Applied the following avr news to gcc-15:
Thanks!
+ <li>Support has been added for the new option
+ <a
href="https://gcc.gnu.org/onlinedocs/gcc/AVR-Options.html#index-mno-call-main"
+ ><code>-mno-call-main</code></a>. Instead of calling
<code>main</code>,
+ it will be located in section <code>.init9</code>.</li>
</ul>
What does "it" refer to here? That is, what is going to be located in
section .init9?
Gerald
"it" refers to the main function.
Johann