]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/configure
fibheap.h (struct fibnode): Only use unsigned long bitfields when __GNUC__ is defined...
authorBen Elliston <bje@au.ibm.com>
Fri, 10 Dec 2004 21:25:00 +0000 (21:25 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Fri, 10 Dec 2004 21:25:00 +0000 (08:25 +1100)
commitd49d090735d64081c451de95145981f9cf47ba6f
tree2fdc9b1c9e88cdb423dd4e3adb701600864fb2bd
parentda0e2953e4712ceff5b9e51119c9389ea13d66c2
fibheap.h (struct fibnode): Only use unsigned long bitfields when __GNUC__ is defined and ints are less...

[include]
* fibheap.h (struct fibnode): Only use unsigned long bitfields
when __GNUC__ is defined and ints are less than 32-bits wide.
[libiberty]
* configure.ac: Invoke AC_CHECK_SIZEOF for sizeof (int).
* configure: Regenerate.
* config.in: Likewise.

From-SVN: r92009
include/ChangeLog
include/fibheap.h
libiberty/ChangeLog
libiberty/config.in
libiberty/configure
libiberty/configure.ac