Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 1996 00:42:50 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, jdp@freefall.freebsd.org
Subject:   Re: cvs commit:  src/lib/libc/i386/gen sigsetjmp.S
Message-ID:  <199605111442.AAA29864@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  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.

In the kernel I used the convention that macros use local labels from 9:
down while normal code uses  local labels from 1: up.  DEFS.h follows
this convention but SYS.h doesn't (didn't?).  I hate local labels.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605111442.AAA29864>