Date: Tue, 23 Jun 2009 09:04:59 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/i386/stdlib Makefile.inc abs.S labs.S Message-ID: <200906230905.n5N95K57072109@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-06-23 09:04:59 UTC FreeBSD src repository Modified files: lib/libc/i386/stdlib Makefile.inc Removed files: lib/libc/i386/stdlib abs.S labs.S Log: SVN rev 194688 on 2009-06-23 09:04:59Z by ed Remove hand-written labs/abs implementations. GCC is smart enough. It turns out GCC generates code that's a couple of bytes big bigger, but performs no branching whatsoever. Submitted by: Christoph Mallon Revision Changes Path 1.8 +1 -1 src/lib/libc/i386/stdlib/Makefile.inc 1.12 +0 -47 src/lib/libc/i386/stdlib/abs.S (dead) 1.12 +0 -47 src/lib/libc/i386/stdlib/labs.S (dead)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906230905.n5N95K57072109>