"Joseph S. Myers" <jos...@codesourcery.com> writes: > I didn't touch the USER_H definition in mips/t-sdemtk (so that target > will not install this new header). The comment "Remove stdarg.h and > stddef.h from USER_H." suggests that maybe it should be added to that > definition, but stdfix.h is also missing from that definition. As far > as I know MIPS is no longer using the old SDE library and it is > considered superseded by newlib, so perhaps that configuration > (mips*-sde-elf* without newlib) should actually be deprecated/removed > (and "mipssde" threads along with it).
BTW, do you know whether the same applies to -mno-float, which at the moment is specific to sdemtk? That option was never really implemented, and just relied on the user being very, very careful. It would be nice to deprecate it at the same time. If so, I'll do a patch this weekend to deprecate all three (the thread model, the option, and the configuration). Richard