[Bug libobjc/24775] libobjc should not include GCC's target headers

tbsaunde at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Nov 3 22:43:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24775

--- Comment #7 from tbsaunde at gcc dot gnu.org ---
Author: tbsaunde
Date: Tue Nov  3 22:43:22 2015
New Revision: 229727

URL: https://gcc.gnu.org/viewcvs?rev=229727&root=gcc&view=rev
Log:
remove usage of ROUND_TYPE_SIZE from encoding.c

gcc got rid of this target macro in 2003, so it seems safe to assume the
alternate path works fine on all targets.

libobjc/ChangeLog:

2015-11-03  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

        PR libobjc/24775
        * encoding.c (objc_layout_finish_structure): Remove usage of
        ROUND_TYPE_SIZE.

Modified:
    trunk/libobjc/ChangeLog
    trunk/libobjc/encoding.c


More information about the Gcc-bugs mailing list