<div dir="ltr"><div dir="ltr">Hi<div><br></div><div>Sebastian mentioned that x86_64 gcc is missing crti/n. I looked on the</div><div>GCC master and the code is in libgcc/config.host. This is in </div><div>libgcc/config.host on the master. I am assuming it  isn't in gcc 7.4.0 </div><div>and the RSB is missing a patch.</div><div><div dir="ltr"><div><br></div><div><div><div>x86_64-*-elf* | x86_64-*-rtems*)</div><div>        tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"</div><div>        case ${host} in</div><div>          x86_64-*-rtems*)</div><div>            extra_parts="$extra_parts crti.o crtn.o"</div><div>            ;;</div><div>        esac</div><div>        ;;</div></div></div></div></div><div><br></div><div>Thanks to git blame, the code is from Amaan and the github URL</div><div>for the patch is:</div><div><br></div><div><a href="https://github.com/gcc-mirror/gcc/commit/ab55f7db3694293e4799d58f7e1a556c0eae863a">https://github.com/gcc-mirror/gcc/commit/ab55f7db3694293e4799d58f7e1a556c0eae863a</a><br></div><div><br></div><div>Amaan.. care to prepare an RSB patch so crti/n is included in the tools from the</div><div>RSB. Please and thank you.</div><div><br></div><div>--joel</div></div></div>