Date: Fri, 20 Dec 2002 21:11:39 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386/stdlib div.S ldiv.S Message-ID: <200212210511.gBL5BdTO094790@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/12/20 21:11:39 PST Modified files: lib/libc/i386/stdlib div.S ldiv.S Log: Import newer versions of div() and ldiv() from NetBSD which handle the -fpcc-struct-return calling convention properly instead of returning garbage. This may break backwards compatibility with some old binaries that were compiled when -fno-pcc-struct-return was the default. Revision Changes Path 1.9 +12 -34 src/lib/libc/i386/stdlib/div.S 1.9 +12 -34 src/lib/libc/i386/stdlib/ldiv.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212210511.gBL5BdTO094790>