Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 1996 08:17:04 +0100
From:      Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de>
To:        freebsd-hackers@freefall.FreeBSD.org
Subject:   NBPG (sys/param.h)
Message-ID:  <199610160717.IAA24213@gilberto.physik.rwth-aachen.de>

next in thread | raw e-mail | index | archive | help

During compilation of gnu binutils-2.7 with

configure --enable-targets=all

I found that building choked on trad-core.c with NBPG (number of bytes
per page or something close to that).

Discussion in some gnu list revealed that it reportedly (someone at cygnus
commented to me) had been in 2.0.5 <sys/param.h>. 

It seems to have gone thus breaking binutils compilation or requiring
a FreeBSD patch to binutils.

My question: Has it been removed for POSIXification reasons or what was
the reason it had been removed?

----------------------------
revision 1.20
date: 1996/05/02 14:20:02;  author: phk;  state: Exp;  lines: +20 -26
removed:
        CLBYTES PD_SHIFT PGSHIFT NBPG PGOFSET CLSIZELOG2 CLSIZE pdei()
        ptei() kvtopte() ptetov() ispt() ptetoav() &c &c
new:
        NPDEPG

Major macro cleanup.

--Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de



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