> In --enable-default-pie mode compiler should switch from > using crtend.o to crtendS.o. On sparc it is especially visible > because crtend.o contains PIC-unfriendly code.
Let's use GNU_USER_TARGET_ENDFILE_SPEC in ENDFILE_SPEC since we presumably use GNU_USER_TARGET_STARTFILE_SPEC for STARTFILE_SPEC from config/gnu-user.h. -- Eric Botcazou