-
- Downloads
re PR objc/25360 (Complex types are not encoded)
2005-12-14 Andrew Pinski <pinskia@physics.uc.edu> PR objc/25360 * objc/objc-act.c (encode_type): Encode Complex types as 'j' followed by the inner type. 2005-12-14 Andrew Pinski <pinskia@physics.uc.edu> PR objc/25360 * objc/objc-api.c (_C_COMPLEX): New define. * encoding.c (objc_sizeof_type): Handle _C_Complex. (objc_alignof_type): Likewise. (objc_skip_typespec): Likewise. From-SVN: r108675
Showing
- gcc/objc/ChangeLog 6 additions, 0 deletionsgcc/objc/ChangeLog
- gcc/objc/objc-act.c 6 additions, 0 deletionsgcc/objc/objc-act.c
- libobjc/ChangeLog 8 additions, 0 deletionslibobjc/ChangeLog
- libobjc/encoding.c 129 additions, 0 deletionslibobjc/encoding.c
- libobjc/objc/objc-api.h 1 addition, 0 deletionslibobjc/objc/objc-api.h
Loading
Please register or sign in to comment