Date: Wed, 8 Mar 2000 04:46:30 -0800 (PST) From: Martin Cracauer <cracauer@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdtime localtime.c Message-ID: <200003081246.EAA13876@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
cracauer 2000/03/08 04:46:29 PST Modified files: lib/libc/stdtime localtime.c Log: Temporary cosmetic change to prevent gcc-2.95.2 from doing an optimization that generates code our current as doesn't understand. The result is bad code that damages dynamic symbol locations at runtime. Ouch. See PR bin/16862 and discussion in -current. This change will be backed out when gcc and gas are back in sync. PR: Fixes bin/16862, but not the underlying problem. Submitted by: bde Approved by: jdk Revision Changes Path 1.25 +2 -2 src/lib/libc/stdtime/localtime.c 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?200003081246.EAA13876>