summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/sparc/qp_ops.c
AgeCommit message (Collapse)Author
2009-11-09sparc: use fputs to write to stderrMike Frysinger
This also has the advantage of fputs() having a hidden alias while puts does not. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
2009-10-15sparc qops: unify & shrinkMike Frysinger
We don't really need to know the exact symbol that caused a failure as long as we know where to start looking. So unify the duplicate code between all funcs and between the sparc variants. This gives us a nice code shrink of ~95%. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-10-05sparc: add stubs for more of the _Q* opsAustin Foxley
Thanks to Jason Woodward <jason.woodward@timesys.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
Closes issue #5194
2007-09-15from Blue Swirl: fixup sparc a bit moreMike Frysinger
2007-09-15forgot to add this with previous sparc commit ...Mike Frysinger