x86_64 gcc missing crti/n
Joel Sherrill
joel at rtems.org
Thu Mar 14 15:21:55 UTC 2019
Hi
Sebastian mentioned that x86_64 gcc is missing crti/n. I looked on the
GCC master and the code is in libgcc/config.host. This is in
libgcc/config.host on the master. I am assuming it isn't in gcc 7.4.0
and the RSB is missing a patch.
x86_64-*-elf* | x86_64-*-rtems*)
tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
case ${host} in
x86_64-*-rtems*)
extra_parts="$extra_parts crti.o crtn.o"
;;
esac
;;
Thanks to git blame, the code is from Amaan and the github URL
for the patch is:
https://github.com/gcc-mirror/gcc/commit/ab55f7db3694293e4799d58f7e1a556c0eae863a
Amaan.. care to prepare an RSB patch so crti/n is included in the tools
from the
RSB. Please and thank you.
--joel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20190314/d8e4a5e2/attachment.html>
More information about the devel
mailing list