Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 2003 19:30:54 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/include setjmp.h src/lib/libc/ia64/gen setjmp.S
Message-ID:  <200303050330.h253UsVT096377@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2003/03/04 19:30:54 PST

  FreeBSD src repository

  Modified files:
    sys/ia64/include     setjmp.h 
    lib/libc/ia64/gen    setjmp.S 
  Log:
  ABI breaker: Move the J_SIGMASK field in the jmpbuf before
  the J_SIG0 field. While here, rename J_SIG0 to J_SIGSET and
  remove J_SIG1. The main reason for this change is that the
  128-bit sigset_t is now aligned on a 16-byte boundary, which
  allows us to use 16-byte atomic loads and stores on CPUs that
  support it. The removal of J_SIG1 is done to avoid confusion:
  it is never accessed and should not be. Renaming J_SIG0 to
  J_SIGSET is the icing on the cake that's better done now than
  later.
  
  Revision  Changes    Path
  1.10      +2 -2      src/lib/libc/ia64/gen/setjmp.S
  1.9       +2 -3      src/sys/ia64/include/setjmp.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




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