summaryrefslogtreecommitdiff
path: root/libobjc/config.h.in
diff options
context:
space:
mode:
authortbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-02 04:11:07 +0000
committertbsaunde <tbsaunde@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-02 04:11:07 +0000
commit9ea9539044cf52b5286446864683cb18051561e2 (patch)
treefee646565688a42fe976a306924b04532245ff8c /libobjc/config.h.in
parent47239e3ff6478d3e282851de628efb9a28a1d856 (diff)
downloadgcc-9ea9539044cf52b5286446864683cb18051561e2.tar.gz
fixup libobjc usage of PCC_BITFIELD_TYPE_MATTERS
libobjc/ChangeLog: 2015-05-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * acinclude.m4: Include bitfields.m4. * config.h.in: Regenerate. * configure: Likewise. * configure.ac: Invoke gt_BITFIELD_TYPE_MATTERS. * encoding.c: Check HAVE_BITFIELD_TYPE_MATTERS. config/ChangeLog: 2015-05-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * bitfields.m4: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222715 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/config.h.in')
-rw-r--r--libobjc/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libobjc/config.h.in b/libobjc/config.h.in
index c055e7c1909..20d1fcaf329 100644
--- a/libobjc/config.h.in
+++ b/libobjc/config.h.in
@@ -1,5 +1,8 @@
/* config.h.in. Generated from configure.ac by autoheader. */
+/* Define if the type of bitfields effects alignment. */
+#undef HAVE_BITFIELD_TYPE_MATTERS
+
/* Define to 1 if the target assembler supports thread-local storage. */
#undef HAVE_CC_TLS