aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2003-02-21 00:27:04 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2003-02-21 00:27:04 +0000
commita354191ebf0b3b87c0bf63c759cf5b1702128305 (patch)
treed7ff9fd0ca6913444d43463d7cf61e8571d20621 /include/ChangeLog
parent763b929241319ef2d738555a2e43a6e1587e5b76 (diff)
downloadgcc-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/ChangeLog4
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.