Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2003 19:51:44 -0800 (PST)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/sh machdep.h memalloc.c nodes.c.pat
Message-ID:  <200302170351.h1H3piBk062622@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2003/02/16 19:51:44 PST

  Modified files:
    bin/sh               memalloc.c nodes.c.pat 
  Removed files:
    bin/sh               machdep.h 
  Log:
  Second attempt at removing machdep.h and using ALIGN from <sys/param.h>.
  The problem with the previous attempt, as noticed by Marcel, was that
  stacknxt was being aligned to a pointer boundary instead of an
  ALIGNBYTES + 1 boundary, which broke sparc64.
  
  Revision  Changes    Path
  1.9       +0 -52     src/bin/sh/machdep.h (dead)
  1.22      +4 -3      src/bin/sh/memalloc.c
  1.11      +2 -1      src/bin/sh/nodes.c.pat

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?200302170351.h1H3piBk062622>