[Bug target/48094] ld: warning: section has unexpectedly large size errors in objc/obj-c++ lto

dominiq at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Apr 7 08:01:00 GMT 2014


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48094

--- Comment #23 from dominiq at gcc dot gnu.org ---
Author: dominiq
Date: Mon Apr  7 08:00:55 2014
New Revision: 209176

URL: http://gcc.gnu.org/viewcvs?rev=209176&root=gcc&view=rev
Log:
2014-04-07  Dominique d'Humieres <dominiq@lps.ens.fr>    

        Backport from mainline
        2013-09-14  Iain Sandoe <iains@gcc.gnu.org>

gcc:

    PR target/48094
    * config/darwin.c (darwin_objc2_section): Note if ObjC Metadata is seen.
    (darwin_objc1_section): Likewise.
    (darwin_file_end): Emit Image Info section when required.

gcc/c-family:

    PR target/48094
    * c.opt (fgnu-runtime, fnext-runtime, fobjc-abi-version,
    fobjc-gc, freplace-objc-classes): Accept for LTO.

gcc/objc:

    PR target/48094
    * objc-next-runtime-abi-01.c (generate_objc_image_info): Remove.
    (objc_generate_v1_next_metadata): Remove generation of ImageInfo.
    * objc-next-runtime-abi-02.c (generate_v2_objc_image_info): Remove.
    (objc_generate_v2_next_metadata): Remove generation of ImageInfo.


Modified:
    branches/gcc-4_7-branch/gcc/ChangeLog
    branches/gcc-4_7-branch/gcc/c-family/ChangeLog
    branches/gcc-4_7-branch/gcc/c-family/c.opt
    branches/gcc-4_7-branch/gcc/config/darwin.c
    branches/gcc-4_7-branch/gcc/objc/ChangeLog
    branches/gcc-4_7-branch/gcc/objc/objc-next-runtime-abi-01.c
    branches/gcc-4_7-branch/gcc/objc/objc-next-runtime-abi-02.c



More information about the Gcc-bugs mailing list