Improve the test in bitfields.m4
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>
Tue, 5 May 2015 03:41:53 +0000 (03:41 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Tue, 5 May 2015 03:41:53 +0000 (03:41 +0000)
commitd6ed95fcb59511ef219b33cdee5895fce44ea45a
treeccc4d5e0cfe5965a5e89e5eb7f6616cfdb85f63e
parentf6341d8d09dad4a8e2b3176c65e60aed3e1213e4
Improve the test in bitfields.m4

Using a named bitfield with a width more than 0 means we won't hit
weirdness caused by the bitfield not really needing to exist.  Changing
int to long long means we won't have trouble with some arch where size
of int is 1 or 2.

libobjc/ChangeLog:

2015-05-04  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* configure: Regenerate.

config/ChangeLog:

2015-05-04  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* bitfields.m4: Change int to long long, and use bitfields of
width 1 instead of 0.

From-SVN: r222794
config/ChangeLog
config/bitfields.m4
libobjc/ChangeLog
libobjc/configure