From owner-cvs-lib Sat May 11 06:28:31 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA12705 for cvs-lib-outgoing; Sat, 11 May 1996 06:28:31 -0700 (PDT) Received: (from jdp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA12686 Sat, 11 May 1996 06:28:13 -0700 (PDT) Date: Sat, 11 May 1996 06:28:13 -0700 (PDT) From: John Polstra Message-Id: <199605111328.GAA12686@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/i386/gen sigsetjmp.S Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 96/05/11 06:28:12 Modified: lib/libc/i386/gen sigsetjmp.S Log: Fix a bug caused by the collision of a local assembler label with another use of the same label in a recently-introduced PIC_PROLOGUE. This should solve the recent core dumps from pdksh. Revision Changes Path 1.8 +8 -8 src/lib/libc/i386/gen/sigsetjmp.S