diff options
-rw-r--r-- | config/ChangeLog | 4 | ||||
-rw-r--r-- | libobjc/ChangeLog | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index c15748a..19f2103 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2015-05-01 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> + + * bitfields.m4: New file. + 2015-04-14 H.J. Lu <hongjiu.lu@intel.com> * bootstrap-mpx.mk: New file. diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 5442924..5137f21 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,11 @@ +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. + 2015-04-29 Trevor Saunders <tbsaunde+gcc@tbsaunde.org> * encoding.c (objc_layout_structure_next_member): Check the value of |