https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108932
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- if test x$gnu_ld = xyes; then tm_file="usegld.h ${tm_file}" fi if test x$gas = xyes; then tm_file="usegas.h ${tm_file}" fi
pinskia at gcc dot gnu.org via Gcc-bugs Sat, 25 Feb 2023 11:29:26 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108932
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- if test x$gnu_ld = xyes; then tm_file="usegld.h ${tm_file}" fi if test x$gas = xyes; then tm_file="usegas.h ${tm_file}" fi