* physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Feb 2003 20:33:50 +0000 (20:33 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Feb 2003 20:33:50 +0000 (20:33 +0000)
commit622d92fb75601a7635181acdeb068b83cb6ba515
tree6c552af30d13caf2270655116cccc34ae08607c6
parent6914c51f8feb89890d293072e20813446c18c4d9
* physmem.c (physmem_total) [HAVE_GETSYSINFO]: Use getsysinfo on
Tru64 UNIX.
(physmem_available) [HAVE_TABLE && HAVE_SYS_TABLE_H]: Use table on
Tru64 UNIX.

* configure.in (AC_CHECK_HEADERS): Check for sys/sysinfo.h,
machine/hal_sysinfo.h, sys/table.h.
(checkfuncs, AC_CHECKFUNCS): Check for getsysinfo, table.
* configure, config.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63241 138bc75d-0d04-0410-961f-82ee72b054a4
libiberty/ChangeLog
libiberty/config.in
libiberty/configure
libiberty/configure.in
libiberty/physmem.c