diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-09 05:20:02 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-09 05:20:02 +0000 |
commit | 5e90539e0f1c0b9e7373947e71465e466c8ea363 (patch) | |
tree | c94420163ab9f196125403404db6b5b340f4b093 /libiberty/physmem.c | |
parent | 68b956aec6b292f374113dec0c1ee1fcf5ef54f4 (diff) | |
download | gcc-5e90539e0f1c0b9e7373947e71465e466c8ea363.tar.gz |
PR bootstrap/10974
* physmem.c: Update comment.
* configure.in: Modify test for _system_configuration for older
AIX systems.
* config.in, configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67649 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/physmem.c')
-rw-r--r-- | libiberty/physmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/physmem.c b/libiberty/physmem.c index 9185c1224e8..f64e07c74d4 100644 --- a/libiberty/physmem.c +++ b/libiberty/physmem.c @@ -145,7 +145,7 @@ physmem_total () #endif #if HAVE__SYSTEM_CONFIGURATION - /* This works on AIX. */ + /* This works on AIX 4.3.3+. */ return _system_configuration.physmem; #endif |