mips stdargs.h has all kinds of junk for really old compilers. gcc 3 was released in 2001, so we don't need support for pre-gcc3 anymore. When you remove it, there's nothing left except for code that's a poorer version of sys/_stdarg.h. Migrate to that. In fact, sparc64 and powerpc could use the same.
Details
Details
I'm just doing a buildworld :) worked for mipsel, mips64, powerpc64, sparc64
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I'll note that phk suggests that mips can't use this file in his initial commit, but I see no reason why it can't.