This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch MIPS/libgcc] fix crts.


Hello,

While working on mips recently, I noticed that all the execute tests fail for simulator.

This appears to be caused by an oversight in the move from gcc/config => libgcc, where t-elf defined extra parts including crt{begin,end}.o but these have been omitted from the re-built libgcc/config.host.

The proposed patch adds the two crts to mips targets in libgcc/config.host (where they include t-elf) and coalesces those that have the same config.

OK for trunk?

Iain

Attachment: 188843-mips-crts-diff.txt
Description: Text document



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]