diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2003-02-21 00:27:04 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2003-02-21 00:27:04 +0000 |
commit | a354191ebf0b3b87c0bf63c759cf5b1702128305 (patch) | |
tree | d7ff9fd0ca6913444d43463d7cf61e8571d20621 /include/ChangeLog | |
parent | 763b929241319ef2d738555a2e43a6e1587e5b76 (diff) | |
download | gcc-a354191ebf0b3b87c0bf63c759cf5b1702128305.zip gcc-a354191ebf0b3b87c0bf63c759cf5b1702128305.tar.gz gcc-a354191ebf0b3b87c0bf63c759cf5b1702128305.tar.bz2 |
libiberty.h (physmem_total, [...]): Prototype.
include:
* libiberty.h (physmem_total, physmem_available): Prototype.
libiberty:
* Makefile.in (CFILES): Add physmem.c.
(REQUIRED_OFILES): Add physmem.o.
* configure.in: Check for sys/pstat.h.
(checkfuncs): Add pstat_getstatic and pstat_getdynamic.
* physmem.c: New file, copied from textutils.
* config.in, configure: Regenerated.
From-SVN: r63198
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 9724e6a..861aefc 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * libiberty.h (physmem_total, physmem_available): Prototype. + 2003-02-20 Daniel Jacobowitz <drow@mvista.com> * libiberty.h (lrealpath): Add declaration. |