From owner-cvs-all Wed Mar 8 4:46:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECADF37B561; Wed, 8 Mar 2000 04:46:30 -0800 (PST) (envelope-from cracauer@FreeBSD.org) Received: (from cracauer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA13876; Wed, 8 Mar 2000 04:46:30 -0800 (PST) (envelope-from cracauer@FreeBSD.org) Message-Id: <200003081246.EAA13876@freefall.freebsd.org> From: Martin Cracauer Date: Wed, 8 Mar 2000 04:46:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdtime localtime.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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