diff options
author | Trevor Saunders <tbsaunde@gcc.gnu.org> | 2015-05-02 04:27:29 +0000 |
---|---|---|
committer | Trevor Saunders <tbsaunde@gcc.gnu.org> | 2015-05-02 04:27:29 +0000 |
commit | 4afeb6fcf5299c8d0192d687c6119e00d4c41dcb (patch) | |
tree | c7a525e4d7411eca132ae5e4fb5872957cb83ad2 | |
parent | 539280a8e89d4e63c6ccb9573b755bd17793e33a (diff) | |
download | gcc-4afeb6fcf5299c8d0192d687c6119e00d4c41dcb.zip gcc-4afeb6fcf5299c8d0192d687c6119e00d4c41dcb.tar.gz gcc-4afeb6fcf5299c8d0192d687c6119e00d4c41dcb.tar.bz2 |
update ChangeLogs for previous commit
From-SVN: r222716
-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 |