diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2012-03-21 22:18:32 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2012-03-21 22:18:32 +0000 |
commit | 05e0ab9a493cddf10cccc4497b54660c72b04677 (patch) | |
tree | 9b1dd0f4dd5f0b9e969169b111e331f3f3842a17 /gcc/objc/objc-next-runtime-abi-01.c | |
parent | ad648ade927dab484c38390ba5402f088d543261 (diff) | |
download | gcc-05e0ab9a493cddf10cccc4497b54660c72b04677.zip gcc-05e0ab9a493cddf10cccc4497b54660c72b04677.tar.gz gcc-05e0ab9a493cddf10cccc4497b54660c72b04677.tar.bz2 |
objc-act (objc_build_ivar_assignment): Do not call assemble_external.
* objc-act (objc_build_ivar_assignment): Do not call assemble_external.
(objc_build_global_assignment): Likewise.
(objc_build_strong_cast_assignment): Likewise.
* objc-next-runtime-abi-01.c: Cleanup commented-out assemble_external.
* objc-next-runtime-abi-02.c: Likewise.
* objc-gnu-runtime-abi-01.c: Likewise.
From-SVN: r185621
Diffstat (limited to 'gcc/objc/objc-next-runtime-abi-01.c')
-rw-r--r-- | gcc/objc/objc-next-runtime-abi-01.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/objc/objc-next-runtime-abi-01.c b/gcc/objc/objc-next-runtime-abi-01.c index 7d6a212..a3ca8fc 100644 --- a/gcc/objc/objc-next-runtime-abi-01.c +++ b/gcc/objc/objc-next-runtime-abi-01.c @@ -977,7 +977,6 @@ next_runtime_abi_01_get_category_super_ref (location_t loc ATTRIBUTE_UNUSED, /* else do it the slow way. */ add_class_reference (super_name); super_class = (inst_meth ? objc_get_class_decl : objc_get_meta_class_decl); -/* assemble_external (super_class);*/ super_name = my_build_string_pointer (IDENTIFIER_LENGTH (super_name) + 1, IDENTIFIER_POINTER (super_name)); /* super_class = objc_get{Meta}Class("CLASS_SUPER_NAME"); */ |