re PR target/48094 (ld: warning: section has unexpectedly large size errors in objc...
authorIain Sandoe <iain@codesourcery.com>
Sat, 14 Sep 2013 15:36:41 +0000 (15:36 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sat, 14 Sep 2013 15:36:41 +0000 (15:36 +0000)
commitfb5610fbf391182c2fd5e76d19425b4b6b57d219
tree37f8cb3b89d7b0c506037785ff7f0325114657cb
parentafdec9bd067cffe3242fe256e547dc5733006b2c
re PR target/48094 (ld: warning: section has unexpectedly large size errors in objc/obj-c++ lto)

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.

From-SVN: r202593
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c.opt
gcc/config/darwin.c
gcc/objc/ChangeLog
gcc/objc/objc-next-runtime-abi-01.c
gcc/objc/objc-next-runtime-abi-02.c