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] | |
It's not strictly necessary, only for the correctness tests I added to libgcc for the transition period. t-frv builds frvbegin.o and frvend.o for its own purposes; frv.h puts them in STARTFILE_SPEC and ENDFILE_SPEC; linux.h removes them again; but t-linux didn't remove them. So they are built but not used for frv-linux on trunk. This triggers an error because libgcc notes they are not in the libgcc configuration.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |