diff options
author | DJ Delorie <dj@redhat.com> | 2003-02-21 01:35:29 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-02-21 01:35:29 +0000 |
commit | 4938384a1f22b28db51c5a483c4b5a4e0405be21 (patch) | |
tree | 3ea1195322b8ca962fe8d00e8be84782cc5c92d6 /libiberty/ChangeLog | |
parent | 66491ebcb711ba361449716c3526f6d26333612f (diff) | |
download | gdb-4938384a1f22b28db51c5a483c4b5a4e0405be21.zip gdb-4938384a1f22b28db51c5a483c4b5a4e0405be21.tar.gz gdb-4938384a1f22b28db51c5a483c4b5a4e0405be21.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index f470380..2c72bfc 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,13 @@ +2003-02-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * 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. + 2003-02-20 Daniel Jacobowitz <drow@mvista.com> * Makefile.in (CFILES): Add lrealpath.c. |